Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/test-integrations-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ jobs:
run: |
set -x # print commands that are executed
./scripts/runtox.sh "py${{ matrix.python-version }}-huggingface_hub"
- name: Test litellm
run: |
set -x # print commands that are executed
./scripts/runtox.sh "py${{ matrix.python-version }}-litellm"
- name: Test openai-base
run: |
set -x # print commands that are executed
Expand Down
3 changes: 0 additions & 3 deletions scripts/populate_tox/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,6 @@
"package": "launchdarkly-server-sdk",
"num_versions": 2,
},
"litellm": {
"package": "litellm",
},
"litestar": {
"package": "litestar",
"deps": {
Expand Down
1 change: 0 additions & 1 deletion scripts/split_tox_gh_actions/split_tox_gh_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"cohere",
"google_genai",
"huggingface_hub",
"litellm",
"openai-base",
"openai-notiktoken",
],
Expand Down
12 changes: 6 additions & 6 deletions scripts/split_tox_gh_actions/templates/test_group.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,26 @@
# Use Docker container only for Python 3.6
{% raw %}container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}{% endraw %}
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/setup-python@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
{% raw %}if: ${{ matrix.python-version != '3.6' }}{% endraw %}
with:
python-version: {% raw %}${{ matrix.python-version }}{% endraw %}
allow-prereleases: true

{% if needs_clickhouse %}
- name: "Setup ClickHouse Server"
uses: getsentry/action-clickhouse-in-ci@v1.7
uses: getsentry/action-clickhouse-in-ci@5dc8a6a50d689bd6051db0241f34849e5a36490b # v1.7
{% endif %}

{% if needs_redis %}
- name: Start Redis
uses: supercharge/redis-github-action@v2
uses: supercharge/redis-github-action@87f27ff1ab2d9e62db54b11ee5e7f78ff18f8933 # v2
{% endif %}

{% if needs_java %}
- name: Install Java
uses: actions/setup-java@v5
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
with:
distribution: 'temurin'
java-version: '21'
Expand Down Expand Up @@ -96,7 +96,7 @@

- name: Parse and Upload Coverage
if: {% raw %}${{ !cancelled() }}{% endraw %}
uses: getsentry/codecov-action@main
uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main
with:
token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
files: coverage.xml
Expand Down
33 changes: 11 additions & 22 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,6 @@ envlist =
{py3.9,py3.13,py3.14,py3.14t}-huggingface_hub-v1.7.2
{py3.9,py3.13,py3.14,py3.14t}-huggingface_hub-latest

{py3.9,py3.12,py3.13}-litellm-v1.77.7
{py3.9,py3.12,py3.13}-litellm-v1.79.3
{py3.9,py3.12,py3.13}-litellm-v1.81.16
{py3.9,py3.12,py3.13}-litellm-v1.82.6
{py3.9,py3.12,py3.13}-litellm-latest

{py3.8,py3.11,py3.12}-openai-base-v1.0.1
{py3.8,py3.12,py3.13}-openai-base-v1.109.1
{py3.9,py3.13,py3.14,py3.14t}-openai-base-v2.29.0
Expand All @@ -145,7 +139,7 @@ envlist =
{py3.6,py3.7}-boto3-v1.12.49
{py3.6,py3.9,py3.10}-boto3-v1.21.46
{py3.7,py3.11,py3.12}-boto3-v1.33.13
{py3.9,py3.13,py3.14,py3.14t}-boto3-v1.42.73
{py3.9,py3.13,py3.14,py3.14t}-boto3-v1.42.74
{py3.9,py3.13,py3.14,py3.14t}-boto3-latest

{py3.6,py3.7,py3.8}-chalice-v1.16.0
Expand Down Expand Up @@ -173,7 +167,7 @@ envlist =
{py3.7,py3.10,py3.11}-redis-v4.6.0
{py3.8,py3.11,py3.12}-redis-v5.3.1
{py3.9,py3.12,py3.13}-redis-v6.4.0
{py3.10,py3.13,py3.14,py3.14t}-redis-v7.3.0
{py3.10,py3.13,py3.14,py3.14t}-redis-v7.4.0
{py3.10,py3.13,py3.14,py3.14t}-redis-latest

