Skip to content

Commit a5523db

Browse files
committed
Fix 3.9 tests
1 parent 0be044e commit a5523db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pydantic_ai_slim/pydantic_ai/tenacity.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
- wait_retry_after: Wait strategy that respects HTTP Retry-After headers
1212
"""
1313

14+
from __future__ import annotations
15+
1416
from httpx import AsyncBaseTransport, AsyncHTTPTransport, BaseTransport, HTTPTransport, Request, Response
1517

1618
try:

0 commit comments

Comments
 (0)