Skip to content

Commit

Permalink
fix(deps): update dependency pydantic to v2.10.4 (#798)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pydantic](https://redirect.github.com/pydantic/pydantic)
([changelog](https://docs.pydantic.dev/latest/changelog/)) | `==2.10.3`
-> `==2.10.4` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pydantic/2.10.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pydantic/2.10.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pydantic/2.10.3/2.10.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pydantic/2.10.3/2.10.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pydantic/pydantic (pydantic)</summary>

###
[`v2.10.4`](https://redirect.github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2104-2024-12-18)

[Compare
Source](https://redirect.github.com/pydantic/pydantic/compare/v2.10.3...v2.10.4)

[GitHub
release](https://redirect.github.com/pydantic/pydantic/releases/tag/v2.10.4)

##### What's Changed

##### Packaging

- Bump `pydantic-core` to v2.27.2 by
[@&#8203;davidhewitt](https://redirect.github.com/davidhewitt) in
[#&#8203;11138](https://redirect.github.com/pydantic/pydantic/pull/11138)

##### Fixes

- Fix for comparison of `AnyUrl` objects by
[@&#8203;alexprabhat99](https://redirect.github.com/alexprabhat99) in
[#&#8203;11082](https://redirect.github.com/pydantic/pydantic/pull/11082)
- Properly fetch PEP 695 type params for functions, do not fetch
annotations from signature by
[@&#8203;Viicos](https://redirect.github.com/Viicos) in
[#&#8203;11093](https://redirect.github.com/pydantic/pydantic/pull/11093)
- Include JSON Schema input core schema in function schemas by
[@&#8203;Viicos](https://redirect.github.com/Viicos) in
[#&#8203;11085](https://redirect.github.com/pydantic/pydantic/pull/11085)
- Add `len` to `_BaseUrl` to avoid TypeError by
[@&#8203;Kharianne](https://redirect.github.com/Kharianne) in
[#&#8203;11111](https://redirect.github.com/pydantic/pydantic/pull/11111)
- Make sure the type reference is removed from the seen references by
[@&#8203;Viicos](https://redirect.github.com/Viicos) in
[#&#8203;11143](https://redirect.github.com/pydantic/pydantic/pull/11143)

##### New Contributors

- [@&#8203;FyZzyss](https://redirect.github.com/FyZzyss) made their
first contribution in
[#&#8203;10789](https://redirect.github.com/pydantic/pydantic/pull/10789)
- [@&#8203;tamird](https://redirect.github.com/tamird) made their first
contribution in
[#&#8203;10948](https://redirect.github.com/pydantic/pydantic/pull/10948)
- [@&#8203;felixxm](https://redirect.github.com/felixxm) made their
first contribution in
[#&#8203;11077](https://redirect.github.com/pydantic/pydantic/pull/11077)
- [@&#8203;alexprabhat99](https://redirect.github.com/alexprabhat99)
made their first contribution in
[#&#8203;11082](https://redirect.github.com/pydantic/pydantic/pull/11082)
- [@&#8203;Kharianne](https://redirect.github.com/Kharianne) made their
first contribution in
[#&#8203;11111](https://redirect.github.com/pydantic/pydantic/pull/11111)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/MartinBernstorff/Memium).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 07095ed commit 3d51c5b
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"iterpy==1.11.1",
"genanki==0.13.1",
"markdown==3.7",
"pydantic==2.10.3",
"pydantic==2.10.4",
"sentry-sdk==2.19.2",
"typer==0.15.1",
"tqdm==4.67.1",
Expand Down
Loading

0 comments on commit 3d51c5b

Please sign in to comment.