Skip to content

Commit 9b30bdc

Browse files
ccurmebaskaryan
andauthored
mistralai: release 0.2 (#26458)
Co-authored-by: Bagatur <baskaryan@gmail.com>
1 parent 3125a89 commit 9b30bdc

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

libs/partners/mistralai/poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/partners/mistralai/pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "langchain-mistralai"
7-
version = "0.2.0.dev1"
7+
version = "0.2.0"
88
description = "An integration package connecting Mistral and LangChain"
99
authors = []
1010
readme = "README.md"
@@ -20,10 +20,11 @@ disallow_untyped_defs = "True"
2020

2121
[tool.poetry.dependencies]
2222
python = ">=3.9,<4.0"
23-
langchain-core = { version = "^0.3.0.dev4", allow-prereleases = true }
23+
langchain-core = "^0.3.0"
2424
tokenizers = ">=0.15.1,<1"
2525
httpx = ">=0.25.2,<1"
2626
httpx-sse = ">=0.3.1,<1"
27+
pydantic = ">=2,<3"
2728

2829
[tool.ruff.lint]
2930
select = ["E", "F", "I", "T201"]

0 commit comments

Comments
 (0)