We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be044e commit a5523dbCopy full SHA for a5523db
pydantic_ai_slim/pydantic_ai/tenacity.py
@@ -11,6 +11,8 @@
11
- wait_retry_after: Wait strategy that respects HTTP Retry-After headers
12
"""
13
14
+from __future__ import annotations
15
+
16
from httpx import AsyncBaseTransport, AsyncHTTPTransport, BaseTransport, HTTPTransport, Request, Response
17
18
try:
0 commit comments