File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ lm-eval[api] @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7
31
31
mteb>=1.38.11, <2 # required for mteb test
32
32
transformers==4.52.4
33
33
tokenizers==0.21.1
34
- schemathesis>=3.39.15 # Required for openai schema test.
34
+ schemathesis~=4.1.0 # Required for openai schema test.
35
35
# quantization
36
36
bitsandbytes>=0.46.1
37
37
buildkite-test-collector==0.1.9
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ lm-eval[api] @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7
37
37
mteb[bm25s]>=1.38.11, <2 # required for mteb test
38
38
transformers==4.55.2
39
39
tokenizers==0.21.1
40
- schemathesis>=3.39.15 # Required for openai schema test.
40
+ schemathesis~=4.1.0 # Required for openai schema test.
41
41
# quantization
42
42
bitsandbytes==0.46.1
43
43
buildkite-test-collector==0.1.9
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ h11==0.14.0
273
273
# uvicorn
274
274
h5py==3.13.0
275
275
# via terratorch
276
- harfile==0.3.0
276
+ harfile==0.3.1
277
277
# via schemathesis
278
278
hf-xet==1.1.7
279
279
# via huggingface-hub
@@ -902,6 +902,7 @@ rich==13.9.4
902
902
# genai-perf
903
903
# lightning
904
904
# mteb
905
+ # schemathesis
905
906
# typer
906
907
rioxarray==0.19.0
907
908
# via terratorch
@@ -930,7 +931,7 @@ safetensors==0.4.5
930
931
# peft
931
932
# timm
932
933
# transformers
933
- schemathesis==3.39.15
934
+ schemathesis==4.1.0
934
935
# via -r requirements/test.in
935
936
scikit-image==0.25.2
936
937
# via albumentations
@@ -1015,7 +1016,6 @@ sqlparse==0.5.3
1015
1016
starlette==0.46.2
1016
1017
# via
1017
1018
# fastapi
1018
- # schemathesis
1019
1019
# starlette-testclient
1020
1020
starlette-testclient==0.4.1
1021
1021
# via schemathesis
@@ -1064,8 +1064,6 @@ tokenizers==0.21.1
1064
1064
# transformers
1065
1065
tomli==2.2.1
1066
1066
# via schemathesis
1067
- tomli-w==1.2.0
1068
- # via schemathesis
1069
1067
torch==2.7.1+cu128
1070
1068
# via
1071
1069
# -r requirements/test.in
@@ -1187,6 +1185,7 @@ typing-extensions==4.12.2
1187
1185
# pydantic-core
1188
1186
# pydantic-extra-types
1189
1187
# pytorch-lightning
1188
+ # schemathesis
1190
1189
# sqlalchemy
1191
1190
# torch
1192
1191
# torchgeo
@@ -1235,9 +1234,7 @@ xxhash==3.5.0
1235
1234
# datasets
1236
1235
# evaluate
1237
1236
yarl==1.17.1
1238
- # via
1239
- # aiohttp
1240
- # schemathesis
1237
+ # via aiohttp
1241
1238
zipp==3.23.0
1242
1239
# via importlib-metadata
1243
1240
zstandard==0.23.0
You can’t perform that action at this time.
0 commit comments