mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
integrations[patch]: require core >=0.2.17 (#24207)
This commit is contained in:
@@ -19,7 +19,7 @@ disallow_untyped_defs = "True"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain-core = ">=0.2.2,<0.3"
|
||||
langchain-core = ">=0.2.17,<0.3"
|
||||
tokenizers = ">=0.15.1,<1"
|
||||
httpx = ">=0.25.2,<1"
|
||||
httpx-sse = ">=0.3.1,<1"
|
||||
|
||||
Reference in New Issue
Block a user