From 2070d659a06d1919093df56b6a63180f56ef8afa Mon Sep 17 00:00:00 2001 From: ccurme Date: Mon, 9 Sep 2024 16:09:23 -0400 Subject: [PATCH] mistralai: release 0.2.0.dev1 (#26236) --- libs/partners/mistralai/poetry.lock | 12 ++++++------ libs/partners/mistralai/pyproject.toml | 5 ++--- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/libs/partners/mistralai/poetry.lock b/libs/partners/mistralai/poetry.lock index cf94a74eb8e..0de9e7ee94d 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.8.3 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" @@ -391,7 +391,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.3.0.dev2" +version = "0.3.0.dev4" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -400,7 +400,7 @@ develop = true [package.dependencies] jsonpatch = "^1.33" -langsmith = "^0.1.75" +langsmith = "^0.1.112" packaging = ">=23.2,<25" pydantic = "^2.7.4" PyYAML = ">=5.3" @@ -445,8 +445,8 @@ files = [ httpx = ">=0.23.0,<1" orjson = ">=3.9.14,<4.0.0" pydantic = [ - {version = ">=1,<3", markers = "python_full_version < \"3.12.4\""}, {version = ">=2.7.4,<3.0.0", markers = "python_full_version >= \"3.12.4\""}, + {version = ">=1,<3", markers = "python_full_version < \"3.12.4\""}, ] requests = ">=2,<3" @@ -615,8 +615,8 @@ files = [ annotated-types = ">=0.4.0" pydantic-core = "2.23.2" typing-extensions = [ - {version = ">=4.6.1", markers = "python_version < \"3.13\""}, {version = ">=4.12.2", markers = "python_version >= \"3.13\""}, + {version = ">=4.6.1", markers = "python_version < \"3.13\""}, ] tzdata = {version = "*", markers = "python_version >= \"3.9\""} @@ -1161,4 +1161,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "6e0a208a52f97a070d35b3edd5d374cde9c3002a82131594b9027119fc1a5942" +content-hash = "504fdae5c6e17ac01afda63594261596ea1c380e76d659cf093252c83552253c" diff --git a/libs/partners/mistralai/pyproject.toml b/libs/partners/mistralai/pyproject.toml index 0966acd8726..1664c30720a 100644 --- a/libs/partners/mistralai/pyproject.toml +++ b/libs/partners/mistralai/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-mistralai" -version = "0.1.13" +version = "0.2.0.dev1" description = "An integration package connecting Mistral and LangChain" authors = [] readme = "README.md" @@ -20,11 +20,10 @@ disallow_untyped_defs = "True" [tool.poetry.dependencies] python = ">=3.9,<4.0" -langchain-core = "^0.3.0.dev" +langchain-core = { version = "^0.3.0.dev4", allow-prereleases = true } 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"]