Skip to content

Commit

Permalink
Revert "fix(openai): support Python 3.12, 3.13 [backport 2.20]" (#12287)
Browse files Browse the repository at this point in the history
- [x] Reverts #12082
  • Loading branch information
erikayasuda authored Feb 11, 2025
1 parent 3d13407 commit 0d493ef
Show file tree
Hide file tree
Showing 34 changed files with 964 additions and 1,092 deletions.
54 changes: 0 additions & 54 deletions .riot/requirements/107d8f2.txt

This file was deleted.

48 changes: 0 additions & 48 deletions .riot/requirements/130158f.txt

This file was deleted.

57 changes: 57 additions & 0 deletions .riot/requirements/13804af.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/13804af.in
#
annotated-types==0.7.0
anyio==4.4.0
attrs==24.2.0
certifi==2024.7.4
charset-normalizer==3.3.2
coverage[toml]==7.6.1
distro==1.9.0
exceptiongroup==1.2.2
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
hypothesis==6.45.0
idna==3.8
importlib-metadata==8.4.0
iniconfig==2.0.0
mock==5.1.0
multidict==6.0.5
numpy==1.24.4
openai[datalib]==1.30.1
opentracing==2.4.0
packaging==24.1
pandas==2.0.3
pandas-stubs==2.0.3.230814
pillow==10.1.0
pluggy==1.5.0
pydantic==2.8.2
pydantic-core==2.20.1
pytest==8.3.2
pytest-asyncio==0.21.1
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
python-dateutil==2.9.0.post0
pytz==2024.1
pyyaml==6.0.2
regex==2024.7.24
requests==2.32.3
six==1.16.0
sniffio==1.3.1
sortedcontainers==2.4.0
tiktoken==0.7.0
tomli==2.0.1
tqdm==4.66.5
types-pytz==2024.1.0.20240417
typing-extensions==4.12.2
tzdata==2024.1
urllib3==1.26.19
vcrpy==4.2.1
wrapt==1.16.0
yarl==1.9.4
zipp==3.20.1
49 changes: 49 additions & 0 deletions .riot/requirements/13fec34.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/13fec34.in
#
annotated-types==0.7.0
anyio==3.7.1
attrs==24.2.0
certifi==2024.7.4
coverage[toml]==7.6.1
distro==1.9.0
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
hypothesis==6.45.0
idna==3.8
iniconfig==2.0.0
mock==5.1.0
multidict==6.0.5
numpy==2.1.0
openai[datalib,embeddings]==1.1.1
opentracing==2.4.0
packaging==24.1
pandas==2.2.2
pandas-stubs==2.2.2.240807
pillow==9.5.0
pluggy==1.5.0
pydantic==2.8.2
pydantic-core==2.20.1
pytest==8.3.2
pytest-asyncio==0.21.1
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
python-dateutil==2.9.0.post0
pytz==2024.1
pyyaml==6.0.2
six==1.16.0
sniffio==1.3.1
sortedcontainers==2.4.0
tqdm==4.66.5
types-pytz==2024.1.0.20240417
typing-extensions==4.12.2
tzdata==2024.1
urllib3==1.26.19
vcrpy==4.2.1
wrapt==1.16.0
yarl==1.9.4
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/df60af6.in
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/181216c.in
#
annotated-types==0.5.0
anyio==3.7.1
attrs==24.2.0
cached-property==1.5.2
certifi==2024.12.14
certifi==2024.7.4
coverage[toml]==7.2.7
distro==1.9.0
exceptiongroup==1.2.2
h11==0.14.0
httpcore==0.17.3
httpx==0.24.1
hypothesis==6.45.0
idna==3.10
idna==3.8
importlib-metadata==6.7.0
iniconfig==2.0.0
mock==5.1.0
multidict==6.0.5
numpy==1.21.6
openai[datalib]==1.30.1
openai[datalib,embeddings]==1.30.1
opentracing==2.4.0
packaging==24.0
pandas==1.3.5
Expand All @@ -37,15 +37,15 @@ pytest-cov==4.1.0
pytest-mock==3.11.1
pytest-randomly==3.12.0
python-dateutil==2.9.0.post0
pytz==2024.2
pytz==2024.1
pyyaml==6.0.1
six==1.17.0
six==1.16.0
sniffio==1.3.1
sortedcontainers==2.4.0
tomli==2.0.1
tqdm==4.67.1
tqdm==4.66.5
typing-extensions==4.7.1
urllib3==1.26.20
urllib3==1.26.19
vcrpy==4.2.1
wrapt==1.16.0
yarl==1.9.4
Expand Down
12 changes: 6 additions & 6 deletions .riot/requirements/1825740.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ aiosignal==1.3.1
async-timeout==4.0.3
asynctest==0.13.0
attrs==24.2.0
certifi==2024.12.14
charset-normalizer==3.4.1
certifi==2024.7.4
charset-normalizer==3.3.2
coverage[toml]==7.2.7
exceptiongroup==1.2.2
frozenlist==1.3.3
hypothesis==6.45.0
idna==3.10
idna==3.8
importlib-metadata==6.7.0
iniconfig==2.0.0
joblib==1.3.2
Expand All @@ -36,13 +36,13 @@ pyyaml==6.0.1
requests==2.31.0
scikit-learn==1.0.2
scipy==1.7.3
six==1.17.0
six==1.16.0
sortedcontainers==2.4.0
threadpoolctl==3.1.0
tomli==2.0.1
tqdm==4.67.1
tqdm==4.66.5
typing-extensions==4.7.1
urllib3==1.26.20
urllib3==1.26.19
vcrpy==4.2.1
wrapt==1.16.0
yarl==1.9.4
Expand Down
52 changes: 0 additions & 52 deletions .riot/requirements/18de44f.txt

This file was deleted.

Loading

0 comments on commit 0d493ef

Please sign in to comment.