pydantic-sqlalchemy
pydantic-sqlalchemy copied to clipboard
⬆ Update pydantic requirement from <2.0.0,>=1.5.1 to >=1.5.1,<3.0.0
Updates the requirements on pydantic to permit the latest version.
Release notes
Sourced from pydantic's releases.
v2.10.6 2025-01-23
What's Changed
Fixes
- Fix JSON Schema reference collection with
'examples'keys by@Viicosin #11325- Fix url python serialization by
@sydney-runklein #11331Full Changelog: https://github.com/pydantic/pydantic/compare/v2.10.5...v2.10.6
Changelog
Sourced from pydantic's changelog.
v2.10.6 (2025-01-23)
What's Changed
Fixes
- Fix JSON Schema reference collection with
'examples'keys by@Viicosin #11325- Fix url python serialization by
@sydney-runklein #11331v2.10.5 (2025-01-08)
What's Changed
Fixes
- Remove custom MRO implementation of Pydantic models by
@Viicosin #11184- Fix URL serialization for unions by
@sydney-runklein #11233v2.10.4 (2024-12-18)
What's Changed
Packaging
- Bump
pydantic-coreto v2.27.2 by@davidhewittin #11138Fixes
- Fix for comparison of
AnyUrlobjects by@alexprabhat99in #11082- Properly fetch PEP 695 type params for functions, do not fetch annotations from signature by
@Viicosin #11093- Include JSON Schema input core schema in function schemas by
@Viicosin #11085- Add
lento_BaseUrlto avoid TypeError by@Khariannein #11111- Make sure the type reference is removed from the seen references by
@Viicosin #11143New Contributors
@FyZzyssmade their first contribution in #10789@tamirdmade their first contribution in #10948@felixxmmade their first contribution in #11077@alexprabhat99made their first contribution in #11082@Khariannemade their first contribution in #11111v2.10.3 (2024-12-03)
... (truncated)
Commits
df05e69Bump version to v2.10.6 (#11334)4160826Fix url python serialization (#11331)f94e842Fix JSON Schema reference collection with"examples"keys (#11325)5d34efdPrepare release v2.10.5 (#11237)6e585f9Fix url serialization for unions (#11233)5a22e02Remove custom MRO implementation of Pydantic models (#11195)5bd3a65fix history.md46f0945Prepare for v2.10.4 (#11144)ea69e69Make sure the type reference is removed from the seen references (#11145)a07c31eInclude JSON Schema input core schema in function schemas (#11142)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Sorry, only users with push access can use that command.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.