Skip to content

Commit 1097037

Browse files
downgrade openai
1 parent 21c8875 commit 1097037

File tree

6 files changed

+32
-20
lines changed

6 files changed

+32
-20
lines changed

requirements/common-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ sqlalchemy==1.4.42
6666
# via -r common-requirements.in
6767
starlette==0.37.2
6868
# via fastapi
69-
typing-extensions==4.12.1
69+
typing-extensions==4.12.2
7070
# via
7171
# anyio
7272
# fastapi

requirements/exec-env-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ translate==3.6.1
1717
better_profanity==0.7.0
1818
flashtext==2.7
1919
stemming==1.0.1
20-
openai==1.30.5
20+
openai==0.27.7
2121
google-search-results==2.4.1
2222
vaderSentiment==3.3.2
2323
textacy==0.13.0

requirements/exec-env-requirements.txt

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@
44
#
55
# pip-compile exec-env-requirements.in
66
#
7+
aiohttp==3.9.5
8+
# via openai
9+
aiosignal==1.3.1
10+
# via aiohttp
711
anyio==4.4.0
812
# via
913
# groq
1014
# httpx
11-
# openai
15+
async-timeout==4.0.3
16+
# via aiohttp
17+
attrs==23.2.0
18+
# via aiohttp
1219
beautifulsoup4==4.11.1
1320
# via -r exec-env-requirements.in
1421
better-profanity==0.7.0
@@ -51,9 +58,7 @@ cymem==2.0.8
5158
cytoolz==0.12.3
5259
# via textacy
5360
distro==1.9.0
54-
# via
55-
# groq
56-
# openai
61+
# via groq
5762
docopt==0.6.2
5863
# via
5964
# breadability
@@ -65,6 +70,10 @@ flashtext==2.7
6570
# via -r exec-env-requirements.in
6671
floret==0.10.5
6772
# via textacy
73+
frozenlist==1.4.1
74+
# via
75+
# aiohttp
76+
# aiosignal
6877
fuzzywuzzy==0.18.0
6978
# via -r exec-env-requirements.in
7079
google-search-results==2.4.1
@@ -80,14 +89,13 @@ holidays==0.21.13
8089
httpcore==1.0.5
8190
# via httpx
8291
httpx==0.27.0
83-
# via
84-
# groq
85-
# openai
92+
# via groq
8693
idna==3.7
8794
# via
8895
# anyio
8996
# httpx
9097
# requests
98+
# yarl
9199
importlib-metadata==7.1.0
92100
# via typeguard
93101
inflect==7.2.1
@@ -130,6 +138,10 @@ markupsafe==2.1.5
130138
# via jinja2
131139
more-itertools==10.2.0
132140
# via inflect
141+
multidict==6.0.5
142+
# via
143+
# aiohttp
144+
# yarl
133145
murmurhash==1.0.10
134146
# via
135147
# preshed
@@ -157,9 +169,9 @@ numpy==1.23.4
157169
# spacy
158170
# textacy
159171
# thinc
160-
openai==1.30.5
172+
openai==0.27.7
161173
# via -r exec-env-requirements.in
162-
packaging==24.0
174+
packaging==24.1
163175
# via
164176
# spacy
165177
# thinc
@@ -183,7 +195,6 @@ pydantic==1.10.15
183195
# via
184196
# confection
185197
# groq
186-
# openai
187198
# spacy
188199
# thinc
189200
pymeeus==0.5.12
@@ -217,6 +228,7 @@ requests==2.31.0
217228
# -r exec-env-requirements.in
218229
# google-search-results
219230
# lexmo
231+
# openai
220232
# spacy
221233
# sumy
222234
# textacy
@@ -246,7 +258,6 @@ sniffio==1.3.1
246258
# anyio
247259
# groq
248260
# httpx
249-
# openai
250261
soupsieve==2.5
251262
# via beautifulsoup4
252263
spacy[ja]==3.4.2
@@ -302,12 +313,11 @@ typer==0.4.2
302313
# via
303314
# pathy
304315
# spacy
305-
typing-extensions==4.12.1
316+
typing-extensions==4.12.2
306317
# via
307318
# anyio
308319
# groq
309320
# inflect
310-
# openai
311321
# pydantic
312322
# sqlalchemy
313323
# typeguard
@@ -321,6 +331,8 @@ wasabi==0.10.1
321331
# via
322332
# spacy
323333
# thinc
334+
yarl==1.9.4
335+
# via aiohttp
324336
zipp==3.19.2
325337
# via importlib-metadata
326338

requirements/mini-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sniffio==1.3.1
3232
# via anyio
3333
starlette==0.37.2
3434
# via fastapi
35-
typing-extensions==4.12.1
35+
typing-extensions==4.12.2
3636
# via
3737
# anyio
3838
# fastapi

requirements/torch-cpu-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ numpy==1.23.4
6060
# scikit-optimize
6161
# scipy
6262
# transformers
63-
packaging==24.0
63+
packaging==24.1
6464
# via
6565
# huggingface-hub
6666
# transformers
@@ -126,7 +126,7 @@ tqdm==4.66.4
126126
# transformers
127127
transformers==4.41.2
128128
# via -r torch-cpu-requirements.in
129-
typing-extensions==4.12.1
129+
typing-extensions==4.12.2
130130
# via
131131
# anyio
132132
# fastapi

requirements/torch-cuda-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ numpy==1.23.4
6060
# scikit-optimize
6161
# scipy
6262
# transformers
63-
packaging==24.0
63+
packaging==24.1
6464
# via
6565
# huggingface-hub
6666
# transformers
@@ -126,7 +126,7 @@ tqdm==4.66.4
126126
# transformers
127127
transformers==4.41.2
128128
# via -r torch-cuda-requirements.in
129-
typing-extensions==4.12.1
129+
typing-extensions==4.12.2
130130
# via
131131
# anyio
132132
# fastapi

0 commit comments

Comments
 (0)