Skip to content

Commit 8bbac0c

Browse files
committed
2024-12-27T21:43:25Z
1 parent 12cdcdf commit 8bbac0c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build>=1.2.2
44
twine>=6.0.1
55
wheel>=0.45.1
66

7-
uv>=0.5.12
7+
uv>=0.5.13
88

99
pytest==8.3.4
1010
pytest-asyncio==0.25.0
@@ -119,4 +119,4 @@ llama-cpp-python; sys_platform == "darwin"
119119

120120
segno==1.6.1
121121

122-
duckduckgo_search==7.1.0 # @omlish-venv !13t # segfault lol
122+
duckduckgo_search==7.1.1 # @omlish-venv !13t # segfault lol

requirements-ext.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ einops==0.8.0
143143

144144
### infra
145145

146-
boto3>=1.35.87
146+
boto3>=1.35.89
147147
google-api-python-client==2.156.0
148148
google-cloud-compute==1.23.0
149149

@@ -243,7 +243,7 @@ pypdf==5.1.0
243243

244244
fparser==0.1.4
245245

246-
usearch==2.16.6
246+
usearch==2.16.8
247247

248248
##
249249

requirements-frz.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ black==24.10.0
3636
bleach==6.2.0
3737
blinker==1.9.0
3838
blis==1.1.0
39-
boto3==1.35.87
40-
botocore==1.35.87
39+
boto3==1.35.89
40+
botocore==1.35.89
4141
Brotli==1.1.0
4242
bs4==0.0.2
4343
bsddb3==6.2.9
@@ -97,7 +97,7 @@ docutils==0.21.2
9797
docutils-stubs==0.0.22
9898
dspy==2.5.42
9999
duckdb==1.1.3
100-
duckduckgo_search==7.1.0
100+
duckduckgo_search==7.1.1
101101
durationpy==0.9
102102
einops==0.8.0
103103
elastic-transport==8.15.1
@@ -528,8 +528,8 @@ uritemplate==4.1.1
528528
urllib3==2.3.0
529529
urwid==2.6.16
530530
urwid_readline==0.15.1
531-
usearch==2.16.6
532-
uv==0.5.12
531+
usearch==2.16.8
532+
uv==0.5.13
533533
uvicorn==0.34.0
534534
uvloop==0.21.0
535535
voluptuous==0.15.2

0 commit comments

Comments
 (0)