Skip to content

Commit

Permalink
Update dependency pydantic to v1.10.7 (#137)
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.6` ->
`==1.10.7` |
[![age](https://badges.renovateapi.com/packages/pypi/pydantic/1.10.7/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/pydantic/1.10.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/pydantic/1.10.7/compatibility-slim/1.10.6)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/pydantic/1.10.7/confidence-slim/1.10.6)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.10.7`](https://togithub.com/pydantic/pydantic/releases/tag/v1.10.7):
2023-03-22

[Compare
Source](https://togithub.com/pydantic/pydantic/compare/v1.10.6...v1.10.7)

#### What's Changed

- Fix creating schema from model using `ConstrainedStr` with `regex` as
dict key,
[#&#8203;5223](https://togithub.com/pydantic/pydantic/issues/5223) by
[@&#8203;matejetz](https://togithub.com/matejetz)
- Address bug in mypy plugin caused by explicit_package_bases=True,
[#&#8203;5191](https://togithub.com/pydantic/pydantic/issues/5191) by
[@&#8203;dmontagu](https://togithub.com/dmontagu)
- Add implicit defaults in the mypy plugin for Field with no default
argument,
[#&#8203;5190](https://togithub.com/pydantic/pydantic/issues/5190) by
[@&#8203;dmontagu](https://togithub.com/dmontagu)
- Fix schema generated for Enum values used as Literals in discriminated
unions,
[#&#8203;5188](https://togithub.com/pydantic/pydantic/issues/5188) by
[@&#8203;javibookline](https://togithub.com/javibookline)
- Fix mypy failures caused by the pydantic mypy plugin when users define
`from_orm` in their own classes,
[#&#8203;5187](https://togithub.com/pydantic/pydantic/issues/5187) by
[@&#8203;dmontagu](https://togithub.com/dmontagu)
- Fix `InitVar` usage with pydantic dataclasses, mypy version `1.1.1`
and the custom mypy plugin,
[#&#8203;5162](https://togithub.com/pydantic/pydantic/issues/5162) by
[@&#8203;cdce8p](https://togithub.com/cdce8p)

#### New Contributors

- [@&#8203;javibookline](https://togithub.com/javibookline) made their
first contribution in
[https://github.com/pydantic/pydantic/pull/5188](https://togithub.com/pydantic/pydantic/pull/5188)
- [@&#8203;matejetz](https://togithub.com/matejetz) made their first
contribution in
[https://github.com/pydantic/pydantic/pull/5223](https://togithub.com/pydantic/pydantic/pull/5223)

**Full Changelog**:
pydantic/pydantic@v1.10.6...v1.10.7

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzUuMTcuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 24, 2023
1 parent 303796f commit ab9197d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ networkx==3.0
pdoc==13.0.1
pip==23.0.1
pre-commit==3.2.0
pydantic==1.10.6
pydantic==1.10.7
pytest==7.2.2
pytest-asyncio==0.21.0
pytest-cov==4.0.0
Expand Down

0 comments on commit ab9197d

Please sign in to comment.