Skip to content

Commit f683e1d

Browse files
authored
v7.7.3
1 parent cbbc870 commit f683e1d

File tree

2 files changed

+155
-126
lines changed

2 files changed

+155
-126
lines changed

src/constants.py

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -112,30 +112,30 @@
112112
"array_api_compat==1.11.2", # only anndata requires
113113
"async-timeout==5.0.1",
114114
"attrs==25.3.0",
115-
"av==14.2.0",
115+
"av==14.3.0",
116116
"backoff==2.2.1",
117117
"beautifulsoup4==4.13.4",
118118
"bitsandbytes==0.45.5",
119119
"braceexpand==0.1.7",
120-
"certifi==2025.1.31",
120+
"certifi==2025.4.26",
121121
"cffi==1.17.1",
122122
"chardet==5.2.0",
123-
"charset-normalizer==3.4.1", # requests requires <4
123+
"charset-normalizer==3.4.2", # requests requires <4
124124
"chattts==0.2.3",
125125
"click==8.1.8",
126126
"cloudpickle==3.1.1", # only required by tiledb-cloud and 3+ is only supported by tiledb-cloud 0.13+
127127
"colorama==0.4.6",
128128
"coloredlogs==15.0.1",
129129
"contourpy==1.3.2", # only required by matplotlib
130-
"cryptography==44.0.2", # only required by unstructured library
130+
"cryptography==44.0.3", # only required by unstructured library
131131
"ctranslate2==4.6.0",
132132
"cycler==0.12.1",
133133
"dataclasses-json==0.6.7",
134134
"datasets==3.5.0",
135135
"deepdiff==8.4.2", # required by unstructured
136136
"Deprecated==1.2.18", # only needed by pikepdf
137137
"deprecation==2.1.0", # only needed by ocrmypdf
138-
"dill==0.3.8", # datasets 3.5.0 requires <0.3.9; multiprocess 0.70.16 requires >=0.3.8
138+
"dill==0.3.8", # datasets 3.5.1 requires <0.3.9; multiprocess 0.70.16 requires >=0.3.8
139139
"distro==1.9.0",
140140
"docx2txt==0.9",
141141
"einops==0.8.1",
@@ -151,7 +151,8 @@
151151
"fonttools==4.57.0", # only required by matplotlib
152152
"frozendict==2.4.6",
153153
"frozenlist==1.5.0",
154-
"fsspec==2024.12.0", # datasets 3.5.0 requires <=2024.12.0
154+
"fsspec==2025.3.0", # datasets 3.5.1 requires <=2025.3.0
155+
"fsspec[http]==2025.3.0", # datasets 3.5.1 requires <=2025.3.0
155156
"greenlet==3.2.1",
156157
"gTTS==2.5.4",
157158
"h11==0.16.0",
@@ -168,31 +169,31 @@
168169
"importlib_metadata==8.7.0",
169170
"Jinja2==3.1.6",
170171
"jiter==0.9.0", # required by openai newer versions
171-
"joblib==1.4.2",
172+
"joblib==1.5.0",
172173
"jsonpatch==1.33",
173174
"jsonpath-python==1.0.6",
174175
"jsonpointer==3.0.0",
175176
"kiwisolver==1.4.8",
176-
"langchain==0.3.24",
177+
"langchain==0.3.25",
177178
"langchain-community==0.3.23",
178-
"langchain-core==0.3.56",
179+
"langchain-core==0.3.58",
179180
"langchain-huggingface==0.1.2",
180181
"langchain-text-splitters==0.3.8",
181182
"langdetect==1.0.9",
182-
"langsmith==0.3.38",
183+
"langsmith==0.3.42",
183184
"llvmlite==0.44.0", # only required by numba
184185
"lxml==5.4.0",
185186
"Markdown==3.8",
186187
"markdown-it-py==3.0.0",
187188
"MarkupSafe==3.0.2",
188-
"marshmallow==3.26.1",
189+
"marshmallow==3.26.1", # dataclasses-json==0.6.7 requires less than 4.0.0
189190
"matplotlib==3.10.1", # uniquely requires pyparsing==3.1.2 cycler==0.12.1 kiwisolver==1.4.5
190191
"mdurl==0.1.2",
191192
"more-itertools==10.7.0",
192193
"mpmath==1.3.0", # sympy 1.13.1 requires less than 1.4
193194
"msg-parser==1.2.0",
194195
"multidict==6.4.3",
195-
"multiprocess==0.70.16", # datasets 3.5.0 requires <0.70.17
196+
"multiprocess==0.70.16", # datasets 3.5.1 requires <0.70.17
196197
"mypy-extensions==1.1.0",
197198
"natsort==8.4.0",
198199
"nest-asyncio==1.6.0",
@@ -208,14 +209,14 @@
208209
"numpy==1.26.4",
209210
"ocrmypdf==16.10.1",
210211
"olefile==0.47",
211-
"openai==1.76.0", # only required by chat_lm_studio.py script and whispers2t (if using openai vanilla backend)
212+
"openai==1.77.0", # only required by chat_lm_studio.py script and whispers2t (if using openai vanilla backend)
212213
"openai-whisper==20240930", # only required by whisper_s2t (if using openai vanilla backend)
213214
"openpyxl==3.1.5",
214215
"optimum==1.24.0",
215216
"ordered-set==4.1.0",
216217
"orderly-set==5.4.0", # deepdiff 8.2.0 requires orderly-set=5.3.0,<6
217-
"orjson==3.10.17",
218-
"packaging==24.2",
218+
"orjson==3.10.18",
219+
"packaging==24.2", # langchain-core==0.3.56 requires less than 25
219220
"pandas==2.2.3",
220221
"pdfminer.six==20250416", # only needed by ocrmypdf
221222
"pikepdf==9.7.0", # only needed by ocrmypdf
@@ -227,12 +228,12 @@
227228
"propcache==0.3.1",
228229
"protobuf==6.30.2",
229230
"psutil==7.0.0",
230-
"pyarrow==19.0.1",
231+
"pyarrow==20.0.0",
231232
"pybase16384==0.3.8", # only required by chattts
232233
"pycparser==2.22",
233-
"pydantic==2.11.3",
234-
"pydantic_core==2.33.1", # pydantic 2.11.2 requires pydantic_core==2.33.1
235-
"pydantic-settings==2.8.1",
234+
"pydantic==2.11.3", # unstructured-client==0.34.0 requires pydantic>=2.11.2
235+
"pydantic_core==2.33.1", # pydantic 2.11.4 requires pydantic_core==2.33.2
236+
"pydantic-settings==2.8.1", # langchain-community==0.3.23 requires pydantic-settings>=2.4.0,<3.0.0
236237
"Pygments==2.19.1",
237238
"PyOpenGL==3.1.9",
238239
"PyOpenGL-accelerate==3.1.9",
@@ -258,7 +259,7 @@
258259
"safetensors==0.5.3",
259260
"scikit-learn==1.6.1",
260261
"scipy==1.15.2",
261-
"sentence-transformers==4.0.2",
262+
"sentence-transformers==4.1.0",
262263
"sentencepiece==0.2.0",
263264
"six==1.17.0",
264265
"sniffio==1.3.1",
@@ -272,7 +273,7 @@
272273
"tabulate==0.9.0",
273274
"tblib==3.1.0", # only tiledb-cloud requires
274275
"tenacity==9.1.2",
275-
"termcolor==3.0.1",
276+
"termcolor==3.1.0",
276277
"tessdata==1.0.0",
277278
"tessdata.eng==1.0.0",
278279
"threadpoolctl==3.6.0",
@@ -289,7 +290,7 @@
289290
"unstructured-client==0.34.0",
290291
"tzdata==2025.2",
291292
"urllib3==2.4.0", # requests 2.32.3 requires <3
292-
"vector-quantize-pytorch==1.22.15",
293+
"vector-quantize-pytorch==1.22.16",
293294
"vocos==0.1.0",
294295
"watchdog==6.0.0",
295296
"webdataset==0.2.111", # required by all TTS libraries
@@ -416,7 +417,7 @@
416417
'function': 'Qwen',
417418
'precision': 'bfloat16',
418419
'gated': False,
419-
'max_new_tokens': 4096,
420+
'max_new_tokens': 8192,
420421
},
421422
'Mistral Small 3 - 24b': {
422423
'model': 'Mistral Small 3 - 24b',
@@ -449,7 +450,7 @@
449450
'function': 'Qwen',
450451
'precision': 'bfloat16',
451452
'gated': False,
452-
'max_new_tokens': 4096,
453+
'max_new_tokens': 8192,
453454
},
454455
'GLM4-Z1 - 32b': {
455456
'model': 'GLM4-Z1 - 32b',
@@ -1885,9 +1886,10 @@
18851886
"folder": "tenacity"
18861887
},
18871888
"Tile DB": {
1888-
"URL": "https://docs.tiledb.com/main",
1889+
"URL": "https://tiledb-inc-tiledb.readthedocs-hosted.com/projects/tiledb-py/en/stable/python-api.html",
18891890
"folder": "tiledb",
1890-
"scraper_class": "TileDBScraper"
1891+
# "scraper_class": "TileDBScraper"
1892+
"scraper_class": "ReadthedocsScraper"
18911893
},
18921894
"tiledb-vector-search": {
18931895
"URL": "https://tiledb-inc.github.io/TileDB-Vector-Search/documentation/",

0 commit comments

Comments
 (0)