diff --git a/integrations/chroma/pyproject.toml b/integrations/chroma/pyproject.toml index 0e89860df..7f0943a30 100644 --- a/integrations/chroma/pyproject.toml +++ b/integrations/chroma/pyproject.toml @@ -64,7 +64,8 @@ python = ["3.9", "3.10"] [tool.hatch.envs.lint] installer = "uv" detached = true -dependencies = ["pip", +dependencies = [ + "pip", "black>=23.1.0", "mypy>=1.0.0", "ruff>=0.0.243",