integrations[patch]: require core >=0.2.17 (#24207)

This commit is contained in:
Bagatur
2024-07-12 13:54:01 -07:00
committed by GitHub
parent f1618ec540
commit cb5031f22f
14 changed files with 26 additions and 25 deletions

View File

@@ -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"
fireworks-ai = ">=0.13.0"
openai = "^1.10.0"
requests = "^2"