diff --git a/poetry.lock b/poetry.lock index 1acdb5c4c..2dd66923a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -639,17 +639,16 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "cohere" -version = "5.8.1" +version = "5.13.1" description = "" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "cohere-5.8.1-py3-none-any.whl", hash = "sha256:92362c651dfbfef8c5d34e95de394578d7197ed7875c6fcbf101e84b60db7fbd"}, - {file = "cohere-5.8.1.tar.gz", hash = "sha256:4c0c4468f15f9ad7fb7af15cc9f7305cd6df51243d69e203682be87e9efa5071"}, + {file = "cohere-5.13.1-py3-none-any.whl", hash = "sha256:fbc2499810f0c2b55d926549c19c1f6efff5be27e128186a7dc185047ba30659"}, + {file = "cohere-5.13.1.tar.gz", hash = "sha256:a47dffeb201f0c22f3c2cc76efed8eaa163711c3735224089aa0179513e5f268"}, ] [package.dependencies] -boto3 = ">=1.34.0,<2.0.0" fastavro = ">=1.9.4,<2.0.0" httpx = ">=0.21.2" httpx-sse = "0.4.0" @@ -661,6 +660,9 @@ tokenizers = ">=0.15,<1" types-requests = ">=2.0.0,<3.0.0" typing_extensions = ">=4.0.0" +[package.extras] +aws = ["boto3 (>=1.34.0,<2.0.0)", "sagemaker (>=2.232.1,<3.0.0)"] + [[package]] name = "colorama" version = "0.4.6"