integrations[patch]: bump core to 0.3.15 (#27805)

This commit is contained in:
Bagatur
2024-10-31 11:27:05 -07:00
committed by GitHub
parent 54cb80c778
commit 06420de2e7
15 changed files with 1453 additions and 1296 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-mistralai"
version = "0.2.0"
version = "0.2.1"
description = "An integration package connecting Mistral and LangChain"
authors = []
readme = "README.md"
@@ -20,7 +20,7 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.0"
langchain-core = "^0.3.15"
tokenizers = ">=0.15.1,<1"
httpx = ">=0.25.2,<1"
httpx-sse = ">=0.3.1,<1"