cfripper
cfripper copied to clipboard
Bump pydantic from 1.10.14 to 2.6.3
Bumps pydantic from 1.10.14 to 2.6.3.
Release notes
Sourced from pydantic's releases.
v2.6.3 2024-02-27
What's Changed
Packaging
- Update
pydantic-settings
version in the docs by@hramezani
in #8906Fixes
- Fix discriminated union schema gen bug by
@sydney-runkle
in #8904Full Changelog: https://github.com/pydantic/pydantic/compare/v2.6.2...v2.6.3/
v2.6.2 2024-02-23
What's Changed
Packaging
- Upgrade to
pydantic-core
2.16.3 by@sydney-runkle
in #8879Fixes
- 'YYYY-MM-DD' date string coerced to datetime shouldn't infer timezone by
@sydney-runkle
in pydantic/pydantic-core#1193Full Changelog: https://github.com/pydantic/pydantic/compare/v2.6.1...v2.6.2/
v2.6.1 2024-02-05
What's Changed
Packaging
- Upgrade to
pydantic-core
2.16.2 by@sydney-runkle
in #8717Fixes
- Fix bug with
mypy
plugin andno_strict_optional = True
by@dmontagu
in #8666- Fix
ByteSize
errortype
change by@sydney-runkle
in #8681- Fix inheriting
Field
annotations in dataclasses by@sydney-runkle
in #8679- Fix regression in core schema generation for indirect definition references by
@dmontagu
in #8702- Fix unsupported types bug with
PlainValidator
by@sydney-runkle
in #8710- Reverting problematic fix from 2.6 release, fixing schema building bug by
@sydney-runkle
in #8718- Fix warning for tuple of wrong size in
Union
by@davidhewitt
in pydantic/pydantic-core#1174- Fix
computed_field
JSON serializerexclude_none
behavior by@sydney-runkle
in pydantic/pydantic-core#1187Full Changelog: https://github.com/pydantic/pydantic/compare/v2.6.0...v2.6.1/
v2.6.0 2024-01-29
The code released in v2.6.0 is practically identical to that of v2.6.0b1.
... (truncated)
Changelog
Sourced from pydantic's changelog.
v2.6.3 (2024-02-27)
What's Changed
Packaging
- Update
pydantic-settings
version in the docs by@hramezani
in #8906Fixes
- Fix discriminated union schema gen bug by
@sydney-runkle
in #8904v2.6.2 (2024-02-23)
What's Changed
Packaging
- Upgrade to
pydantic-core
2.16.3 by@sydney-runkle
in #8879Fixes
- 'YYYY-MM-DD' date string coerced to datetime shouldn't infer timezone by
@sydney-runkle
in pydantic/pydantic-core#1193v2.6.1 (2024-02-05)
What's Changed
Packaging
- Upgrade to
pydantic-core
2.16.2 by@sydney-runkle
in #8717Fixes
- Fix bug with
mypy
plugin andno_strict_optional = True
by@dmontagu
in #8666- Fix
ByteSize
errortype
change by@sydney-runkle
in #8681- Fix inheriting
Field
annotations in dataclasses by@sydney-runkle
in #8679- Fix regression in core schema generation for indirect definition references by
@dmontagu
in #8702- Fix unsupported types bug with
PlainValidator
by@sydney-runkle
in #8710- Reverting problematic fix from 2.6 release, fixing schema building bug by
@sydney-runkle
in #8718- Fix warning for tuple of wrong size in
Union
by@davidhewitt
in pydantic/pydantic-core#1174- Fix
computed_field
JSON serializerexclude_none
behavior by@sydney-runkle
in pydantic/pydantic-core#1187
... (truncated)
Commits
88451f3
prep for 2.6.3 release5c4ac09
Merge branch '2.6' of https://github.com/pydantic/pydantic into 2.66fcee87
Fix discriminated union schema gen bug (#8904)a525a64
Update pydantic-settings docs (#8906)511d862
fixing test0a2eee8
fix number8668927
Upgradepydantic-core
to 2.16.3 (#8879)18433ee
prep for 2.6.2, reformattingcf822bd
prep for 2.6.1 releasefa8acbb
Version bump for pydantic 2.16.2 (#8717)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)