Skip to content

Commit

Permalink
Update pydantic requirement
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@v1.10.0...v2.10.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 2c8a599 commit 4565f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pymongo>=4.4.0,<5

# Utilities
# Bug in pydantic 2.10.1, see https://github.com/pydantic/pydantic/issues/9898
pydantic>=1.10.0,!=2.10.0,!=2.10.1,<2.10.2
pydantic>=1.10.0,!=2.10.0,!=2.10.1,<2.10.4
typing_extensions>=4.1,<5; python_version<'3.9'
fortran-language-server>=1.12.0,<1.13

Expand Down

0 comments on commit 4565f2e

Please sign in to comment.