Closed renovate[bot] closed 1 year ago
Base: 86.91% // Head: 86.95% // Increases project coverage by +0.04%
:tada:
Coverage data is based on head (
2afebbf
) compared to base (9cdc955
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This PR contains the following updates:
==1.10.2
->==1.10.4
Release Notes
pydantic/pydantic
### [`v1.10.4`](https://togithub.com/pydantic/pydantic/releases/tag/v1.10.4): (2022-12-30) [Compare Source](https://togithub.com/pydantic/pydantic/compare/v1.10.3...v1.10.4) - Change dependency to `typing-extensions>=4.2.0`, [#4885](https://togithub.com/pydantic/pydantic/issues/4885) by [@samuelcolvin](https://togithub.com/samuelcolvin) **Full Changelog**: https://github.com/pydantic/pydantic/compare/v1.10.3...v1.10.4 ### [`v1.10.3`](https://togithub.com/pydantic/pydantic/releases/tag/v1.10.3): (2022-12-29) [Compare Source](https://togithub.com/pydantic/pydantic/compare/v1.10.2...v1.10.3) - fix parsing of custom root models, [#4883](https://togithub.com/pydantic/pydantic/issues/4883) by [@gou177](https://togithub.com/gou177) - fix: use dataclass proxy for frozen or empty dataclasses, [#4878](https://togithub.com/pydantic/pydantic/issues/4878) by [@PrettyWood](https://togithub.com/PrettyWood) - Fix `schema` and `schema_json` on models where a model instance is a one of default values, [#4781](https://togithub.com/pydantic/pydantic/issues/4781) by [@Bobronium](https://togithub.com/Bobronium) - Add Jina AI to sponsors on docs index page, [#4767](https://togithub.com/pydantic/pydantic/issues/4767) by [@samuelcolvin](https://togithub.com/samuelcolvin) - fix: support assignment on `DataclassProxy`, [#4695](https://togithub.com/pydantic/pydantic/issues/4695) by [@PrettyWood](https://togithub.com/PrettyWood) - Add `postgresql+psycopg` as allowed scheme for `PostgreDsn` to make it usable with SQLAlchemy 2, [#4689](https://togithub.com/pydantic/pydantic/issues/4689) by [@morian](https://togithub.com/morian) - Allow dict schemas to have both `patternProperties` and `additionalProperties`, [#4641](https://togithub.com/pydantic/pydantic/issues/4641) by [@jparise](https://togithub.com/jparise) - Fixes error passing None for optional lists with `unique_items`, [#4568](https://togithub.com/pydantic/pydantic/issues/4568) by [@mfulgo](https://togithub.com/mfulgo) - Fix `GenericModel` with `Callable` param raising a `TypeError`, [#4551](https://togithub.com/pydantic/pydantic/issues/4551) by [@mfulgo](https://togithub.com/mfulgo) - Fix field regex with `StrictStr` type annotation, [#4538](https://togithub.com/pydantic/pydantic/issues/4538) by [@sisp](https://togithub.com/sisp) - Correct `dataclass_transform` keyword argument name from `field_descriptors` to `field_specifiers`, [#4500](https://togithub.com/pydantic/pydantic/issues/4500) by [@samuelcolvin](https://togithub.com/samuelcolvin) - fix: avoid multiple calls of `__post_init__` when dataclasses are inherited, [#4487](https://togithub.com/pydantic/pydantic/issues/4487) by [@PrettyWood](https://togithub.com/PrettyWood) - Reduce the size of binary wheels, [#2276](https://togithub.com/pydantic/pydantic/issues/2276) by [@samuelcolvin](https://togithub.com/samuelcolvin) **Full Changelog**: https://github.com/pydantic/pydantic/compare/v1.10.2...v1.10.3Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.