mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 14:03:26 +00:00
multiple[patch]: fix deprecation versions (#18349)
This commit is contained in:
@@ -139,7 +139,7 @@ async def async_embed_with_retry(embeddings: OpenAIEmbeddings, **kwargs: Any) ->
|
||||
|
||||
|
||||
@deprecated(
|
||||
since="0.1.0",
|
||||
since="0.0.9",
|
||||
removal="0.2.0",
|
||||
alternative_import="langchain_openai.OpenAIEmbeddings",
|
||||
)
|
||||
|
Reference in New Issue
Block a user