-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(python-deps): update pydantic dependencies in all dependant actions (minor) #120
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #120 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 224 224
Branches 30 30
=========================================
Hits 224 224 ☔ View full report in Codecov by Sentry. |
Blocked by PyCQA/docformatter#293 |
renovate
bot
force-pushed
the
renovate/python-deps/pydantic-dependencies
branch
from
October 16, 2024 14:50
b5f4cf7
to
7986729
Compare
renovate
bot
changed the title
chore(python-deps): update dependency pydantic-core to v2.24.0 in all dependant actions
chore(python-deps): update dependency pydantic-core to v2.24.1 in all dependant actions
Oct 16, 2024
renovate
bot
force-pushed
the
renovate/python-deps/pydantic-dependencies
branch
from
October 20, 2024 16:49
7986729
to
c92a8b6
Compare
renovate
bot
changed the title
chore(python-deps): update dependency pydantic-core to v2.24.1 in all dependant actions
chore(python-deps): update dependency pydantic-core to v2.24.2 in all dependant actions
Oct 20, 2024
renovate
bot
force-pushed
the
renovate/python-deps/pydantic-dependencies
branch
3 times, most recently
from
October 23, 2024 23:00
d505e85
to
a25340d
Compare
renovate
bot
changed the title
chore(python-deps): update dependency pydantic-core to v2.24.2 in all dependant actions
chore(python-deps): update dependency pydantic-core to v2.25.0 in all dependant actions
Oct 28, 2024
renovate
bot
force-pushed
the
renovate/python-deps/pydantic-dependencies
branch
2 times, most recently
from
November 4, 2024 12:38
eef4653
to
580c436
Compare
renovate
bot
changed the title
chore(python-deps): update dependency pydantic-core to v2.25.0 in all dependant actions
chore(python-deps): update dependency pydantic-core to v2.25.1 in all dependant actions
Nov 4, 2024
renovate
bot
force-pushed
the
renovate/python-deps/pydantic-dependencies
branch
from
November 9, 2024 16:10
580c436
to
0623705
Compare
renovate
bot
changed the title
chore(python-deps): update dependency pydantic-core to v2.25.1 in all dependant actions
chore(python-deps): update dependency pydantic-core to v2.26.0 in all dependant actions
Nov 9, 2024
renovate
bot
force-pushed
the
renovate/python-deps/pydantic-dependencies
branch
2 times, most recently
from
November 17, 2024 21:33
0fbfad0
to
7912c8d
Compare
renovate
bot
changed the title
chore(python-deps): update dependency pydantic-core to v2.26.0 in all dependant actions
chore(python-deps): update dependency pydantic-core to v2.27.0 in all dependant actions
Nov 17, 2024
renovate
bot
force-pushed
the
renovate/python-deps/pydantic-dependencies
branch
from
November 25, 2024 22:24
7912c8d
to
35cb0dd
Compare
renovate
bot
changed the title
chore(python-deps): update dependency pydantic-core to v2.27.0 in all dependant actions
chore(python-deps): update pydantic dependencies in all dependant actions (minor)
Nov 25, 2024
nfelt14
approved these changes
Nov 26, 2024
renovate
bot
force-pushed
the
renovate/python-deps/pydantic-dependencies
branch
from
November 26, 2024 02:29
35cb0dd
to
e3bd339
Compare
Test Results (ubuntu)
|
Test Results (macos)
|
Test Results (windows)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.9.2
->==2.10.0
==2.23.4
->==2.27.0
Release Notes
pydantic/pydantic (pydantic)
v2.10.0
Compare Source
The code released in v2.10.0 is practically identical to that of v2.10.0b2.
GitHub release
See the v2.10 release blog post for the highlights!
What's Changed
Packaging
pydantic-core
tov2.27.0
by @sydney-runkle in #10825New Features
fractions.Fraction
by @sydney-runkle in #10318Hashable
for json validation by @sydney-runkle in #10324SocketPath
type forlinux
systems by @theunkn0wn1 in #10378examples
by @sydney-runkle in #10417defer_build
for Pydantic dataclasses by @Viicos in #10313TypedDict
to type hint variadic keyword arguments with@validate_call
by @Viicos in #10416protected_namespaces
by @sydney-runkle in #10522propertyNames
in JSON schema by @FlorianSW in #10478__replace__
protocol for Python 3.13+ support by @sydney-runkle in #10596sort
method for JSON schema generation by @sydney-runkle in #10595@validate_call
callable argument by @kc0506 in #10627experimental_allow_partial
support by @samuelcolvin in #10748ValidationError
andPydanticCustomError
by @Youssefares in pydantic/pydantic-core#1413trailing-strings
support toexperimental_allow_partial
by @sydney-runkle in #10825rebuild()
method forTypeAdapter
and simplifydefer_build
patterns by @sydney-runkle in #10537TypeAdapter
instance repr by @sydney-runkle in #10872Changes
SchemaGenerator
until interface is more stable by @sydney-runkle in #10303defer_build
onTypeAdapters
, removing experimental flag by @sydney-runkle in #10329mro
of generic subclass by @kc0506 in #10100b64decode
andb64encode
forBase64Bytes
type by @sydney-runkle in #10486@dataclass
decorator and with the__pydantic_config__
attribute by @sydney-runkle in #10406Ellipsis
(...) withField
by @Viicos in #10661Literal
s andEnums
by @Viicos in #10692Any
orNever
when replacing type variables by @Viicos in #10338base64
bytes by @bschoenmaeckers in pydantic/pydantic-core#1448Performance
CoreMetadata
refactor with an emphasis on documentation, schema build time performance, and reducing complexity by @sydney-runkle in #10675Fixes
computed_field
withfield_serializer
by @nix010 in #10390Predicate
issue inv2.9.0
by @sydney-runkle in #10321annotated-types
bound by @sydney-runkle in #10327tzdata
install requirement into optionaltimezone
dependency by @jakob-keller in #10331namedtuple
core schemas by @Viicos in #10337IncEx
type alias definition by @Viicos in #10339ModelMetaclass.mro
by @Viicos in #10372computed_field
s by @Viicos in #10391inspect.iscoroutinefunction
works on coroutines decorated with@validate_call
by @MovisLi in #10374NameError
when usingvalidate_call
with PEP 695 on a class by @kc0506 in #10380ZoneInfo
with various invalid types by @sydney-runkle in #10408PydanticUserError
on emptymodel_config
with annotations by @cdwilson in #10412_IncEx
type alias, only allowTrue
by @Viicos in #10414PlainValidator
by @Viicos in #10427json_schema_input_type
by @Viicos in #10439Representation
by @Viicos in #10480max_digits
anddecimal_places
) by @sydney-runkle in #10506__pydantic_core_schema__
from the current class during schema generation by @Viicos in #10518stacklevel
on deprecation warnings forBaseModel
by @sydney-runkle in #10520stacklevel
inBaseModel.__init__
by @Viicos in #10526ConfigWrapper.core_config
to take the title directly by @Viicos in #10562mode='python'
by @sydney-runkle in #10594Base64Etc
types by @sydney-runkle in #10584validate_call
ignoringField
inAnnotated
by @kc0506 in #10610Self
is invalid by @kc0506 in #10609core_schema.InvalidSchema
instead of metadata injection + checks by @sydney-runkle in #10523type
withtyping.Self
and type aliases by @kc0506 in #10621Field
andPrivateAttr
functions by @Viicos in #10651mypy
plugin implementation by @Viicos in #10669typing_extensions
variant ofTypeAliasType
by @Daraan in #10713BaseModel.model_copy()
by @Viicos in #10751isinstance
behavior for urls by @sydney-runkle in #10766cached_property
can be set on Pydantic models by @Viicos in #10774host_required
for URLs by @Viicos in pydantic/pydantic-core#1488coerce_numbers_to_str
enabled and string has invalid Unicode character by @andrey-berenda in pydantic/pydantic-core#1515complex
values inEnum
s by @changhc in pydantic/pydantic-core#1524_typing_extra
module by @Viicos in #10725bytearray
toTypeAdapter.validate_json
signature by @samuelcolvin in #10802Field
by @Viicos in #10816validate_call
by @sydney-runkle in #10807IncEx
type alias to be compatible with mypy by @Viicos in #10813__signature__
a lazy property, do not deepcopy defaults by @Viicos in #10818__signature__
lazy for dataclasses, too by @sydney-runkle in #10832AnyUrl
to preserve behavior from v2.9 by @sydney-runkle in #10856New Contributors
pydantic/pydantic-core (pydantic-core)
v2.27.0
: 2024-11-12Compare Source
What's Changed
Url
andMultiHostUrl
docstrings, we moved them to pydantic by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1531validate_assignment
when field has gone missing by @davidhewitt in https://github.com/pydantic/pydantic-core/pull/1532Union
serializer: do not raise warnings in nested unions by @lukapeschke in https://github.com/pydantic/pydantic-core/pull/1513_IncEx
type alias to be compatible with mypy by @Viicos in https://github.com/pydantic/pydantic-core/pull/1537wrap
serializer breaking union serialization in presence of extra fields by @davidhewitt in https://github.com/pydantic/pydantic-core/pull/1530trailing-strings
withallow_partial
by @samuelcolvin in https://github.com/pydantic/pydantic-core/pull/1539New Contributors
Full Changelog: pydantic/pydantic-core@v2.26.0...v2.27.0
v2.26.0
: 2024-11-04Compare Source
What's Changed
Fixes
cls
, the 2x validation isn't worth it (and is breaking) by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1514coerce_numbers_to_str
enabled and string has invalid unicode character by @andrey-berenda in https://github.com/pydantic/pydantic-core/pull/1515complex
values in enums by @changhc in https://github.com/pydantic/pydantic-core/pull/1524Packaging
serde
from 1.0.213 to 1.0.214 by @dependabot in https://github.com/pydantic/pydantic-core/pull/1519regex
from 1.11.0 to 1.11.1 by @dependabot in https://github.com/pydantic/pydantic-core/pull/1520jiter
from 0.6.1 to 0.7.0 by @dependabot in https://github.com/pydantic/pydantic-core/pull/1521speedate
to 0.15 by @davidhewitt in https://github.com/pydantic/pydantic-core/pull/1526New Features
allow_partial
by @samuelcolvin in https://github.com/pydantic/pydantic-core/pull/1512New Contributors
Full Changelog: pydantic/pydantic-core@v2.25.1...v2.26.0
v2.25.1
: 2024-10-30Compare Source
What's Changed
ValidationError
andPydanticCustomError
by @Youssefares in https://github.com/pydantic/pydantic-core/pull/1413ser_json_timedelta
" by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1503Url
andMultiHostUrl
by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1508New Contributors
Full Changelog: pydantic/pydantic-core@v2.25.0...v2.25.1
v2.25.0
: 2024-10-23Compare Source
What's Changed
host_required
for URLs by @Viicos in https://github.com/pydantic/pydantic-core/pull/1488Full Changelog: pydantic/pydantic-core@v2.24.2...v2.25.0
v2.24.2
: 2024-10-15Compare Source
What's Changed
serialization
key toInvalidSchema
by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1482Full Changelog: pydantic/pydantic-core@v2.24.1...v2.24.2
v2.24.1
: 2024-10-11Compare Source
What's Changed
Packaging
pyo3
from 0.22.2 to 0.22.3 by @dependabot in https://github.com/pydantic/pydantic-core/pull/1472serde
from 1.0.209 to 1.0.210 by @dependabot in https://github.com/pydantic/pydantic-core/pull/1471regex
from 1.10.6 to 1.11.0 by @dependabot in https://github.com/pydantic/pydantic-core/pull/1470Fixes
Changes
invalid
schema placeholder by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1469issubclass
andisinstance
schemas from json by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1479Full Changelog: pydantic/pydantic-core@v2.24.0...v2.24.1
v2.24.0
: 2024-09-20Compare Source
What's Changed
Features
ser_json_timedelta
config parameter by @ollz272 in https://github.com/pydantic/pydantic-core/pull/1427TypedDict
to type hint variadic keyword arguments inArgumentsValidator
by @Viicos in https://github.com/pydantic/pydantic-core/pull/1451Fixes
New Contributors
Full Changelog: pydantic/pydantic-core@v2.23.4...v2.24.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.