From 4e44a4d956da7c1dd939db594d8afb2622cd044f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 01:31:51 +0000 Subject: [PATCH] chore(deps): update python docker tag --- .python-version | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index e4fba218..24ee5b1b 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12 +3.13 diff --git a/pyproject.toml b/pyproject.toml index 0dc1ceec..a4aa958f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ seagoat = "seagoat.cli:seagoat" seagoat-server = "seagoat.server:server" [tool.poetry.dependencies] -python = "^3.10, < 3.13" +python = "< 3.14" chromadb = "^0.5.15" gitpython = "^3.1.31" tqdm = "^4.65.0"