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

@@ -392,7 +392,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.2.11"
version = "0.2.17"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@@ -1050,4 +1050,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "00a5670024e30cfb11ff8270b2e3c612e8a5840c6e4ad95316063bd32071d484"
content-hash = "261382a5211f85660d9a410238e610c1c8f0c965514cc69ac008f477e4eda575"

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"
tokenizers = ">=0.15.1,<1"
httpx = ">=0.25.2,<1"
httpx-sse = ">=0.3.1,<1"