Skip to content

Commit

Permalink
mistralai[patch]: Pre-release 0.1.2-rc.1 (#20251)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored and hinthornw committed Apr 26, 2024
1 parent 7c197ec commit 45f1834
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libs/partners/mistralai/poetry.lock

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

4 changes: 2 additions & 2 deletions libs/partners/mistralai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-mistralai"
version = "0.1.1"
version = "0.1.2-rc.1"
description = "An integration package connecting Mistral and LangChain"
authors = []
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.41"
langchain-core = {version="^0.1.42-rc.1", allow-prereleases=true}
tokenizers = "^0.15.1"
httpx = ">=0.25.2,<1"
httpx-sse = ">=0.3.1,<1"
Expand Down

0 comments on commit 45f1834

Please sign in to comment.