Update dependency pydantic to v2.9.1
This MR contains the following updates:
Package | Update | Change |
---|---|---|
pydantic (changelog) | patch |
==2.9.0 -> ==2.9.1
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
pydantic/pydantic (pydantic)
v2.9.1
: (2024-09-09)
What's Changed
Fixes
- Fix Predicate issue in v2.9.0 by @sydney-runkle in #10321
- Fixing
annotated-types
bound to>=0.6.0
by @sydney-runkle in #10327 - Turn
tzdata
install requirement into optionaltimezone
dependency by @jakob-keller in #10331 - Fix
IncExc
type alias definition by @Viicos in #10339 - Use correct types namespace when building namedtuple core schemas by @Viicos in #10337
- Fix evaluation of stringified annotations during namespace inspection by @Viicos in #10347
- Fix tagged union serialization with alias generators by @sydney-runkle in pydantic/pydantic-core#1442
Full Changelog: https://github.com/pydantic/pydantic/compare/v2.9.0...v2.9.1
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.