Skip to content

Commit 895ea03

Browse files
authored
Merge branch 'main' into main
2 parents 02b8527 + 063278e commit 895ea03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pydantic_ai_slim/pydantic_ai/providers/openrouter.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ def __init__(self, *, api_key: str, http_referer: str, x_title: str) -> None: ..
8686

8787
@overload
8888
def __init__(self, *, api_key: str, http_referer: str, x_title: str, http_client: httpx.AsyncClient) -> None: ...
89+
90+
@overload
91+
def __init__(self, *, http_client: httpx.AsyncClient) -> None: ...
8992

9093
@overload
9194
def __init__(self, *, openai_client: AsyncOpenAI | None = None) -> None: ...

0 commit comments

Comments
 (0)