Skip to content

Commit 140323e

Browse files
committed
[CI] upgrade schemathesis to 4.1.0 from 3.39.15
It's better and faster. https://github.com/schemathesis/schemathesis/releases/tag/v4.1.0 https://github.com/schemathesis/schemathesis/releases/tag/v4.0.0 Signed-off-by: David Xia <[email protected]>
1 parent ebe1462 commit 140323e

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

requirements/nightly_torch_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lm-eval[api] @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7
3131
mteb>=1.38.11, <2 # required for mteb test
3232
transformers==4.52.4
3333
tokenizers==0.21.1
34-
schemathesis>=3.39.15 # Required for openai schema test.
34+
schemathesis~=4.1.0 # Required for openai schema test.
3535
# quantization
3636
bitsandbytes>=0.46.1
3737
buildkite-test-collector==0.1.9

requirements/test.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ lm-eval[api] @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7
3737
mteb[bm25s]>=1.38.11, <2 # required for mteb test
3838
transformers==4.55.2
3939
tokenizers==0.21.1
40-
schemathesis>=3.39.15 # Required for openai schema test.
40+
schemathesis~=4.1.0 # Required for openai schema test.
4141
# quantization
4242
bitsandbytes==0.46.1
4343
buildkite-test-collector==0.1.9

requirements/test.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ h11==0.14.0
273273
# uvicorn
274274
h5py==3.13.0
275275
# via terratorch
276-
harfile==0.3.0
276+
harfile==0.3.1
277277
# via schemathesis
278278
hf-xet==1.1.7
279279
# via huggingface-hub
@@ -902,6 +902,7 @@ rich==13.9.4
902902
# genai-perf
903903
# lightning
904904
# mteb
905+
# schemathesis
905906
# typer
906907
rioxarray==0.19.0
907908
# via terratorch
@@ -930,7 +931,7 @@ safetensors==0.4.5
930931
# peft
931932
# timm
932933
# transformers
933-
schemathesis==3.39.15
934+
schemathesis==4.1.0
934935
# via -r requirements/test.in
935936
scikit-image==0.25.2
936937
# via albumentations
@@ -1015,7 +1016,6 @@ sqlparse==0.5.3
10151016
starlette==0.46.2
10161017
# via
10171018
# fastapi
1018-
# schemathesis
10191019
# starlette-testclient
10201020
starlette-testclient==0.4.1
10211021
# via schemathesis
@@ -1064,8 +1064,6 @@ tokenizers==0.21.1
10641064
# transformers
10651065
tomli==2.2.1
10661066
# via schemathesis
1067-
tomli-w==1.2.0
1068-
# via schemathesis
10691067
torch==2.7.1+cu128
10701068
# via
10711069
# -r requirements/test.in
@@ -1187,6 +1185,7 @@ typing-extensions==4.12.2
11871185
# pydantic-core
11881186
# pydantic-extra-types
11891187
# pytorch-lightning
1188+
# schemathesis
11901189
# sqlalchemy
11911190
# torch
11921191
# torchgeo
@@ -1235,9 +1234,7 @@ xxhash==3.5.0
12351234
# datasets
12361235
# evaluate
12371236
yarl==1.17.1
1238-
# via
1239-
# aiohttp
1240-
# schemathesis
1237+
# via aiohttp
12411238
zipp==3.23.0
12421239
# via importlib-metadata
12431240
zstandard==0.23.0

0 commit comments

Comments
 (0)