We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d5fa6 commit 5178a11Copy full SHA for 5178a11
1 file changed
tests/test_ai_integration_deactivation.py
@@ -61,6 +61,7 @@ def test_integration_deactivates_map_exists():
61
assert "openai" in _INTEGRATION_DEACTIVATES["openai_agents"]
62
assert "pydantic_ai" in _INTEGRATION_DEACTIVATES
63
assert "openai" in _INTEGRATION_DEACTIVATES["pydantic_ai"]
64
+ assert "anthropic" in _INTEGRATION_DEACTIVATES["pydantic_ai"]
65
66
67
def test_langchain_auto_deactivates_openai_and_anthropic(
0 commit comments