This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [pydantic](https://github.com/pydantic/pydantic) ([changelog](https://docs.pydantic.dev/latest/changelog/)) | patch | `==2.9.0` -> `==2.9.2` |
---
### Release Notes
<details>
<summary>pydantic/pydantic (pydantic)</summary>
### [`v2.9.2`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v292-2024-09-17)
[Compare Source](https://github.com/pydantic/pydantic/compare/v2.9.1...v2.9.2)
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.9.2)
##### What's Changed
##### Fixes
- Do not error when trying to evaluate annotations of private attributes by [@​Viicos](https://github.com/Viicos) in [#​10358](https://github.com/pydantic/pydantic/pull/10358)
- Adding notes on designing sound `Callable` discriminators by [@​sydney-runkle](https://github.com/sydney-runkle) in [#​10400](https://github.com/pydantic/pydantic/pull/10400)
- Fix serialization schema generation when using `PlainValidator` by [@​Viicos](https://github.com/Viicos) in [#​10427](https://github.com/pydantic/pydantic/pull/10427)
- Fix `Union` serialization warnings by [@​sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1449](https://github.com/pydantic/pydantic-core/pull/1449)
- Fix variance issue in `_IncEx` type alias, only allow `True` by [@​Viicos](https://github.com/Viicos) in [#​10414](https://github.com/pydantic/pydantic/pull/10414)
- Fix `ZoneInfo` validation with various invalid types by [@​sydney-runkle](https://github.com/sydney-runkle) in [#​10408](https://github.com/pydantic/pydantic/pull/10408)
### [`v2.9.1`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v291-2024-09-09)
[Compare Source](https://github.com/pydantic/pydantic/compare/v2.9.0...v2.9.1)
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.9.1)
##### What's Changed
##### Fixes
- Fix Predicate issue in v2.9.0 by [@​sydney-runkle](https://github.com/sydney-runkle) in [#​10321](https://github.com/pydantic/pydantic/pull/10321)
- Fixing `annotated-types` bound to `>=0.6.0` by [@​sydney-runkle](https://github.com/sydney-runkle) in [#​10327](https://github.com/pydantic/pydantic/pull/10327)
- Turn `tzdata` install requirement into optional `timezone` dependency by [@​jakob-keller](https://github.com/jakob-keller) in [#​10331](https://github.com/pydantic/pydantic/pull/10331)
- Fix `IncExc` type alias definition by [@​Viicos](https://github.com/Viicos) in [#​10339](https://github.com/pydantic/pydantic/pull/10339)
- Use correct types namespace when building namedtuple core schemas by [@​Viicos](https://github.com/Viicos) in [#​10337](https://github.com/pydantic/pydantic/pull/10337)
- Fix evaluation of stringified annotations during namespace inspection by [@​Viicos](https://github.com/Viicos) in [#​10347](https://github.com/pydantic/pydantic/pull/10347)
- Fix tagged union serialization with alias generators by [@​sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1442](https://github.com/pydantic/pydantic-core/pull/1442)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40NS4wIiwidXBkYXRlZEluVmVyIjoiMzguNDUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
==2.9.0->==2.9.2Release Notes
pydantic/pydantic (pydantic)
v2.9.2Compare Source
GitHub release
What's Changed
Fixes
Callablediscriminators by @sydney-runkle in #10400PlainValidatorby @Viicos in #10427Unionserialization warnings by @sydney-runkle in pydantic/pydantic-core#1449_IncExtype alias, only allowTrueby @Viicos in #10414ZoneInfovalidation with various invalid types by @sydney-runkle in #10408v2.9.1Compare Source
GitHub release
What's Changed
Fixes
annotated-typesbound to>=0.6.0by @sydney-runkle in #10327tzdatainstall requirement into optionaltimezonedependency by @jakob-keller in #10331IncExctype alias definition by @Viicos in #10339Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.