pydantic/pydantic (pydantic)
### [`v2.0.1`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v201-2023-07-04)
[Compare Source](https://togithub.com/pydantic/pydantic/compare/v2.0...v2.0.1)
First patch release of Pydantic V2
- Extra fields added via `setattr` (i.e. `m.some_extra_field = 'extra_value'`)
are added to `.model_extra` if `model_config` `extra='allowed'`. Fixed [#6333](https://togithub.com/pydantic/pydantic/issues/6333), [#6365](https://togithub.com/pydantic/pydantic/issues/6365) by [@aaraney](https://togithub.com/aaraney)
- Automatically unpack JSON schema '$ref' for custom types, [#6343](https://togithub.com/pydantic/pydantic/issues/6343) by [@adriangb](https://togithub.com/adriangb)
- Fix tagged unions multiple processing in submodels, [#6340](https://togithub.com/pydantic/pydantic/issues/6340) by [@suharnikov](https://togithub.com/suharnikov)
See the full changelog [here](https://togithub.com/pydantic/pydantic/releases/tag/v2.0.1)
### [`v2.0`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v201-2023-07-04)
[Compare Source](https://togithub.com/pydantic/pydantic/compare/v1.10.11...v2.0)
First patch release of Pydantic V2
- Extra fields added via `setattr` (i.e. `m.some_extra_field = 'extra_value'`)
are added to `.model_extra` if `model_config` `extra='allowed'`. Fixed [#6333](https://togithub.com/pydantic/pydantic/issues/6333), [#6365](https://togithub.com/pydantic/pydantic/issues/6365) by [@aaraney](https://togithub.com/aaraney)
- Automatically unpack JSON schema '$ref' for custom types, [#6343](https://togithub.com/pydantic/pydantic/issues/6343) by [@adriangb](https://togithub.com/adriangb)
- Fix tagged unions multiple processing in submodels, [#6340](https://togithub.com/pydantic/pydantic/issues/6340) by [@suharnikov](https://togithub.com/suharnikov)
See the full changelog [here](https://togithub.com/pydantic/pydantic/releases/tag/v2.0.1)
### [`v1.10.11`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v11011-2023-07-04)
[Compare Source](https://togithub.com/pydantic/pydantic/compare/v1.10.10...v1.10.11)
- Importing create_model in tools.py through relative path instead of absolute path - so that it doesn't import V2 code when copied over to V2 branch, [#6361](https://togithub.com/pydantic/pydantic/issues/6361) by [@SharathHuddar](https://togithub.com/SharathHuddar)
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^1.10.10
->^2.0.1
~=1.10.10
->~=2.0.1
Release Notes
pydantic/pydantic (pydantic)
### [`v2.0.1`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v201-2023-07-04) [Compare Source](https://togithub.com/pydantic/pydantic/compare/v2.0...v2.0.1) First patch release of Pydantic V2 - Extra fields added via `setattr` (i.e. `m.some_extra_field = 'extra_value'`) are added to `.model_extra` if `model_config` `extra='allowed'`. Fixed [#6333](https://togithub.com/pydantic/pydantic/issues/6333), [#6365](https://togithub.com/pydantic/pydantic/issues/6365) by [@aaraney](https://togithub.com/aaraney) - Automatically unpack JSON schema '$ref' for custom types, [#6343](https://togithub.com/pydantic/pydantic/issues/6343) by [@adriangb](https://togithub.com/adriangb) - Fix tagged unions multiple processing in submodels, [#6340](https://togithub.com/pydantic/pydantic/issues/6340) by [@suharnikov](https://togithub.com/suharnikov) See the full changelog [here](https://togithub.com/pydantic/pydantic/releases/tag/v2.0.1) ### [`v2.0`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v201-2023-07-04) [Compare Source](https://togithub.com/pydantic/pydantic/compare/v1.10.11...v2.0) First patch release of Pydantic V2 - Extra fields added via `setattr` (i.e. `m.some_extra_field = 'extra_value'`) are added to `.model_extra` if `model_config` `extra='allowed'`. Fixed [#6333](https://togithub.com/pydantic/pydantic/issues/6333), [#6365](https://togithub.com/pydantic/pydantic/issues/6365) by [@aaraney](https://togithub.com/aaraney) - Automatically unpack JSON schema '$ref' for custom types, [#6343](https://togithub.com/pydantic/pydantic/issues/6343) by [@adriangb](https://togithub.com/adriangb) - Fix tagged unions multiple processing in submodels, [#6340](https://togithub.com/pydantic/pydantic/issues/6340) by [@suharnikov](https://togithub.com/suharnikov) See the full changelog [here](https://togithub.com/pydantic/pydantic/releases/tag/v2.0.1) ### [`v1.10.11`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v11011-2023-07-04) [Compare Source](https://togithub.com/pydantic/pydantic/compare/v1.10.10...v1.10.11) - Importing create_model in tools.py through relative path instead of absolute path - so that it doesn't import V2 code when copied over to V2 branch, [#6361](https://togithub.com/pydantic/pydantic/issues/6361) by [@SharathHuddar](https://togithub.com/SharathHuddar)Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.