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 42d5113 commit ab12b79Copy full SHA for ab12b79
pydantic_ai_slim/pydantic_ai/models/rate_limited.py
@@ -31,7 +31,8 @@ class RateLimitedModel(WrapperModel):
31
from aiolimiter import AsyncLimiter
32
from tenacity import AsyncRetrying, stop_after_attempt
33
34
- from pydantic_ai import Agent, RateLimitedModel
+ from pydantic_ai import Agent
35
+ from pydantic_ai.models import RateLimitedModel
36
37
model = RateLimitedModel(
38
'anthropic:claude-3-7-sonnet-latest',
0 commit comments