Skip to content

Commit 0d493ef

Browse files
authored
Revert "fix(openai): support Python 3.12, 3.13 [backport 2.20]" (#12287)
- [x] Reverts #12082
1 parent 3d13407 commit 0d493ef

34 files changed

+964
-1092
lines changed

.riot/requirements/107d8f2.txt

Lines changed: 0 additions & 54 deletions
This file was deleted.

.riot/requirements/130158f.txt

Lines changed: 0 additions & 48 deletions
This file was deleted.

.riot/requirements/13804af.txt

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.8
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/13804af.in
6+
#
7+
annotated-types==0.7.0
8+
anyio==4.4.0
9+
attrs==24.2.0
10+
certifi==2024.7.4
11+
charset-normalizer==3.3.2
12+
coverage[toml]==7.6.1
13+
distro==1.9.0
14+
exceptiongroup==1.2.2
15+
h11==0.14.0
16+
httpcore==1.0.5
17+
httpx==0.27.0
18+
hypothesis==6.45.0
19+
idna==3.8
20+
importlib-metadata==8.4.0
21+
iniconfig==2.0.0
22+
mock==5.1.0
23+
multidict==6.0.5
24+
numpy==1.24.4
25+
openai[datalib]==1.30.1
26+
opentracing==2.4.0
27+
packaging==24.1
28+
pandas==2.0.3
29+
pandas-stubs==2.0.3.230814
30+
pillow==10.1.0
31+
pluggy==1.5.0
32+
pydantic==2.8.2
33+
pydantic-core==2.20.1
34+
pytest==8.3.2
35+
pytest-asyncio==0.21.1
36+
pytest-cov==5.0.0
37+
pytest-mock==3.14.0
38+
pytest-randomly==3.15.0
39+
python-dateutil==2.9.0.post0
40+
pytz==2024.1
41+
pyyaml==6.0.2
42+
regex==2024.7.24
43+
requests==2.32.3
44+
six==1.16.0
45+
sniffio==1.3.1
46+
sortedcontainers==2.4.0
47+
tiktoken==0.7.0
48+
tomli==2.0.1
49+
tqdm==4.66.5
50+
types-pytz==2024.1.0.20240417
51+
typing-extensions==4.12.2
52+
tzdata==2024.1
53+
urllib3==1.26.19
54+
vcrpy==4.2.1
55+
wrapt==1.16.0
56+
yarl==1.9.4
57+
zipp==3.20.1

.riot/requirements/13fec34.txt

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/13fec34.in
6+
#
7+
annotated-types==0.7.0
8+
anyio==3.7.1
9+
attrs==24.2.0
10+
certifi==2024.7.4
11+
coverage[toml]==7.6.1
12+
distro==1.9.0
13+
h11==0.14.0
14+
httpcore==1.0.5
15+
httpx==0.27.0
16+
hypothesis==6.45.0
17+
idna==3.8
18+
iniconfig==2.0.0
19+
mock==5.1.0
20+
multidict==6.0.5
21+
numpy==2.1.0
22+
openai[datalib,embeddings]==1.1.1
23+
opentracing==2.4.0
24+
packaging==24.1
25+
pandas==2.2.2
26+
pandas-stubs==2.2.2.240807
27+
pillow==9.5.0
28+
pluggy==1.5.0
29+
pydantic==2.8.2
30+
pydantic-core==2.20.1
31+
pytest==8.3.2
32+
pytest-asyncio==0.21.1
33+
pytest-cov==5.0.0
34+
pytest-mock==3.14.0
35+
pytest-randomly==3.15.0
36+
python-dateutil==2.9.0.post0
37+
pytz==2024.1
38+
pyyaml==6.0.2
39+
six==1.16.0
40+
sniffio==1.3.1
41+
sortedcontainers==2.4.0
42+
tqdm==4.66.5
43+
types-pytz==2024.1.0.20240417
44+
typing-extensions==4.12.2
45+
tzdata==2024.1
46+
urllib3==1.26.19
47+
vcrpy==4.2.1
48+
wrapt==1.16.0
49+
yarl==1.9.4

.riot/requirements/df60af6.txt renamed to .riot/requirements/181216c.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
# This file is autogenerated by pip-compile with Python 3.7
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/df60af6.in
5+
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/181216c.in
66
#
77
annotated-types==0.5.0
88
anyio==3.7.1
99
attrs==24.2.0
1010
cached-property==1.5.2
11-
certifi==2024.12.14
11+
certifi==2024.7.4
1212
coverage[toml]==7.2.7
1313
distro==1.9.0
1414
exceptiongroup==1.2.2
1515
h11==0.14.0
1616
httpcore==0.17.3
1717
httpx==0.24.1
1818
hypothesis==6.45.0
19-
idna==3.10
19+
idna==3.8
2020
importlib-metadata==6.7.0
2121
iniconfig==2.0.0
2222
mock==5.1.0
2323
multidict==6.0.5
2424
numpy==1.21.6
25-
openai[datalib]==1.30.1
25+
openai[datalib,embeddings]==1.30.1
2626
opentracing==2.4.0
2727
packaging==24.0
2828
pandas==1.3.5
@@ -37,15 +37,15 @@ pytest-cov==4.1.0
3737
pytest-mock==3.11.1
3838
pytest-randomly==3.12.0
3939
python-dateutil==2.9.0.post0
40-
pytz==2024.2
40+
pytz==2024.1
4141
pyyaml==6.0.1
42-
six==1.17.0
42+
six==1.16.0
4343
sniffio==1.3.1
4444
sortedcontainers==2.4.0
4545
tomli==2.0.1
46-
tqdm==4.67.1
46+
tqdm==4.66.5
4747
typing-extensions==4.7.1
48-
urllib3==1.26.20
48+
urllib3==1.26.19
4949
vcrpy==4.2.1
5050
wrapt==1.16.0
5151
yarl==1.9.4

.riot/requirements/1825740.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ aiosignal==1.3.1
99
async-timeout==4.0.3
1010
asynctest==0.13.0
1111
attrs==24.2.0
12-
certifi==2024.12.14
13-
charset-normalizer==3.4.1
12+
certifi==2024.7.4
13+
charset-normalizer==3.3.2
1414
coverage[toml]==7.2.7
1515
exceptiongroup==1.2.2
1616
frozenlist==1.3.3
1717
hypothesis==6.45.0
18-
idna==3.10
18+
idna==3.8
1919
importlib-metadata==6.7.0
2020
iniconfig==2.0.0
2121
joblib==1.3.2
@@ -36,13 +36,13 @@ pyyaml==6.0.1
3636
requests==2.31.0
3737
scikit-learn==1.0.2
3838
scipy==1.7.3
39-
six==1.17.0
39+
six==1.16.0
4040
sortedcontainers==2.4.0
4141
threadpoolctl==3.1.0
4242
tomli==2.0.1
43-
tqdm==4.67.1
43+
tqdm==4.66.5
4444
typing-extensions==4.7.1
45-
urllib3==1.26.20
45+
urllib3==1.26.19
4646
vcrpy==4.2.1
4747
wrapt==1.16.0
4848
yarl==1.9.4

.riot/requirements/18de44f.txt

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)