multiple: push deprecation removals to 1.0 (#28236)

This commit is contained in:
Erick Friis
2024-11-20 19:56:29 -08:00
committed by GitHub
parent 4f76246cf2
commit d1108607f4
9 changed files with 9 additions and 9 deletions

View File

@@ -1001,7 +1001,7 @@ class BaseChatOpenAI(BaseChatModel):
@deprecated(
since="0.2.1",
alternative="langchain_openai.chat_models.base.ChatOpenAI.bind_tools",
removal="0.3.0",
removal="1.0.0",
)
def bind_functions(
self,