Skip to content

Commit

Permalink
mistralai: release 0.2 (#26458)
Browse files Browse the repository at this point in the history
Co-authored-by: Bagatur <[email protected]>
  • Loading branch information
ccurme and baskaryan committed Sep 13, 2024
1 parent 3125a89 commit 9b30bdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions libs/partners/mistralai/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions libs/partners/mistralai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-mistralai"
version = "0.2.0.dev1"
version = "0.2.0"
description = "An integration package connecting Mistral and LangChain"
authors = []
readme = "README.md"
Expand All @@ -20,10 +20,11 @@ disallow_untyped_defs = "True"

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

[tool.ruff.lint]
select = ["E", "F", "I", "T201"]
Expand Down

0 comments on commit 9b30bdc

Please sign in to comment.