From 288275cec1d5e81e825f6da26894153a6c16b635 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Thu, 28 Nov 2024 09:45:25 +0100 Subject: [PATCH] fix --- integrations/chroma/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/integrations/chroma/pyproject.toml b/integrations/chroma/pyproject.toml index 60191527d..65c84a49f 100644 --- a/integrations/chroma/pyproject.toml +++ b/integrations/chroma/pyproject.toml @@ -45,7 +45,6 @@ root = "../.." git_describe_command = 'git describe --tags --match="integrations/chroma-v[0-9]*"' [tool.hatch.envs.default] -python = "3.8" installer = "uv" dependencies = [ "coverage[toml]>=6.5",