Skip to content

Commit

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

---

### Release Notes

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

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

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

#### What's Changed

- Implement logic to support creating validators from non standard
callables by using defaults to identify them and unwrapping
`functools.partial` and `functools.partialmethod` when checking the
signature,
[#&#8203;5126](https://togithub.com/pydantic/pydantic/issues/5126) by
[@&#8203;JensHeinrich](https://togithub.com/JensHeinrich)
- Fix mypy plugin for v1.1.1, and fix `dataclass_transform` decorator
for pydantic dataclasses,
[#&#8203;5111](https://togithub.com/pydantic/pydantic/issues/5111) by
[@&#8203;cdce8p](https://togithub.com/cdce8p)
- Raise `ValidationError`, not `ConfigError`, when a discriminator value
is unhashable,
[#&#8203;4773](https://togithub.com/pydantic/pydantic/issues/4773) by
[@&#8203;kurtmckee](https://togithub.com/kurtmckee)

#### New Contributors

- [@&#8203;mrmammadov](https://togithub.com/mrmammadov) made their first
contribution in
[pydantic/pydantic#5074
- [@&#8203;JensHeinrich](https://togithub.com/JensHeinrich) made their
first contribution in
[pydantic/pydantic#5127
- [@&#8203;kurtmckee](https://togithub.com/kurtmckee) made their first
contribution in
[pydantic/pydantic#5132

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

</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/pyrainbird).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 10, 2023
1 parent 9bedbed commit 010e9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ freezegun==1.2.2
mitmproxy==9.0.1
parameterized==0.8.1
pdoc==13.0.0
pydantic==1.10.5
pydantic==1.10.6
pyflakes==2.5.0
pytest==7.2.2
pytest-aiohttp==1.0.4
Expand Down

0 comments on commit 010e9d0

Please sign in to comment.