From 349fc929811f29ad7ebf935f15221fb4ea768134 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 30 Jan 2024 16:24:32 -0300 Subject: [PATCH] Update anthropic version to 0.12.0 --- poetry.lock | 11 +++++++---- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 507dca21f..22e7c431c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -192,13 +192,13 @@ files = [ [[package]] name = "anthropic" -version = "0.8.1" +version = "0.12.0" description = "The official Python library for the anthropic API" optional = false python-versions = ">=3.7" files = [ - {file = "anthropic-0.8.1-py3-none-any.whl", hash = "sha256:4578b99d6e140c84ad5f409e460aabc85acffc6e189dfd91378b9277b4c158b7"}, - {file = "anthropic-0.8.1.tar.gz", hash = "sha256:736cf85681b8ed066014b0485d8d5be1f2aae65f86e6a25c76a5d5ebb970eee5"}, + {file = "anthropic-0.12.0-py3-none-any.whl", hash = "sha256:d2f706c8dc95c7974e71c901c55245eeda5f129e78c3e3e6752411d4aecfe416"}, + {file = "anthropic-0.12.0.tar.gz", hash = "sha256:f61bc5f83d195a0b1b5d92d4e5d9a131cab196bfdf9c8f69b73a815a40665e12"}, ] [package.dependencies] @@ -210,6 +210,9 @@ sniffio = "*" tokenizers = ">=0.13.0" typing-extensions = ">=4.7,<5" +[package.extras] +vertex = ["google-auth (>=2,<3)"] + [[package]] name = "anyio" version = "4.2.0" @@ -9453,4 +9456,4 @@ local = ["ctransformers", "llama-cpp-python", "sentence-transformers"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "2b6c2054383eb3a1b92ac3fe0037fca6cdb6407107d2229ae9ea8e4433b55d11" +content-hash = "8d7773b92331fa8603c4d92401eadb7f07954b972ad8354f690c63761d459397" diff --git a/pyproject.toml b/pyproject.toml index 9b8f588aa..e1e372b98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ cohere = "^4.39.0" python-multipart = "^0.0.6" sqlmodel = "^0.0.14" faiss-cpu = "^1.7.4" -anthropic = "^0.8.0" +anthropic = "^0.12.0" orjson = "3.9.3" multiprocess = "^0.70.14" cachetools = "^5.3.1"