{py3.6}-redis_py_cluster_legacy-v1.3.6
Expand Down Expand Up @@ -208,6 +202,7 @@ envlist =
# ~~~ GraphQL ~~~
{py3.8,py3.10,py3.11}-ariadne-v0.20.1
{py3.10,py3.13,py3.14,py3.14t}-ariadne-v1.0.0
{py3.10,py3.13,py3.14,py3.14t}-ariadne-v1.1.0a1
{py3.10,py3.13,py3.14,py3.14t}-ariadne-latest

{py3.6,py3.9,py3.10}-gql-v3.4.1
Expand Down Expand Up @@ -303,7 +298,7 @@ envlist =
{py3.6,py3.9,py3.10}-fastapi-v0.79.1
{py3.7,py3.10,py3.11}-fastapi-v0.98.0
{py3.8,py3.12,py3.13}-fastapi-v0.117.1
{py3.10,py3.13,py3.14,py3.14t}-fastapi-v0.135.1
{py3.10,py3.13,py3.14,py3.14t}-fastapi-v0.135.2
{py3.10,py3.13,py3.14,py3.14t}-fastapi-latest


Expand Down Expand Up @@ -538,12 +533,6 @@ deps =
huggingface_hub: responses
huggingface_hub: pytest-httpx

litellm-v1.77.7: litellm==1.77.7
litellm-v1.79.3: litellm==1.79.3
litellm-v1.81.16: litellm==1.81.16
litellm-v1.82.6: litellm==1.82.6
litellm-latest: litellm==1.82.6

openai-base-v1.0.1: openai==1.0.1
openai-base-v1.109.1: openai==1.109.1
openai-base-v2.29.0: openai==2.29.0
Expand All @@ -564,8 +553,8 @@ deps =
boto3-v1.12.49: boto3==1.12.49
boto3-v1.21.46: boto3==1.21.46
boto3-v1.33.13: boto3==1.33.13
boto3-v1.42.73: boto3==1.42.73
boto3-latest: boto3==1.42.73
boto3-v1.42.74: boto3==1.42.74
boto3-latest: boto3==1.42.74
{py3.7,py3.8}-boto3: urllib3<2.0.0

chalice-v1.16.0: chalice==1.16.0
Expand Down Expand Up @@ -597,8 +586,8 @@ deps =
redis-v4.6.0: redis==4.6.0
redis-v5.3.1: redis==5.3.1
redis-v6.4.0: redis==6.4.0
redis-v7.3.0: redis==7.3.0
redis-latest: redis==7.3.0
redis-v7.4.0: redis==7.4.0
redis-latest: redis==7.4.0
redis: fakeredis!=1.7.4
redis: pytest<8.0.0
redis-v4.6.0: fakeredis<2.31.0
Expand Down Expand Up @@ -638,6 +627,7 @@ deps =
# ~~~ GraphQL ~~~
ariadne-v0.20.1: ariadne==0.20.1
ariadne-v1.0.0: ariadne==1.0.0
ariadne-v1.1.0a1: ariadne==1.1.0a1
ariadne-latest: ariadne==1.0.0
ariadne: fastapi
ariadne: flask
Expand Down Expand Up @@ -803,8 +793,8 @@ deps =
fastapi-v0.79.1: fastapi==0.79.1
fastapi-v0.98.0: fastapi==0.98.0
fastapi-v0.117.1: fastapi==0.117.1
fastapi-v0.135.1: fastapi==0.135.1
fastapi-latest: fastapi==0.135.1
fastapi-v0.135.2: fastapi==0.135.2
fastapi-latest: fastapi==0.135.2
fastapi: httpx
fastapi: pytest-asyncio
fastapi: python-multipart
Expand Down Expand Up @@ -985,7 +975,6 @@ setenv =
langchain-notiktoken: _TESTPATH=tests/integrations/langchain
langgraph: _TESTPATH=tests/integrations/langgraph
launchdarkly: _TESTPATH=tests/integrations/launchdarkly
litellm: _TESTPATH=tests/integrations/litellm
litestar: _TESTPATH=tests/integrations/litestar
loguru: _TESTPATH=tests/integrations/loguru
mcp: _TESTPATH=tests/integrations/mcp
Expand Down
Loading