Skip to content

Commit 3be4a9e

Browse files
committed
More refined pydantic version
1 parent 8b172a5 commit 3be4a9e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ dependencies = [
2929
"pandas>=1.0,<4",
3030
"plugboard-schemas",
3131
"pyarrow>=17.0,<24",
32-
"pydantic>=2.13.1,<3",
32+
"pydantic>=2.8.0,<3 ; python_version < '3.14'",
33+
"pydantic>=2.13.1,<3 ; python_version >= '3.14'",
3334
"pydantic-settings>=2.7.1,<3",
3435
"pyzmq>=26.2,<28",
3536
"rich>=13.9,<15",

uv.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)