chore: lock boto3 version and update langchain versions (#3448)
* build: Update boto3 version to 1.34.162. * ci(langchain-aws): Bump version to ^0.1.16. * build: Update langchain-anthropic and langchain-openai versions. * chore: set new lock file
This commit is contained in:
parent
037c0902d5
commit
1e7565ee9f
2 changed files with 20 additions and 21 deletions
32
poetry.lock
generated
32
poetry.lock
generated
|
|
@ -541,17 +541,17 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "boto3"
|
||||
version = "1.34.161"
|
||||
version = "1.34.162"
|
||||
description = "The AWS SDK for Python"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "boto3-1.34.161-py3-none-any.whl", hash = "sha256:4ef285334a0edc3047e27a04caf00f7742e32c0f03a361101e768014ac5709dd"},
|
||||
{file = "boto3-1.34.161.tar.gz", hash = "sha256:a872d8fdb3203c1eb0b12fa9e9d879e6f7fd02983a485f02189e6d5914ccd834"},
|
||||
{file = "boto3-1.34.162-py3-none-any.whl", hash = "sha256:d6f6096bdab35a0c0deff469563b87d184a28df7689790f7fe7be98502b7c590"},
|
||||
{file = "boto3-1.34.162.tar.gz", hash = "sha256:873f8f5d2f6f85f1018cbb0535b03cceddc7b655b61f66a0a56995238804f41f"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
botocore = ">=1.34.161,<1.35.0"
|
||||
botocore = ">=1.34.162,<1.35.0"
|
||||
jmespath = ">=0.7.1,<2.0.0"
|
||||
s3transfer = ">=0.10.0,<0.11.0"
|
||||
|
||||
|
|
@ -560,13 +560,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
|
|||
|
||||
[[package]]
|
||||
name = "botocore"
|
||||
version = "1.34.161"
|
||||
version = "1.34.162"
|
||||
description = "Low-level, data-driven core of boto 3."
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "botocore-1.34.161-py3-none-any.whl", hash = "sha256:6c606d2da6f62fde06880aff1190566af208875c29938b6b68741e607817975a"},
|
||||
{file = "botocore-1.34.161.tar.gz", hash = "sha256:16381bfb786142099abf170ce734b95a402a3a7f8e4016358712ac333c5568b2"},
|
||||
{file = "botocore-1.34.162-py3-none-any.whl", hash = "sha256:2d918b02db88d27a75b48275e6fb2506e9adaaddbec1ffa6a8a0898b34e769be"},
|
||||
{file = "botocore-1.34.162.tar.gz", hash = "sha256:adc23be4fb99ad31961236342b7cbf3c0bfc62532cd02852196032e8c0d682f3"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
|
@ -4910,13 +4910,13 @@ tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<9.0.0"
|
|||
|
||||
[[package]]
|
||||
name = "langchain-core"
|
||||
version = "0.2.32"
|
||||
version = "0.2.33"
|
||||
description = "Building applications with LLMs through composability"
|
||||
optional = false
|
||||
python-versions = "<4.0,>=3.8.1"
|
||||
files = [
|
||||
{file = "langchain_core-0.2.32-py3-none-any.whl", hash = "sha256:1f5584cf0034909e35ea17010a847d4079417e0ddcb5a9eb3fbb2bd55f3268c0"},
|
||||
{file = "langchain_core-0.2.32.tar.gz", hash = "sha256:d82cdc350bbbe74261330d87056b7d9f1fb567828e9e03f708d23a48b941819e"},
|
||||
{file = "langchain_core-0.2.33-py3-none-any.whl", hash = "sha256:c8de411336c13fa440b7a52895bfd1c064f04d315344855962988483902cc532"},
|
||||
{file = "langchain_core-0.2.33.tar.gz", hash = "sha256:dd2659e0a560fc987b210107bf989aa14a6f4b67dd214c13a2c9669036cda975"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
|
@ -5122,18 +5122,18 @@ pillow = ">=10.0.0,<11.0.0"
|
|||
|
||||
[[package]]
|
||||
name = "langchain-openai"
|
||||
version = "0.1.17"
|
||||
version = "0.1.22"
|
||||
description = "An integration package connecting OpenAI and LangChain"
|
||||
optional = false
|
||||
python-versions = "<4.0,>=3.8.1"
|
||||
files = [
|
||||
{file = "langchain_openai-0.1.17-py3-none-any.whl", hash = "sha256:30bef5574ecbbbb91b8025b2dc5a1bd81fd62157d3ad1a35d820141f31c5b443"},
|
||||
{file = "langchain_openai-0.1.17.tar.gz", hash = "sha256:c5d70ddecdcb93e146f376bdbadbb6ec69de9ac0f402cd5b83de50b655ba85ee"},
|
||||
{file = "langchain_openai-0.1.22-py3-none-any.whl", hash = "sha256:e184ab867a30f803dc210a388537186b1b670a33d910a7e0fa4e0329d3b6c654"},
|
||||
{file = "langchain_openai-0.1.22.tar.gz", hash = "sha256:0cf93133f230a893e3b0cc2a792bbf2580950e879b577f6e8d4ff9963a7de44b"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
langchain-core = ">=0.2.20,<0.3.0"
|
||||
openai = ">=1.32.0,<2.0.0"
|
||||
langchain-core = ">=0.2.33,<0.3.0"
|
||||
openai = ">=1.40.0,<2.0.0"
|
||||
tiktoken = ">=0.7,<1"
|
||||
|
||||
[[package]]
|
||||
|
|
@ -11988,4 +11988,4 @@ local = ["ctransformers", "llama-cpp-python", "sentence-transformers"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.10,<3.13"
|
||||
content-hash = "0a8488e090f11cb87d8eecc8672afa2d4eeb31f5dc69d131c7a1c1b69ebc74bd"
|
||||
content-hash = "d28ec6fd2e297b204afb1d593e55237743681f0c48c75c04e1e38704de737e0a"
|
||||
|
|
|
|||
|
|
@ -58,8 +58,7 @@ pywin32 = { version = "^306", markers = "sys_platform == 'win32'" }
|
|||
langfuse = "^2.33.0"
|
||||
metal-sdk = "^2.5.0"
|
||||
markupsafe = "^2.1.3"
|
||||
# jq is not available for windows
|
||||
boto3 = "^1.34.0"
|
||||
boto3 = "~1.34.162"
|
||||
numexpr = "^2.8.6"
|
||||
qianfan = "0.3.5"
|
||||
pgvector = "^0.2.3"
|
||||
|
|
@ -72,9 +71,9 @@ dspy-ai = "^2.4.0"
|
|||
assemblyai = "^0.26.0"
|
||||
litellm = "^1.38.0"
|
||||
chromadb = "^0.4"
|
||||
langchain-anthropic = "^0.1.6"
|
||||
langchain-anthropic = "^0.1.23"
|
||||
langchain-astradb = "^0.3.3"
|
||||
langchain-openai = "0.1.17"
|
||||
langchain-openai = "0.1.22"
|
||||
zep-python = { version = "^2.0.0rc5", allow-prereleases = true }
|
||||
langchain-google-vertexai = "1.0.7"
|
||||
langchain-groq = "0.1.6"
|
||||
|
|
@ -88,7 +87,7 @@ upstash-vector = "^0.4.0"
|
|||
gitpython = "^3.1.43"
|
||||
cassio = { extras = ["cassio"], version = "^0.1.7", optional = true }
|
||||
unstructured = {extras = ["docx", "md", "pptx"], version = "^0.14.4"}
|
||||
langchain-aws = "^0.1.6"
|
||||
langchain-aws = "^0.1.16"
|
||||
langchain-mongodb = "^0.1.6"
|
||||
kubernetes = "^30.1.0"
|
||||
firecrawl-py = "^0.0.16"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue