From 3827462f8f0f9849124dde079848fc77cb2ff36d Mon Sep 17 00:00:00 2001 From: Roman Zlobin Date: Fri, 15 Nov 2024 18:24:48 +0300 Subject: [PATCH] update lock file --- poetry.lock | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 7f85ba872..50d9d9de1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -245,6 +245,30 @@ files = [ {file = "annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89"}, ] +[[package]] +name = "anthropic" +version = "0.39.0" +description = "The official Python library for the anthropic API" +optional = false +python-versions = ">=3.8" +files = [ + {file = "anthropic-0.39.0-py3-none-any.whl", hash = "sha256:ea17093ae0ce0e1768b0c46501d6086b5bcd74ff39d68cd2d6396374e9de7c09"}, + {file = "anthropic-0.39.0.tar.gz", hash = "sha256:94671cc80765f9ce693f76d63a97ee9bef4c2d6063c044e983d21a2e262f63ba"}, +] + +[package.dependencies] +anyio = ">=3.5.0,<5" +distro = ">=1.7.0,<2" +httpx = ">=0.23.0,<1" +jiter = ">=0.4.0,<1" +pydantic = ">=1.9.0,<3" +sniffio = "*" +typing-extensions = ">=4.7,<5" + +[package.extras] +bedrock = ["boto3 (>=1.28.57)", "botocore (>=1.31.57)"] +vertex = ["google-auth (>=2,<3)"] + [[package]] name = "antlr4-python3-runtime" version = "4.9.3" @@ -3044,6 +3068,23 @@ requests = ">=2,<3" SQLAlchemy = ">=1.4,<3" tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<10" +[[package]] +name = "langchain-anthropic" +version = "0.3.0" +description = "An integration package connecting AnthropicMessages and LangChain" +optional = false +python-versions = "<4.0,>=3.9" +files = [ + {file = "langchain_anthropic-0.3.0-py3-none-any.whl", hash = "sha256:96b74a9adfcc092cc2ae137d4189ca50e8f5ad9635618024f7c98d8f9fc1076a"}, + {file = "langchain_anthropic-0.3.0.tar.gz", hash = "sha256:f9b5cbdbf2d5b3432f78f056e474efb10a2c1e37f9a471d3aceb50a0d9f945df"}, +] + +[package.dependencies] +anthropic = ">=0.39.0,<1" +defusedxml = ">=0.7.1,<0.8.0" +langchain-core = ">=0.3.17,<0.4.0" +pydantic = ">=2.7.4,<3.0.0" + [[package]] name = "langchain-core" version = "0.3.18" @@ -7467,4 +7508,4 @@ ydb = ["six", "ydb"] [metadata] lock-version = "2.0" python-versions = "^3.9,!=3.9.7" -content-hash = "48814d97d050f98a9d77d5dd728948803fbecab33dbd9bc040285c3d02fbb334" +content-hash = "4d2507d29ed203a2cc186035c941da3a4244e2093ad5a87cb100439c1a3b5433"