Skip to content

Commit ca42492

Browse files
authored
Remove OpenAI agents from Potel (#4523)
It is not ready yet and i do not want to push dog fooding back again.
1 parent 28068a5 commit ca42492

File tree

22 files changed

+3
-1337
lines changed

22 files changed

+3
-1337
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ jobs:
5959
run: |
6060
set -x # print commands that are executed
6161
./scripts/runtox.sh "py${{ matrix.python-version }}-openai-latest"
62-
- name: Test openai_agents latest
63-
run: |
64-
set -x # print commands that are executed
65-
./scripts/runtox.sh "py${{ matrix.python-version }}-openai_agents-latest"
6662
- name: Test huggingface_hub latest
6763
run: |
6864
set -x # print commands that are executed
@@ -125,10 +121,6 @@ jobs:
125121
run: |
126122
set -x # print commands that are executed
127123
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-openai"
128-
- name: Test openai_agents pinned
129-
run: |
130-
set -x # print commands that are executed
131-
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-openai_agents"
132124
- name: Test huggingface_hub pinned
133125
run: |
134126
set -x # print commands that are executed

scripts/populate_tox/config.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,6 @@
152152
"loguru": {
153153
"package": "loguru",
154154
},
155-
"openai_agents": {
156-
"package": "openai-agents",
157-
"deps": {
158-
"*": ["pytest-asyncio"],
159-
},
160-
},
161155
"openfeature": {
162156
"package": "openfeature-sdk",
163157
},

scripts/populate_tox/tox.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ setenv =
371371
litestar: TESTPATH=tests/integrations/litestar
372372
loguru: TESTPATH=tests/integrations/loguru
373373
openai: TESTPATH=tests/integrations/openai
374-
openai_agents: TESTPATH=tests/integrations/openai_agents
375374
openfeature: TESTPATH=tests/integrations/openfeature
376375
pure_eval: TESTPATH=tests/integrations/pure_eval
377376
pymongo: TESTPATH=tests/integrations/pymongo

scripts/split_tox_gh_actions/split_tox_gh_actions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"cohere",
6464
"langchain",
6565
"openai",
66-
"openai_agents",
6766
"huggingface_hub",
6867
],
6968
"Cloud": [

sentry_sdk/integrations/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ def iter_default_integrations(with_auto_enabling_integrations):
146146
"launchdarkly": (9, 8, 0),
147147
"loguru": (0, 7, 0),
148148
"openai": (1, 0, 0),
149-
"openai_agents": (0, 0, 19),
150149
"openfeature": (0, 7, 1),
151150
"quart": (0, 16, 0),
152151
"ray": (2, 7, 0),

sentry_sdk/integrations/openai_agents/__init__.py

Lines changed: 0 additions & 53 deletions
This file was deleted.

sentry_sdk/integrations/openai_agents/consts.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

sentry_sdk/integrations/openai_agents/patches/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

sentry_sdk/integrations/openai_agents/patches/agent_run.py

Lines changed: 0 additions & 143 deletions
This file was deleted.

sentry_sdk/integrations/openai_agents/patches/models.py

Lines changed: 0 additions & 50 deletions
This file was deleted.

sentry_sdk/integrations/openai_agents/patches/runner.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)