From 74d04a4e80a28b9691f92a7c447935046a3b1d57 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 9 Apr 2024 16:53:01 -0500 Subject: [PATCH] mistralai[patch]: Release 0.1.1 (#20239) --- libs/partners/mistralai/poetry.lock | 6 +++--- libs/partners/mistralai/pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/partners/mistralai/poetry.lock b/libs/partners/mistralai/poetry.lock index bd4a3bb278cf2..2033909858442 100644 --- a/libs/partners/mistralai/poetry.lock +++ b/libs/partners/mistralai/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "annotated-types" @@ -389,7 +389,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.1.40" +version = "0.1.41" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -1062,4 +1062,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "ac55f72f4c9ea194d47a9c2d3ccbd38cb784765c04de5ca4afb5d98d494f31e7" +content-hash = "2b17729082550d3d87b31dee89410e7ddccdc9a6b0427f8d002342aeed801b57" diff --git a/libs/partners/mistralai/pyproject.toml b/libs/partners/mistralai/pyproject.toml index f52b282b46c51..91edb6aedb2c1 100644 --- a/libs/partners/mistralai/pyproject.toml +++ b/libs/partners/mistralai/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-mistralai" -version = "0.1.0" +version = "0.1.1" description = "An integration package connecting Mistral and LangChain" authors = [] readme = "README.md" @@ -12,7 +12,7 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -langchain-core = "^0.1.31" +langchain-core = "^0.1.41" tokenizers = "^0.15.1" httpx = ">=0.25.2,<1" httpx-sse = ">=0.3.1,<1"