Skip to content

Commit 6ef56fd

Browse files
ref(pydantic-ai): Remove dead Model.request patch
1 parent 7971fa3 commit 6ef56fd

File tree

3 files changed

+0
-43
lines changed

3 files changed

+0
-43
lines changed

sentry_sdk/integrations/pydantic_ai/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from .patches import (
1111
_patch_agent_run,
1212
_patch_graph_nodes,
13-
_patch_model_request,
1413
_patch_tool_execution,
1514
)
1615

@@ -46,5 +45,4 @@ def setup_once() -> None:
4645
"""
4746
_patch_agent_run()
4847
_patch_graph_nodes()
49-
_patch_model_request()
5048
_patch_tool_execution()
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from .agent_run import _patch_agent_run # noqa: F401
22
from .graph_nodes import _patch_graph_nodes # noqa: F401
3-
from .model_request import _patch_model_request # noqa: F401
43
from .tools import _patch_tool_execution # noqa: F401

sentry_sdk/integrations/pydantic_ai/patches/model_request.py

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

0 commit comments

Comments
 (0)