Skip to content

Commit 9ef3da7

Browse files
authored
Update pydantic limits (#169)
* Update pyproject.toml * Update environment.yml
1 parent a372769 commit 9ef3da7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
dependencies:
44
- python =3.12
55
- click =8.1.8
6-
- pydantic =2.12.4
6+
- pydantic =2.12.5
77
- hatchling =1.28.0
88
- hatch-vcs =0.5.0
99
- httpcore =1.0.7

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ authors = [
1616
license = { file = "LICENSE" }
1717
dependencies = [
1818
"numpy>=1.21",
19-
"pydantic>=2.7.0,<=2.12.4",
19+
"pydantic>=2.7.0,<2.13.0",
2020
]
2121
dynamic = ["version"]
2222

0 commit comments

Comments
 (0)