Skip to content

Commit 75e5ade

Browse files
committed
More tidying
1 parent 3be4a9e commit 75e5ade

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

plugboard-schemas/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ classifiers = [
1919
]
2020
dependencies = [
2121
"msgspec[yaml]>=0.18,<1",
22-
"pydantic>=2.13.1,<3",
22+
"pydantic>=2.8.0,<3 ; python_version < '3.14'",
23+
"pydantic>=2.13.1,<3 ; python_version >= '3.14'",
2324
]
2425

2526
[build-system]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ llm = [
5151
]
5252
# Pinning jsonschema due to performance issues with Lark and rfc3987-syntax parser
5353
# https://github.com/python-jsonschema/jsonschema/issues/1392
54-
ray = ["ray[tune]>=2.55.0,<3", "jsonschema<4.25.0", "optuna>=3.0,<5"]
54+
ray = ["ray[tune]>=2.47.1,<3", "jsonschema<4.25.0", "optuna>=3.0,<5"]
5555
redis = ["redis>=7.1,<8"]
5656
websockets = ["websockets>=14.2,<17"]
5757

@@ -86,7 +86,7 @@ test = [
8686
"pytest-cases>=3.8,<4",
8787
"pytest-env>=1.1,<2",
8888
"pytest-rerunfailures>=15.0,<17",
89-
"ray[tune]>=2.55.0,<3",
89+
"ray[tune]>=2.40.0,<3",
9090
"redis>=7.1,<8",
9191
"respx>=0.21,<1",
9292
"s3fs>=2024.9.0",

uv.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)