Skip to content

Commit

Permalink
Merge pull request #305 from johnbdesanto/unit_test
Browse files Browse the repository at this point in the history
chore: pin pydantic to v2.8.2
  • Loading branch information
johnbdesanto authored Sep 4, 2024
2 parents 904102c + 63286b0 commit 4de3a7f
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 @@ -28,7 +28,7 @@ dependencies = [
"nptyping>=2.5.0,<3",
"cftime>=1.6.2,<2",
"pandas>=2.0.3,<3",
"pydantic>=2.1.1,<3",
"pydantic==2.8.2",
"pydantic-settings>=2.0.3,<3",
"pyyaml>=6.0.1,<7",
"pymap3d>=3.0.1,<4",
Expand Down

0 comments on commit 4de3a7f

Please sign in to comment.