Skip to content

Commit b4a8ab1

Browse files
Reverted update
1 parent f6232f9 commit b4a8ab1

File tree

2 files changed

+21
-23
lines changed

2 files changed

+21
-23
lines changed

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==0.27.8
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: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
#
77
aiohappyeyeballs==2.4.3
88
# via aiohttp
9-
aiohttp==3.11.7
9+
aiohttp==3.10.10
1010
# via openai
1111
aiosignal==1.3.1
1212
# via aiohttp
1313
anyio==4.6.2.post1
1414
# via
1515
# groq
1616
# httpx
17-
async-timeout==5.0.1
17+
async-timeout==4.0.3
1818
# via aiohttp
1919
attrs==24.2.0
2020
# via aiohttp
@@ -52,7 +52,7 @@ confection==0.1.5
5252
# via thinc
5353
convertdate==2.4.0
5454
# via holidays
55-
cymem==2.0.10
55+
cymem==2.0.8
5656
# via
5757
# preshed
5858
# spacy
@@ -72,7 +72,7 @@ flashtext==2.7
7272
# via -r exec-env-requirements.in
7373
floret==0.10.5
7474
# via textacy
75-
frozenlist==1.5.0
75+
frozenlist==1.4.1
7676
# via
7777
# aiohttp
7878
# aiosignal
@@ -88,7 +88,7 @@ hijri-converter==2.3.1
8888
# via holidays
8989
holidays==0.21.13
9090
# via -r exec-env-requirements.in
91-
httpcore==1.0.7
91+
httpcore==1.0.6
9292
# via httpx
9393
httpx==0.27.2
9494
# via groq
@@ -118,11 +118,11 @@ knowledge==0.3
118118
# via -r exec-env-requirements.in
119119
korean-lunar-calendar==0.3.1
120120
# via holidays
121-
langcodes==3.5.0
121+
langcodes==3.4.1
122122
# via spacy
123123
langdetect==1.0.9
124124
# via -r exec-env-requirements.in
125-
language-data==1.3.0
125+
language-data==1.2.0
126126
# via langcodes
127127
levenshtein==0.20.8
128128
# via python-levenshtein
@@ -136,15 +136,15 @@ lxml==5.3.0
136136
# translate
137137
marisa-trie==1.2.1
138138
# via language-data
139-
markupsafe==3.0.2
139+
markupsafe==3.0.1
140140
# via jinja2
141141
more-itertools==10.5.0
142142
# via inflect
143143
multidict==6.1.0
144144
# via
145145
# aiohttp
146146
# yarl
147-
murmurhash==1.0.11
147+
murmurhash==1.0.10
148148
# via
149149
# preshed
150150
# spacy
@@ -171,9 +171,9 @@ numpy==1.23.4
171171
# spacy
172172
# textacy
173173
# thinc
174-
openai==0.27.8
174+
openai==0.27.7
175175
# via -r exec-env-requirements.in
176-
packaging==24.2
176+
packaging==24.1
177177
# via
178178
# spacy
179179
# thinc
@@ -190,14 +190,12 @@ preshed==3.0.9
190190
# spacy
191191
# thinc
192192
propcache==0.2.0
193-
# via
194-
# aiohttp
195-
# yarl
193+
# via yarl
196194
pyaml==24.9.0
197195
# via scikit-optimize
198196
pycountry==24.6.1
199197
# via sumy
200-
pydantic==1.10.19
198+
pydantic==1.10.18
201199
# via
202200
# confection
203201
# groq
@@ -207,7 +205,7 @@ pymeeus==0.5.12
207205
# via
208206
# convertdate
209207
# holidays
210-
pyphen==0.17.0
208+
pyphen==0.16.0
211209
# via
212210
# textacy
213211
# textstat
@@ -225,7 +223,7 @@ quantulum3==0.7.11
225223
# via -r exec-env-requirements.in
226224
rapidfuzz==2.15.2
227225
# via levenshtein
228-
regex==2024.11.6
226+
regex==2024.9.11
229227
# via
230228
# nltk
231229
# tiktoken
@@ -283,9 +281,9 @@ srsly==2.4.8
283281
# thinc
284282
stemming==1.0.1
285283
# via -r exec-env-requirements.in
286-
sudachidict-core==20241021
284+
sudachidict-core==20240716
287285
# via spacy
288-
sudachipy==0.6.9
286+
sudachipy==0.6.8
289287
# via
290288
# spacy
291289
# sudachidict-core
@@ -305,7 +303,7 @@ tiktoken==0.4.0
305303
# via -r exec-env-requirements.in
306304
toolz==1.0.0
307305
# via cytoolz
308-
tqdm==4.67.1
306+
tqdm==4.66.5
309307
# via
310308
# nltk
311309
# openai
@@ -337,9 +335,9 @@ wasabi==0.10.1
337335
# via
338336
# spacy
339337
# thinc
340-
yarl==1.18.0
338+
yarl==1.15.3
341339
# via aiohttp
342-
zipp==3.21.0
340+
zipp==3.20.2
343341
# via importlib-metadata
344342

345343
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)