Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pydantic requirement from ~=2.9 to ~=2.10
Browse files Browse the repository at this point in the history
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.9.0...v2.10.1)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Nov 25, 2024
1 parent 67443ba commit 6e0299d
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
@@ -4,6 +4,6 @@ python-magic~=0.4
blurhash-python~=1.2
pillow>=9.3.0
beautifulsoup4~=4.12
pydantic~=2.9
pydantic~=2.10
aiosqlite~=0.20
orjson~=3.10

0 comments on commit 6e0299d

Please sign in to comment.