This commit is contained in:
Bagatur 2025-03-12 04:46:32 -07:00
parent 944c864b84
commit 9fd3a554d2
2 changed files with 2 additions and 1 deletions

View File

@ -133,6 +133,7 @@ def test_configurable() -> None:
"extra_body": None,
"include_response_headers": False,
"stream_usage": False,
"use_responses_api": None,
},
"kwargs": {
"tools": [

View File

@ -7,7 +7,7 @@ authors = []
license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.43",
"langchain-core<1.0.0,>=0.3.45-rc.1",
"openai<2.0.0,>=1.66.0",
"tiktoken<1,>=0.7",
]