Update dependency pydantic to v2.9.0 #36

Merged
renovate merged 1 commits from renovate/pydantic-2.x into main 2024-09-08 00:18:22 +00:00
Member

This PR contains the following updates:

Package Update Change
pydantic (changelog) minor ==2.8.2 -> ==2.9.0

Release Notes

pydantic/pydantic (pydantic)

v2.9.0

Compare Source

GitHub release

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

What's Changed
Packaging
New Features
Changes
Performance
Minor Internal Improvements
Fixes
New Contributors
pydantic
pydantic-core

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pydantic](https://github.com/pydantic/pydantic) ([changelog](https://docs.pydantic.dev/latest/changelog/)) | minor | `==2.8.2` -> `==2.9.0` | --- ### Release Notes <details> <summary>pydantic/pydantic (pydantic)</summary> ### [`v2.9.0`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v290-2024-09-05) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.8.2...v2.9.0) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.9.0) The code released in v2.9.0 is practically identical to that of v2.9.0b2. ##### What's Changed ##### Packaging - Bump `ruff` to `v0.5.0` and `pyright` to `v1.1.369` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9801](https://github.com/pydantic/pydantic/pull/9801) - Bump `pydantic-extra-types` to `v2.9.0` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9832](https://github.com/pydantic/pydantic/pull/9832) - Support compatibility with `pdm v2.18.1` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10138](https://github.com/pydantic/pydantic/pull/10138) - Bump `v1` version stub to `v1.10.18` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10214](https://github.com/pydantic/pydantic/pull/10214) - Bump `pydantic-core` to `v2.23.2` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10311](https://github.com/pydantic/pydantic/pull/10311) ##### New Features - Add support for `ZoneInfo` by [@&#8203;Youssefares](https://github.com/Youssefares) in [#&#8203;9896](https://github.com/pydantic/pydantic/pull/9896) - Add `Config.val_json_bytes` by [@&#8203;josh-newman](https://github.com/josh-newman) in [#&#8203;9770](https://github.com/pydantic/pydantic/pull/9770) - Add DSN for Snowflake by [@&#8203;aditkumar72](https://github.com/aditkumar72) in [#&#8203;10128](https://github.com/pydantic/pydantic/pull/10128) - Support `complex` number by [@&#8203;changhc](https://github.com/changhc) in [#&#8203;9654](https://github.com/pydantic/pydantic/pull/9654) - Add support for `annotated_types.Not` by [@&#8203;aditkumar72](https://github.com/aditkumar72) in [#&#8203;10210](https://github.com/pydantic/pydantic/pull/10210) - Allow `WithJsonSchema` to inject `$ref`s w/ `http` or `https` links by [@&#8203;dAIsySHEng1](https://github.com/dAIsySHEng1) in [#&#8203;9863](https://github.com/pydantic/pydantic/pull/9863) - Allow validators to customize validation JSON schema by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10094](https://github.com/pydantic/pydantic/pull/10094) - Support parametrized `PathLike` types by [@&#8203;nix010](https://github.com/nix010) in [#&#8203;9764](https://github.com/pydantic/pydantic/pull/9764) - Add tagged union serializer that attempts to use `str` or `callable` discriminators to select the correct serializer by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in in [pydantic/pydantic-core#1397](https://github.com/pydantic/pydantic-core/pull/1397) ##### Changes - Breaking Change: Merge `dict` type `json_schema_extra` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9792](https://github.com/pydantic/pydantic/pull/9792) - For more info (how to replicate old behavior) on this change, see [here](https://docs.pydantic.dev/dev/concepts/json_schema/#merging-json_schema_extra) - Refactor annotation injection for known (often generic) types by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9979](https://github.com/pydantic/pydantic/pull/9979) - Move annotation compatibility errors to validation phase by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9999](https://github.com/pydantic/pydantic/pull/9999) - Improve runtime errors for string constraints like `pattern` for incompatible types by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10158](https://github.com/pydantic/pydantic/pull/10158) - Remove `'allOf'` JSON schema workarounds by [@&#8203;dpeachey](https://github.com/dpeachey) in [#&#8203;10029](https://github.com/pydantic/pydantic/pull/10029) - Remove `typed_dict_cls` data from `CoreMetadata` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10180](https://github.com/pydantic/pydantic/pull/10180) - Deprecate passing a dict to the `Examples` class by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10181](https://github.com/pydantic/pydantic/pull/10181) - Remove `initial_metadata` from internal metadata construct by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10194](https://github.com/pydantic/pydantic/pull/10194) - Use `re.Pattern.search` instead of `re.Pattern.match` for consistency with `rust` behavior by [@&#8203;tinez](https://github.com/tinez) in [pydantic/pydantic-core#1368](https://github.com/pydantic/pydantic-core/pull/1368) - Show value of wrongly typed data in `pydantic-core` serialization warning by [@&#8203;BoxyUwU](https://github.com/BoxyUwU) in [pydantic/pydantic-core#1377](https://github.com/pydantic/pydantic-core/pull/1377) - Breaking Change: in `pydantic-core`, change `metadata` type hint in core schemas from `Any` -> `Dict[str, Any] | None` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1411](https://github.com/pydantic/pydantic-core/pull/1411) - Raise helpful warning when `self` isn't returned from model validator by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10255](https://github.com/pydantic/pydantic/pull/10255) ##### Performance - Initial start at improving import times for modules, using caching primarily by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10009](https://github.com/pydantic/pydantic/pull/10009) - Using cached internal import for `BaseModel` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10013](https://github.com/pydantic/pydantic/pull/10013) - Simplify internal generics logic - remove generator overhead by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10059](https://github.com/pydantic/pydantic/pull/10059) - Remove default module globals from types namespace by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10123](https://github.com/pydantic/pydantic/pull/10123) - Performance boost: skip caching parent namespaces in most cases by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10113](https://github.com/pydantic/pydantic/pull/10113) - Update ns stack with already copied ns by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10267](https://github.com/pydantic/pydantic/pull/10267) ##### Minor Internal Improvements - ⚡️ Speed up `multiple_of_validator()` by 31% in `pydantic/_internal/_validators.py` by [@&#8203;misrasaurabh1](https://github.com/misrasaurabh1) in [#&#8203;9839](https://github.com/pydantic/pydantic/pull/9839) - ⚡️ Speed up `ModelPrivateAttr.__set_name__()` by 18% in `pydantic/fields.py` by [@&#8203;misrasaurabh1](https://github.com/misrasaurabh1) in [#&#8203;9841](https://github.com/pydantic/pydantic/pull/9841) - ⚡️ Speed up `dataclass()` by 7% in `pydantic/dataclasses.py` by [@&#8203;misrasaurabh1](https://github.com/misrasaurabh1) in [#&#8203;9843](https://github.com/pydantic/pydantic/pull/9843) - ⚡️ Speed up function `_field_name_for_signature` by 37% in `pydantic/_internal/_signature.py` by [@&#8203;misrasaurabh1](https://github.com/misrasaurabh1) in [#&#8203;9951](https://github.com/pydantic/pydantic/pull/9951) - ⚡️ Speed up method `GenerateSchema._unpack_refs_defs` by 26% in `pydantic/_internal/_generate_schema.py` by [@&#8203;misrasaurabh1](https://github.com/misrasaurabh1) in [#&#8203;9949](https://github.com/pydantic/pydantic/pull/9949) - ⚡️ Speed up function `apply_each_item_validators` by 100% in `pydantic/_internal/_generate_schema.py` by [@&#8203;misrasaurabh1](https://github.com/misrasaurabh1) in [#&#8203;9950](https://github.com/pydantic/pydantic/pull/9950) - ⚡️ Speed up method `ConfigWrapper.core_config` by 28% in `pydantic/_internal/_config.py` by [@&#8203;misrasaurabh1](https://github.com/misrasaurabh1) in [#&#8203;9953](https://github.com/pydantic/pydantic/pull/9953) ##### Fixes - Respect `use_enum_values` on `Literal` types by [@&#8203;kwint](https://github.com/kwint) in [#&#8203;9787](https://github.com/pydantic/pydantic/pull/9787) - Prevent type error for exotic `BaseModel/RootModel` inheritance by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;9913](https://github.com/pydantic/pydantic/pull/9913) - Fix typing issue with field_validator-decorated methods by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;9914](https://github.com/pydantic/pydantic/pull/9914) - Replace `str` type annotation with `Any` in validator factories in documentation on validators by [@&#8203;maximilianfellhuber](https://github.com/maximilianfellhuber) in [#&#8203;9885](https://github.com/pydantic/pydantic/pull/9885) - Fix `ComputedFieldInfo.wrapped_property` pointer when a property setter is assigned by [@&#8203;tlambert03](https://github.com/tlambert03) in [#&#8203;9892](https://github.com/pydantic/pydantic/pull/9892) - Fix recursive typing of `main.IncEnx` by [@&#8203;tlambert03](https://github.com/tlambert03) in [#&#8203;9924](https://github.com/pydantic/pydantic/pull/9924) - Allow usage of `type[Annotated[...]]` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;9932](https://github.com/pydantic/pydantic/pull/9932) - `mypy` plugin: handle frozen fields on a per-field basis by [@&#8203;dmontagu](https://github.com/dmontagu) in [#&#8203;9935](https://github.com/pydantic/pydantic/pull/9935) - Fix typo in `invalid-annotated-type` error code by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9948](https://github.com/pydantic/pydantic/pull/9948) - Simplify schema generation for `uuid`, `url`, and `ip` types by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9975](https://github.com/pydantic/pydantic/pull/9975) - Move `date` schemas to `_generate_schema.py` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9976](https://github.com/pydantic/pydantic/pull/9976) - Move `decimal.Decimal` validation to `_generate_schema.py` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9977](https://github.com/pydantic/pydantic/pull/9977) - Simplify IP address schema in `_std_types_schema.py` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9959](https://github.com/pydantic/pydantic/pull/9959) - Fix type annotations for some potentially generic `GenerateSchema.match_type` options by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;9961](https://github.com/pydantic/pydantic/pull/9961) - Add class name to "has conflict" warnings by [@&#8203;msabramo](https://github.com/msabramo) in [#&#8203;9964](https://github.com/pydantic/pydantic/pull/9964) - Fix `dataclass` ignoring `default_factory` passed in Annotated by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;9971](https://github.com/pydantic/pydantic/pull/9971) - Fix `Sequence` ignoring `discriminator` by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;9980](https://github.com/pydantic/pydantic/pull/9980) - Fix typing for `IPvAnyAddress` and `IPvAnyInterface` by [@&#8203;haoyun](https://github.com/haoyun) in [#&#8203;9990](https://github.com/pydantic/pydantic/pull/9990) - Fix false positives on v1 models in `mypy` plugin for `from_orm` check requiring from_attributes=True config by [@&#8203;radekwlsk](https://github.com/radekwlsk) in [#&#8203;9938](https://github.com/pydantic/pydantic/pull/9938) - Apply `strict=True` to `__init__` in `mypy` plugin by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;9998](https://github.com/pydantic/pydantic/pull/9998) - Refactor application of `deque` annotations by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10018](https://github.com/pydantic/pydantic/pull/10018) - Raise a better user error when failing to evaluate a forward reference by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10030](https://github.com/pydantic/pydantic/pull/10030) - Fix evaluation of `__pydantic_extra__` annotation in specific circumstances by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10070](https://github.com/pydantic/pydantic/pull/10070) - Fix `frozen` enforcement for `dataclasses` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10066](https://github.com/pydantic/pydantic/pull/10066) - Remove logic to handle unused `__get_pydantic_core_schema__` signature by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10075](https://github.com/pydantic/pydantic/pull/10075) - Use `is_annotated` consistently by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10095](https://github.com/pydantic/pydantic/pull/10095) - Fix `PydanticDeprecatedSince26` typo by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;10101](https://github.com/pydantic/pydantic/pull/10101) - Improve `pyright` tests, refactor model decorators signatures by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10092](https://github.com/pydantic/pydantic/pull/10092) - Fix `ip` serialization logic by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10112](https://github.com/pydantic/pydantic/pull/10112) - Warn when frozen defined twice for `dataclasses` by [@&#8203;mochi22](https://github.com/mochi22) in [#&#8203;10082](https://github.com/pydantic/pydantic/pull/10082) - Do not compute JSON Schema default when plain serializers are used with `when_used` set to `'json-unless-none'` and the default value is `None` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10121](https://github.com/pydantic/pydantic/pull/10121) - Fix `ImportString` special cases by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10137](https://github.com/pydantic/pydantic/pull/10137) - Blacklist default globals to support exotic user code with `__` prefixed annotations by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10136](https://github.com/pydantic/pydantic/pull/10136) - Handle `nullable` schemas with `serialization` schema available during JSON Schema generation by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10132](https://github.com/pydantic/pydantic/pull/10132) - Reorganize `BaseModel` annotations by [@&#8203;kc0506](https://github.com/kc0506) in [#&#8203;10110](https://github.com/pydantic/pydantic/pull/10110) - Fix core schema simplification when serialization schemas are involved in specific scenarios by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10155](https://github.com/pydantic/pydantic/pull/10155) - Add support for stringified annotations when using `PrivateAttr` with `Annotated` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10157](https://github.com/pydantic/pydantic/pull/10157) - Fix JSON Schema `number` type for literal and enum schemas by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10172](https://github.com/pydantic/pydantic/pull/10172) - Fix JSON Schema generation of fields with plain validators in serialization mode by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10167](https://github.com/pydantic/pydantic/pull/10167) - Fix invalid JSON Schemas being generated for functions in certain scenarios by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10188](https://github.com/pydantic/pydantic/pull/10188) - Make sure generated JSON Schemas are valid in tests by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10182](https://github.com/pydantic/pydantic/pull/10182) - Fix key error with custom serializer by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10200](https://github.com/pydantic/pydantic/pull/10200) - Add 'wss' for allowed schemes in NatsDsn by [@&#8203;swelborn](https://github.com/swelborn) in [#&#8203;10224](https://github.com/pydantic/pydantic/pull/10224) - Fix `Mapping` and `MutableMapping` annotations to use mapping schema instead of dict schema by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10020](https://github.com/pydantic/pydantic/pull/10020) - Fix JSON Schema generation for constrained dates by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10185](https://github.com/pydantic/pydantic/pull/10185) - Fix discriminated union bug regression when using enums by [@&#8203;kfreezen](https://github.com/kfreezen) in [pydantic/pydantic-core#1286](https://github.com/pydantic/pydantic-core/pull/1286) - Fix `field_serializer` with computed field when using `*` by [@&#8203;nix010](https://github.com/nix010) in [pydantic/pydantic-core#1349](https://github.com/pydantic/pydantic-core/pull/1349) - Try each option in `Union` serializer before inference by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1398](https://github.com/pydantic/pydantic-core/pull/1398) - Fix `float` serialization behavior in `strict` mode by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [pydantic/pydantic-core#1400](https://github.com/pydantic/pydantic-core/pull/1400) - Introduce `exactness` into Decimal validation logic to improve union validation behavior by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in in [pydantic/pydantic-core#1405](https://github.com/pydantic/pydantic-core/pull/1405) - Fix new warnings assertions to use `pytest.warns()` by [@&#8203;mgorny](https://github.com/mgorny) in [#&#8203;10241](https://github.com/pydantic/pydantic/pull/10241) - Fix a crash when cleaning the namespace in `ModelMetaclass` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10242](https://github.com/pydantic/pydantic/pull/10242) - Fix parent namespace issue with model rebuilds by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10257](https://github.com/pydantic/pydantic/pull/10257) - Remove defaults filter for namespace by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10261](https://github.com/pydantic/pydantic/pull/10261) - Use identity instead of equality after validating model in `__init__` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10264](https://github.com/pydantic/pydantic/pull/10264) - Support `BigInt` serialization for `int` subclasses by [@&#8203;kxx317](https://github.com/kxx317) in [pydantic/pydantic-core#1417](https://github.com/pydantic/pydantic-core/pull/1417) - Support signature for wrap validators without `info` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10277](https://github.com/pydantic/pydantic/pull/10277) - Ensure `__pydantic_complete__` is set when rebuilding `dataclasses` by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;10291](https://github.com/pydantic/pydantic/pull/10291) - Respect `schema_generator` config value in `TypeAdapter` by [@&#8203;sydney-runkle](https://github.com/sydney-runkle) in [#&#8203;10300](https://github.com/pydantic/pydantic/pull/10300) ##### New Contributors ##### `pydantic` - [@&#8203;kwint](https://github.com/kwint) made their first contribution in [#&#8203;9787](https://github.com/pydantic/pydantic/pull/9787) - [@&#8203;seekinginfiniteloop](https://github.com/seekinginfiniteloop) made their first contribution in [#&#8203;9822](https://github.com/pydantic/pydantic/pull/9822) - [@&#8203;a-alexander](https://github.com/a-alexander) made their first contribution in [#&#8203;9848](https://github.com/pydantic/pydantic/pull/9848) - [@&#8203;maximilianfellhuber](https://github.com/maximilianfellhuber) made their first contribution in [#&#8203;9885](https://github.com/pydantic/pydantic/pull/9885) - [@&#8203;karmaBonfire](https://github.com/karmaBonfire) made their first contribution in [#&#8203;9945](https://github.com/pydantic/pydantic/pull/9945) - [@&#8203;s-rigaud](https://github.com/s-rigaud) made their first contribution in [#&#8203;9958](https://github.com/pydantic/pydantic/pull/9958) - [@&#8203;msabramo](https://github.com/msabramo) made their first contribution in [#&#8203;9964](https://github.com/pydantic/pydantic/pull/9964) - [@&#8203;DimaCybr](https://github.com/DimaCybr) made their first contribution in [#&#8203;9972](https://github.com/pydantic/pydantic/pull/9972) - [@&#8203;kc0506](https://github.com/kc0506) made their first contribution in [#&#8203;9971](https://github.com/pydantic/pydantic/pull/9971) - [@&#8203;haoyun](https://github.com/haoyun) made their first contribution in [#&#8203;9990](https://github.com/pydantic/pydantic/pull/9990) - [@&#8203;radekwlsk](https://github.com/radekwlsk) made their first contribution in [#&#8203;9938](https://github.com/pydantic/pydantic/pull/9938) - [@&#8203;dpeachey](https://github.com/dpeachey) made their first contribution in [#&#8203;10029](https://github.com/pydantic/pydantic/pull/10029) - [@&#8203;BoxyUwU](https://github.com/BoxyUwU) made their first contribution in [#&#8203;10085](https://github.com/pydantic/pydantic/pull/10085) - [@&#8203;mochi22](https://github.com/mochi22) made their first contribution in [#&#8203;10082](https://github.com/pydantic/pydantic/pull/10082) - [@&#8203;aditkumar72](https://github.com/aditkumar72) made their first contribution in [#&#8203;10128](https://github.com/pydantic/pydantic/pull/10128) - [@&#8203;changhc](https://github.com/changhc) made their first contribution in [#&#8203;9654](https://github.com/pydantic/pydantic/pull/9654) - [@&#8203;insumanth](https://github.com/insumanth) made their first contribution in [#&#8203;10229](https://github.com/pydantic/pydantic/pull/10229) - [@&#8203;AdolfoVillalobos](https://github.com/AdolfoVillalobos) made their first contribution in [#&#8203;10240](https://github.com/pydantic/pydantic/pull/10240) - [@&#8203;bllchmbrs](https://github.com/bllchmbrs) made their first contribution in [#&#8203;10270](https://github.com/pydantic/pydantic/pull/10270) ##### `pydantic-core` - [@&#8203;kfreezen](https://github.com/kfreezen) made their first contribution in [pydantic/pydantic-core#1286](https://github.com/pydantic/pydantic-core/pull/1286) - [@&#8203;tinez](https://github.com/tinez) made their first contribution in [pydantic/pydantic-core#1368](https://github.com/pydantic/pydantic-core/pull/1368) - [@&#8203;fft001](https://github.com/fft001) made their first contribution in [pydantic/pydantic-core#1362](https://github.com/pydantic/pydantic-core/pull/1362) - [@&#8203;nix010](https://github.com/nix010) made their first contribution in [pydantic/pydantic-core#1349](https://github.com/pydantic/pydantic-core/pull/1349) - [@&#8203;BoxyUwU](https://github.com/BoxyUwU) made their first contribution in [pydantic/pydantic-core#1379](https://github.com/pydantic/pydantic-core/pull/1379) - [@&#8203;candleindark](https://github.com/candleindark) made their first contribution in [pydantic/pydantic-core#1404](https://github.com/pydantic/pydantic-core/pull/1404) - [@&#8203;changhc](https://github.com/changhc) made their first contribution in [pydantic/pydantic-core#1331](https://github.com/pydantic/pydantic-core/pull/1331) </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==-->
renovate added 1 commit 2024-09-08 00:18:20 +00:00
Update dependency pydantic to v2.9.0
Some checks failed
renovate / renovate (push) Failing after 2s
build / image-build (push) Failing after 9m13s
bab0578c7b
renovate scheduled this pull request to auto merge when all checks succeed 2024-09-08 00:18:20 +00:00
renovate merged commit bab0578c7b into main 2024-09-08 00:18:22 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: training/docker-build-exercise#36