Skip to content

Commit 67502e7

Browse files
committed
huggingface
1 parent 1068830 commit 67502e7

File tree

4 files changed

+16
-19
lines changed

4 files changed

+16
-19
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.10","3.11","3.12","3.13"]
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/populate_tox.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"graphene",
6565
"grpc",
6666
"httpx",
67-
"huggingface_hub",
6867
"langchain",
6968
"langchain_notiktoken",
7069
"litestar",

scripts/populate_tox/tox.jinja

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

124-
# Huggingface Hub
125-
{py3.9,py3.12,py3.13}-huggingface_hub-{v0.22}
126-
{py3.9,py3.12,py3.13}-huggingface_hub-latest
127-
128124
# Langchain
129125
{py3.9,py3.11,py3.12}-langchain-v0.1
130126
{py3.9,py3.11,py3.12}-langchain-v0.3
@@ -438,10 +434,6 @@ deps =
438434
httpx-v0.27: httpx~=0.27.0
439435
httpx-latest: httpx
440436
441-
# Huggingface Hub
442-
huggingface_hub-v0.22: huggingface_hub~=0.22.2
443-
huggingface_hub-latest: huggingface_hub
444-
445437
# Langchain
446438
langchain-v0.1: openai~=1.0.0
447439
langchain-v0.1: langchain~=0.1.11

tox.ini

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ envlist =
121121
{py3.9,py3.11,py3.12}-httpx-v{0.25,0.27}
122122
{py3.9,py3.12,py3.13}-httpx-latest
123123

124-
# Huggingface Hub
125-
{py3.9,py3.12,py3.13}-huggingface_hub-{v0.22}
126-
{py3.9,py3.12,py3.13}-huggingface_hub-latest
127-
128124
# Langchain
129125
{py3.9,py3.11,py3.12}-langchain-v0.1
130126
{py3.9,py3.11,py3.12}-langchain-v0.3
@@ -260,6 +256,13 @@ envlist =
260256
# === Integrations - Auto-generated ===
261257
# These come from the populate_tox.py script. Eventually we should move all
262258
# integration tests there.
259+
# ~~~ AI ~~~
260+
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
261+
{py3.8,py3.10,py3.11}-huggingface_hub-v0.24.7
262+
{py3.8,py3.11,py3.12}-huggingface_hub-v0.26.5
263+
{py3.8,py3.12,py3.13}-huggingface_hub-v0.27.1
264+
265+
263266
# ~~~ DBs ~~~
264267
{py3.7,py3.11,py3.12}-clickhouse_driver-v0.2.9
265268

@@ -471,10 +474,6 @@ deps =
471474
httpx-v0.27: httpx~=0.27.0
472475
httpx-latest: httpx
473476

474-
# Huggingface Hub
475-
huggingface_hub-v0.22: huggingface_hub~=0.22.2
476-
huggingface_hub-latest: huggingface_hub
477-
478477
# Langchain
479478
langchain-v0.1: openai~=1.0.0
480479
langchain-v0.1: langchain~=0.1.11
@@ -692,6 +691,13 @@ deps =
692691
# === Integrations - Auto-generated ===
693692
# These come from the populate_tox.py script. Eventually we should move all
694693
# integration tests there.
694+
# ~~~ AI ~~~
695+
huggingface_hub-v0.22.2: huggingface_hub==0.22.2
696+
huggingface_hub-v0.24.7: huggingface_hub==0.24.7
697+
huggingface_hub-v0.26.5: huggingface_hub==0.26.5
698+
huggingface_hub-v0.27.1: huggingface_hub==0.27.1
699+
700+
695701
# ~~~ DBs ~~~
696702
clickhouse_driver-v0.2.9: clickhouse-driver==0.2.9
697703

0 commit comments

Comments
 (0)