From 799714c62999b9b469d6a42873e14b75e6efb8e4 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:19:52 -0700 Subject: [PATCH] release anthropic, fireworks, openai, groq, mistral (#20333) --- libs/partners/anthropic/poetry.lock | 6 +++--- libs/partners/anthropic/pyproject.toml | 4 ++-- libs/partners/fireworks/poetry.lock | 8 +++----- libs/partners/fireworks/pyproject.toml | 4 ++-- libs/partners/groq/poetry.lock | 4 ++-- libs/partners/groq/pyproject.toml | 4 ++-- libs/partners/mistralai/poetry.lock | 6 +++--- libs/partners/mistralai/pyproject.toml | 4 ++-- libs/partners/openai/poetry.lock | 6 +++--- libs/partners/openai/pyproject.toml | 4 ++-- 10 files changed, 24 insertions(+), 26 deletions(-) diff --git a/libs/partners/anthropic/poetry.lock b/libs/partners/anthropic/poetry.lock index fd1010c96abc7..f567a305ef951 100644 --- a/libs/partners/anthropic/poetry.lock +++ b/libs/partners/anthropic/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" @@ -438,7 +438,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.1.42rc1" +version = "0.1.42" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -1206,4 +1206,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "0e24b0c193c3dbf29e845388efb27245145e6c1a463a987b571a64281ae15aa8" +content-hash = "dce6101bb01cd9ab521a8b8df906db7b4631d8305952a442c78db9a77f2b2f1f" diff --git a/libs/partners/anthropic/pyproject.toml b/libs/partners/anthropic/pyproject.toml index 695c6c906cd17..74bbca52056a3 100644 --- a/libs/partners/anthropic/pyproject.toml +++ b/libs/partners/anthropic/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-anthropic" -version = "0.1.8rc1" +version = "0.1.8" description = "An integration package connecting AnthropicMessages and LangChain" authors = [] readme = "README.md" @@ -12,7 +12,7 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -langchain-core = { version = "^0.1.42rc1", allow-prereleases = true } +langchain-core = "^0.1.42" anthropic = ">=0.23.0,<1" defusedxml = { version = "^0.7.1", optional = true } diff --git a/libs/partners/fireworks/poetry.lock b/libs/partners/fireworks/poetry.lock index 555a170dab805..2e26da35df0c6 100644 --- a/libs/partners/fireworks/poetry.lock +++ b/libs/partners/fireworks/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 = "aiohttp" @@ -572,7 +572,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.1.28" +version = "0.1.42" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -580,13 +580,11 @@ files = [] develop = true [package.dependencies] -anyio = ">=3,<5" jsonpatch = "^1.33" langsmith = "^0.1.0" packaging = "^23.2" pydantic = ">=1,<3" PyYAML = ">=5.3" -requests = "^2" tenacity = "^8.1.0" [package.extras] @@ -1538,4 +1536,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "ab5538b63e5d347dadcad268e135a5ca9fb5bc2edd2436dcee99c55a7ee4b609" +content-hash = "5f4c474fcbc2ef84c95a0e4992c0acdb08e4fa5817909576d31caf793e54109b" diff --git a/libs/partners/fireworks/pyproject.toml b/libs/partners/fireworks/pyproject.toml index bb6de015124dd..94187b5f9e972 100644 --- a/libs/partners/fireworks/pyproject.toml +++ b/libs/partners/fireworks/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-fireworks" -version = "0.1.1" +version = "0.1.2" description = "An integration package connecting Fireworks 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.27" +langchain-core = "^0.1.42" fireworks-ai = ">=0.13.0" openai = "^1.10.0" requests = "^2" diff --git a/libs/partners/groq/poetry.lock b/libs/partners/groq/poetry.lock index 594d33d95eced..2fb25039847de 100644 --- a/libs/partners/groq/poetry.lock +++ b/libs/partners/groq/poetry.lock @@ -323,7 +323,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.1.41" +version = "0.1.42" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -867,4 +867,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "e8dc3b667a58b2cc8134ae3be1e656ab57467a878fa8dea982cbcef1a8fd3846" +content-hash = "f76983ba51b9fc343a68563a9f2d847efe9c5856bbeff5796d9146c521221a53" diff --git a/libs/partners/groq/pyproject.toml b/libs/partners/groq/pyproject.toml index 712cf9957eefd..cce56df85fe54 100644 --- a/libs/partners/groq/pyproject.toml +++ b/libs/partners/groq/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-groq" -version = "0.1.1" +version = "0.1.2" description = "An integration package connecting Groq 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.41" +langchain-core = "^0.1.42" groq = ">=0.4.1,<1" [tool.poetry.group.test] diff --git a/libs/partners/mistralai/poetry.lock b/libs/partners/mistralai/poetry.lock index b7dcfcd26632e..a381bec597e82 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.42rc1" +version = "0.1.42" 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 = "3baba710b672f28c3fd370c64b653e95230bd414514892b866359779466715e1" +content-hash = "bfac6e5ad2828fe02c95b280d68c737f719dc517fc158b0ab66204b97e7fa591" diff --git a/libs/partners/mistralai/pyproject.toml b/libs/partners/mistralai/pyproject.toml index b7966e041ca75..07e0c5e0de8bb 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.2rc1" +version = "0.1.2" 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 = { version = "^0.1.42rc1", allow-prereleases = true } +langchain-core = "^0.1.42" tokenizers = "^0.15.1" httpx = ">=0.25.2,<1" httpx-sse = ">=0.3.1,<1" diff --git a/libs/partners/openai/poetry.lock b/libs/partners/openai/poetry.lock index 3678ec5ee3f12..fc257e9fa7a56 100644 --- a/libs/partners/openai/poetry.lock +++ b/libs/partners/openai/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" @@ -385,7 +385,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.1.42rc1" +version = "0.1.42" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -1286,4 +1286,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "68850a34ca3decb7131dade4fa4ae060febc980248ba3be44363aeaba8f3fc89" +content-hash = "625e7565d37b9633874f61ee5660220e8e330658715d8b56ef2340f06dc1c625" diff --git a/libs/partners/openai/pyproject.toml b/libs/partners/openai/pyproject.toml index b672b17be51dc..3132682fb81ea 100644 --- a/libs/partners/openai/pyproject.toml +++ b/libs/partners/openai/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-openai" -version = "0.1.3rc1" +version = "0.1.3" description = "An integration package connecting OpenAI and LangChain" authors = [] readme = "README.md" @@ -12,7 +12,7 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -langchain-core = { version = "^0.1.42rc1", allow-prereleases = true } +langchain-core = "^0.1.42" openai = "^1.10.0" tiktoken = ">=0.5.2,<1"