From 410ff9b9ebbffa2ed723b82e983a2cdda3c42439 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:21:38 +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 63d2038e..1816a1fc 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"