From 78a8c27017b55dfc241d223ff556765251ada7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 07:09:28 -0700 Subject: [PATCH] Bump together from 0.2.11 to 1.3.1 (#206) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d414bfa77..c08249c4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "redis-om>=0.3.0,<0.4.0", "gin-config>=0.5.0,<0.6.0", "absl-py>=2.0.0,<3.0.0", - "together>=0.2.4,<0.3.0", + "together>=0.2.4,<1.4.0", "pydantic>=2.5.0,<3.0.0", "beartype>=0.14.0,<0.20.0", "langchain-openai>=0.1.8,<0.3.0",