Skip to content

Commit e57794c

Browse files
committed
Merge branch 'master' into iavna/toxgen/huggingface
2 parents 6ba5e13 + fbf43bd commit e57794c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

scripts/populate_tox/populate_tox.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
"fastapi",
7979
"gcp",
8080
"httpx",
81-
"huey",
8281
"langchain",
8382
"langchain_notiktoken",
8483
"openai",

tox.ini

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13-
# Last generated: 2025-04-15T11:35:26.105701+00:00
13+
# Last generated: 2025-04-15T11:48:52.985806+00:00
1414

1515
[tox]
1616
requires =
@@ -230,6 +230,11 @@ envlist =
230230
{py3.7,py3.10,py3.11}-dramatiq-v1.15.0
231231
{py3.8,py3.12,py3.13}-dramatiq-v1.17.1
232232

233+
{py3.6,py3.7}-huey-v2.1.3
234+
{py3.6,py3.7}-huey-v2.2.0
235+
{py3.6,py3.7}-huey-v2.3.2
236+
{py3.6,py3.11,py3.12}-huey-v2.5.3
237+
233238
{py3.8,py3.9}-spark-v3.0.3
234239
{py3.8,py3.9}-spark-v3.2.4
235240
{py3.8,py3.10,py3.11}-spark-v3.4.4
@@ -621,6 +626,11 @@ deps =
621626
dramatiq-v1.15.0: dramatiq==1.15.0
622627
dramatiq-v1.17.1: dramatiq==1.17.1
623628

629+
huey-v2.1.3: huey==2.1.3
630+
huey-v2.2.0: huey==2.2.0
631+
huey-v2.3.2: huey==2.3.2
632+
huey-v2.5.3: huey==2.5.3
633+
624634
spark-v3.0.3: pyspark==3.0.3
625635
spark-v3.2.4: pyspark==3.2.4
626636
spark-v3.4.4: pyspark==3.4.4

0 commit comments

Comments
 (0)