NekoAria / YetAnotherPicSearch4Telegram

Yet another picture search bot for Telegram
GNU General Public License v3.0
21 stars 1 forks source link

fix(deps): update dependency pydantic to v2 - autoclosed #28

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pydantic (changelog) ^1.10.10 -> ^2.0.1 age adoption passing confidence
pydantic (changelog) ~=1.10.10 -> ~=2.0.1 age adoption passing confidence

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.