Skip to content

Commit

Permalink
Update pydantic requirement from <2.5.3,>=2.0 to >=2.0,<2.5.4
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.0...v2.5.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent f00d6fb commit 63fa1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies = [
# Don't forget to sync changes between environment.yml, environment-dev.yml, and pyproject.toml!
"numpy",
"pooch>=1.8.0",
"pydantic>=2.0,<2.5.3",
"pydantic>=2.0,<2.5.4",
"statsmodels",
"xarray",
"xclim>=0.47.0",
Expand Down

0 comments on commit 63fa1d8

Please sign in to comment.