From 02f2a97d738e2e7149fa81c3871a0e9e1c5ccd0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 08:32:17 +0000 Subject: [PATCH] Update dependency together to v1 --- agency/poetry.lock | 50 +++++++++++++++++++++++++------------------ agency/pyproject.toml | 2 +- 2 files changed, 30 insertions(+), 22 deletions(-) diff --git a/agency/poetry.lock b/agency/poetry.lock index daa9bc1..aac211f 100644 --- a/agency/poetry.lock +++ b/agency/poetry.lock @@ -858,6 +858,20 @@ postgres = ["pgvector (>=0.2.5,<0.3.0)", "psycopg2 (>=2.9.9,<3.0.0)"] qdrant = ["fastembed (>=0.2.0)", "qdrant-client (>=1.6.2,<2.0.0)"] weaviate = ["weaviate-client (>=4.5.4,<5.0.0)"] +[[package]] +name = "eval-type-backport" +version = "0.2.0" +description = "Like `typing._eval_type`, but lets older Python versions use newer typing features." +optional = false +python-versions = ">=3.8" +files = [ + {file = "eval_type_backport-0.2.0-py3-none-any.whl", hash = "sha256:ac2f73d30d40c5a30a80b8739a789d6bb5e49fdffa66d7912667e2015d9c9933"}, + {file = "eval_type_backport-0.2.0.tar.gz", hash = "sha256:68796cfbc7371ebf923f03bdf7bef415f3ec098aeced24e054b253a0e78f7b37"}, +] + +[package.extras] +tests = ["pytest"] + [[package]] name = "executing" version = "2.0.1" @@ -4681,17 +4695,6 @@ postgresql-psycopgbinary = ["psycopg[binary] (>=3.0.7)"] pymysql = ["pymysql"] sqlcipher = ["sqlcipher3_binary"] -[[package]] -name = "sseclient-py" -version = "1.8.0" -description = "SSE client for Python" -optional = false -python-versions = "*" -files = [ - {file = "sseclient-py-1.8.0.tar.gz", hash = "sha256:c547c5c1a7633230a38dc599a21a2dc638f9b5c297286b48b46b935c71fac3e8"}, - {file = "sseclient_py-1.8.0-py2.py3-none-any.whl", hash = "sha256:4ecca6dc0b9f963f8384e9d7fd529bf93dd7d708144c4fb5da0e0a1a926fee83"}, -] - [[package]] name = "stack-data" version = "0.6.3" @@ -4865,23 +4868,28 @@ blobfile = ["blobfile (>=2)"] [[package]] name = "together" -version = "0.2.11" +version = "1.2.1" description = "Python client for Together's Cloud Platform!" optional = false -python-versions = ">=3.7,<4.0" +python-versions = "<4.0,>=3.8" files = [ - {file = "together-0.2.11-py3-none-any.whl", hash = "sha256:0760aafe1b53cf41cb58592086a2b5edef956a2536b52daecfc2f9ef0fc736d5"}, - {file = "together-0.2.11.tar.gz", hash = "sha256:906ae626b0ec49f7ea90d5660fb4c28664a1f55719f998e868d035f417316e24"}, + {file = "together-1.2.1-py3-none-any.whl", hash = "sha256:a94408074e0e50b3dab1d4001cb36a3fdbd0e4d6a0e659ecaae6b7b6355f5369"}, + {file = "together-1.2.1.tar.gz", hash = "sha256:c67f724f4612fc76283c92beaf0cc0cc076543021d19dae04fb4e950d9bf0e68"}, ] [package.dependencies] -aiohttp = ">=3.7.4,<4.0.0" -pydantic = ">=2.5.0,<3.0.0" +aiohttp = ">=3.9.3,<4.0.0" +click = ">=8.1.7,<9.0.0" +eval-type-backport = ">=0.1.3,<0.3.0" +filelock = ">=3.13.1,<4.0.0" +numpy = {version = ">=1.26.0", markers = "python_version >= \"3.12\""} +pillow = ">=10.3.0,<11.0.0" +pyarrow = ">=10.0.1" +pydantic = ">=2.6.3,<3.0.0" requests = ">=2.31.0,<3.0.0" -sseclient-py = ">=1.7.2,<2.0.0" tabulate = ">=0.9.0,<0.10.0" -tqdm = ">=4.66.1,<5.0.0" -typer = ">=0.9.0,<0.10.0" +tqdm = ">=4.66.2,<5.0.0" +typer = ">=0.9,<0.13" [[package]] name = "tokenizers" @@ -5873,4 +5881,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "9793b3d3e8b8bc89807be86b35149be46dbde4046fd4aed4c88d21d4a083f808" +content-hash = "c654007625c110757835558000dc54f47d188cd2951fd8b140366de52aaaf1a3" diff --git a/agency/pyproject.toml b/agency/pyproject.toml index daf3c65..8dd324b 100644 --- a/agency/pyproject.toml +++ b/agency/pyproject.toml @@ -24,7 +24,7 @@ sentry-sdk = { extras = ["grpcio"], version = "^1.45.0" } setuptools = "^69.2.0" llama-index-llms-together = "^0.1.3" llama-index-postprocessor-cohere-rerank = "^0.1.5" -together = "^0.2.11" +together = "^1.0.0" llama-index-vector-stores-qdrant = "^0.2.8" openinference-semantic-conventions = "^0.1.5" openinference-instrumentation-llama-index = "^1.3.0"