You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(pydantic-ai): Create event loop before invoking sync methods (#6475)
Pydantic AI creates an event loop when synchronous agent methods run without an active loop, but does not close it. Manually create and manage an event loop in tests that do not rely on `pytest-asyncio`.
0 commit comments