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
8 changes: 0 additions & 8 deletions .github/workflows/test-integrations-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ jobs:
run: |
set -x # print commands that are executed
./scripts/runtox.sh "py${{ matrix.python-version }}-openai-latest"
- name: Test openai_agents latest
run: |
set -x # print commands that are executed
./scripts/runtox.sh "py${{ matrix.python-version }}-openai_agents-latest"
- name: Test huggingface_hub latest
run: |
set -x # print commands that are executed
Expand Down Expand Up @@ -125,10 +121,6 @@ jobs:
run: |
set -x # print commands that are executed
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-openai"
- name: Test openai_agents pinned
run: |
set -x # print commands that are executed
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-openai_agents"
- name: Test huggingface_hub pinned
run: |
set -x # print commands that are executed
Expand Down
6 changes: 0 additions & 6 deletions scripts/populate_tox/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,6 @@
"loguru": {
"package": "loguru",
},
"openai_agents": {
"package": "openai-agents",
"deps": {
"*": ["pytest-asyncio"],
},
},
"openfeature": {
"package": "openfeature-sdk",
},
Expand Down
1 change: 0 additions & 1 deletion scripts/populate_tox/tox.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ setenv =
litestar: TESTPATH=tests/integrations/litestar
loguru: TESTPATH=tests/integrations/loguru
openai: TESTPATH=tests/integrations/openai
openai_agents: TESTPATH=tests/integrations/openai_agents
openfeature: TESTPATH=tests/integrations/openfeature
pure_eval: TESTPATH=tests/integrations/pure_eval
pymongo: TESTPATH=tests/integrations/pymongo
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 @@ -63,7 +63,6 @@
"cohere",
"langchain",
"openai",
"openai_agents",
"huggingface_hub",
],
"Cloud": [
Expand Down
1 change: 0 additions & 1 deletion sentry_sdk/integrations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def iter_default_integrations(with_auto_enabling_integrations):
"launchdarkly": (9, 8, 0),
"loguru": (0, 7, 0),
"openai": (1, 0, 0),
"openai_agents": (0, 0, 19),
"openfeature": (0, 7, 1),
"quart": (0, 16, 0),
"ray": (2, 7, 0),
Expand Down
53 changes: 0 additions & 53 deletions sentry_sdk/integrations/openai_agents/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion sentry_sdk/integrations/openai_agents/consts.py

This file was deleted.

4 changes: 0 additions & 4 deletions sentry_sdk/integrations/openai_agents/patches/__init__.py

This file was deleted.

143 changes: 0 additions & 143 deletions sentry_sdk/integrations/openai_agents/patches/agent_run.py

This file was deleted.

50 changes: 0 additions & 50 deletions sentry_sdk/integrations/openai_agents/patches/models.py

This file was deleted.

42 changes: 0 additions & 42 deletions sentry_sdk/integrations/openai_agents/patches/runner.py

This file was deleted.

Loading
Loading