mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-12 11:21:37 +00:00
fix(core): support gateway type metadata on Python 3.10
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
import os
|
||||
from collections.abc import Mapping
|
||||
from typing import Final, Literal, TypedDict
|
||||
from typing import Final, Literal
|
||||
from urllib.parse import urlsplit, urlunsplit
|
||||
|
||||
from typing_extensions import NotRequired
|
||||
from typing_extensions import NotRequired, TypedDict
|
||||
|
||||
GatewayProvider = Literal["anthropic", "fireworks", "google_genai", "openai"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user