Skip to content

Commit

Permalink
Update dependency pydantic to v1.10.5 (#54)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pydantic](https://togithub.com/pydantic/pydantic) | `==1.10.4` ->
`==1.10.5` |
[![age](https://badges.renovateapi.com/packages/pypi/pydantic/1.10.5/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/pydantic/1.10.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/pydantic/1.10.5/compatibility-slim/1.10.4)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/pydantic/1.10.5/confidence-slim/1.10.4)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pydantic/pydantic</summary>

###
[`v1.10.5`](https://togithub.com/pydantic/pydantic/releases/tag/v1.10.5):
(2023-02-15)

[Compare
Source](https://togithub.com/pydantic/pydantic/compare/v1.10.4...v1.10.5)

- Fix broken parametrized bases handling with `GenericModel`s with
complex sets of models,
[#&#8203;5052](https://togithub.com/pydantic/pydantic/issues/5052) by
[@&#8203;MarkusSintonen](https://togithub.com/MarkusSintonen)
- Invalidate mypy cache if plugin config changes,
[#&#8203;5007](https://togithub.com/pydantic/pydantic/issues/5007) by
[@&#8203;cdce8p](https://togithub.com/cdce8p)
- Fix `RecursionError` when deep-copying dataclass types wrapped by
pydantic,
[#&#8203;4949](https://togithub.com/pydantic/pydantic/issues/4949) by
[@&#8203;mbillingr](https://togithub.com/mbillingr)
- Fix `X | Y` union syntax breaking `GenericModel`,
[#&#8203;4146](https://togithub.com/pydantic/pydantic/issues/4146) by
[@&#8203;thenx](https://togithub.com/thenx)
- Switch coverage badge to show coverage for this branch/release,
[#&#8203;5060](https://togithub.com/pydantic/pydantic/issues/5060) by
[@&#8203;samuelcolvin](https://togithub.com/samuelcolvin)

#### New Contributors

- [@&#8203;thenx](https://togithub.com/thenx) made their first
contribution in
[pydantic/pydantic#4977
- [@&#8203;mbillingr](https://togithub.com/mbillingr) made their first
contribution in
[pydantic/pydantic#4963
- [@&#8203;MarkusSintonen](https://togithub.com/MarkusSintonen) made
their first contribution in
[pydantic/pydantic#5052

**Full Changelog**:
pydantic/pydantic@v1.10.4...v1.10.5

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/allenporter/flux-local).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0My4xIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 18, 2023
1 parent d5614ec commit f5fa136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -8,7 +8,7 @@ nest_asyncio==1.5.6
pdoc==12.3.1
pip==23.0
pre-commit==3.0.4
pydantic==1.10.4
pydantic==1.10.5
pytest==7.2.1
pytest-asyncio==0.20.3
pytest-cov==4.0.0
Expand Down

0 comments on commit f5fa136

Please sign in to comment.