Skip to content

Commit bae0605

Browse files
committed
Bump pydantic
To latest on conda-forge, with upper bound for the next minor release (3.14) Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>
1 parent d26beef commit bae0605

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.5
6+
- pydantic =2.13.4
77
- hatchling =1.28.0
88
- hatch-vcs =0.5.0
99
- jobflow =0.3.1

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.13.0",
19+
"pydantic>=2.7.0,<2.14.0",
2020
]
2121
dynamic = ["version"]
2222

0 commit comments

Comments
 (0)