Skip to content

Commit f4bf627

Browse files
committed
Enforce pydantic>2
1 parent 889cac0 commit f4bf627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
"oceanum",
4747
"owslib",
4848
"pandas",
49-
"pydantic",
49+
"pydantic>2",
5050
"pydantic_numpy",
5151
"scipy",
5252
"tqdm",
@@ -99,4 +99,4 @@ version = {attr = "rompy.__version__"}
9999
log_cli = true
100100
log_cli_level = "INFO"
101101
log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
102-
log_cli_date_format = "%Y-%m-%d %H:%M:%S"
102+
log_cli_date_format = "%Y-%m-%d %H:%M:%S"

0 commit comments

Comments
 (0)