mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-19 17:45:25 +00:00
fmt
This commit is contained in:
parent
944c864b84
commit
9fd3a554d2
@ -133,6 +133,7 @@ def test_configurable() -> None:
|
|||||||
"extra_body": None,
|
"extra_body": None,
|
||||||
"include_response_headers": False,
|
"include_response_headers": False,
|
||||||
"stream_usage": False,
|
"stream_usage": False,
|
||||||
|
"use_responses_api": None,
|
||||||
},
|
},
|
||||||
"kwargs": {
|
"kwargs": {
|
||||||
"tools": [
|
"tools": [
|
||||||
|
@ -7,7 +7,7 @@ authors = []
|
|||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
requires-python = "<4.0,>=3.9"
|
requires-python = "<4.0,>=3.9"
|
||||||
dependencies = [
|
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",
|
"openai<2.0.0,>=1.66.0",
|
||||||
"tiktoken<1,>=0.7",
|
"tiktoken<1,>=0.7",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user