Skip to content

Commit 796423c

Browse files
committed
Merge branch 'master' into ivana/tox-script-6
2 parents adfd34f + 25ddbca commit 796423c

File tree

5 files changed

+6
-28
lines changed

5 files changed

+6
-28
lines changed

.github/workflows/test-integrations-ai.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
python-version: ["3.7","3.9","3.11","3.12","3.13"]
32+
python-version: ["3.7","3.9","3.11","3.12"]
3333
# python3.6 reached EOL and is no longer being supported on
3434
# new versions of hosted runners on Github Actions
3535
# ubuntu-20.04 is the last version that supported python3.6
@@ -101,7 +101,7 @@ jobs:
101101
strategy:
102102
fail-fast: false
103103
matrix:
104-
python-version: ["3.8","3.9","3.11","3.12","3.13"]
104+
python-version: ["3.8","3.9","3.11","3.12"]
105105
# python3.6 reached EOL and is no longer being supported on
106106
# new versions of hosted runners on Github Actions
107107
# ubuntu-20.04 is the last version that supported python3.6

scripts/populate_tox/config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
"huey": {
4747
"package": "huey",
4848
},
49+
"huggingface_hub": {
50+
"package": "huggingface_hub",
51+
},
4952
"launchdarkly": {
5053
"package": "launchdarkly-server-sdk",
5154
},

scripts/populate_tox/populate_tox.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"gcp",
7070
"grpc",
7171
"httpx",
72+
"huey",
7273
"huggingface_hub",
7374
"langchain",
7475
"langchain_notiktoken",

scripts/populate_tox/tox.jinja

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ envlist =
126126
{py3.9,py3.11,py3.12}-httpx-v{0.25,0.27}
127127
{py3.9,py3.12,py3.13}-httpx-latest
128128

129-
# Huggingface Hub
130-
{py3.9,py3.12,py3.13}-huggingface_hub-{v0.22}
131-
{py3.9,py3.12,py3.13}-huggingface_hub-latest
132-
133129
# Langchain
134130
{py3.9,py3.11,py3.12}-langchain-v0.1
135131
{py3.9,py3.11,py3.12}-langchain-v0.3
@@ -387,10 +383,6 @@ deps =
387383
httpx-v0.27: httpx~=0.27.0
388384
httpx-latest: httpx
389385
390-
# Huggingface Hub
391-
huggingface_hub-v0.22: huggingface_hub~=0.22.2
392-
huggingface_hub-latest: huggingface_hub
393-
394386
# Langchain
395387
langchain-v0.1: openai~=1.0.0
396388
langchain-v0.1: langchain~=0.1.11

tox.ini

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ envlist =
126126
{py3.9,py3.11,py3.12}-httpx-v{0.25,0.27}
127127
{py3.9,py3.12,py3.13}-httpx-latest
128128

129-
# Huggingface Hub
130-
{py3.9,py3.12,py3.13}-huggingface_hub-{v0.22}
131-
{py3.9,py3.12,py3.13}-huggingface_hub-latest
132-
133129
# Langchain
134130
{py3.9,py3.11,py3.12}-langchain-v0.1
135131
{py3.9,py3.11,py3.12}-langchain-v0.3
@@ -268,11 +264,6 @@ envlist =
268264
{py3.7,py3.10,py3.11}-dramatiq-v1.15.0
269265
{py3.8,py3.12,py3.13}-dramatiq-v1.17.1
270266

271-
{py3.6,py3.7}-huey-v2.1.3
272-
{py3.6,py3.7}-huey-v2.2.0
273-
{py3.6,py3.7}-huey-v2.3.2
274-
{py3.6,py3.11,py3.12}-huey-v2.5.2
275-
276267
{py3.8,py3.9}-spark-v3.0.3
277268
{py3.8,py3.9}-spark-v3.2.4
278269
{py3.8,py3.10,py3.11}-spark-v3.4.4
@@ -473,10 +464,6 @@ deps =
473464
httpx-v0.27: httpx~=0.27.0
474465
httpx-latest: httpx
475466

476-
# Huggingface Hub
477-
huggingface_hub-v0.22: huggingface_hub~=0.22.2
478-
huggingface_hub-latest: huggingface_hub
479-
480467
# Langchain
481468
langchain-v0.1: openai~=1.0.0
482469
langchain-v0.1: langchain~=0.1.11
@@ -687,11 +674,6 @@ deps =
687674
dramatiq-v1.15.0: dramatiq==1.15.0
688675
dramatiq-v1.17.1: dramatiq==1.17.1
689676

690-
huey-v2.1.3: huey==2.1.3
691-
huey-v2.2.0: huey==2.2.0
692-
huey-v2.3.2: huey==2.3.2
693-
huey-v2.5.2: huey==2.5.2
694-
695677
spark-v3.0.3: pyspark==3.0.3
696678
spark-v3.2.4: pyspark==3.2.4
697679
spark-v3.4.4: pyspark==3.4.4

0 commit comments

Comments
 (0)