From 8b6b445d81e8a49a3502393f6ed95bcbde7bcac9 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:54:30 +0100 Subject: [PATCH] FIX: install `xxhash` in `types` group --- pyproject.toml | 1 + uv.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b182404c..69de241e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,6 +120,7 @@ types = [ "sphinx-api-relink", "types-PyYAML", "types-setuptools", + "xxhash", ] [tool.setuptools] diff --git a/uv.lock b/uv.lock index e39ecac7..f8704dbf 100644 --- a/uv.lock +++ b/uv.lock @@ -2248,6 +2248,7 @@ style = [ { name = "sphinx-api-relink" }, { name = "types-pyyaml" }, { name = "types-setuptools" }, + { name = "xxhash" }, ] test = [ { name = "ipython", version = "8.18.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" }, @@ -2268,6 +2269,7 @@ types = [ { name = "sphinx-api-relink" }, { name = "types-pyyaml" }, { name = "types-setuptools" }, + { name = "xxhash" }, ] [package.metadata] @@ -2356,6 +2358,7 @@ style = [ { name = "sphinx-api-relink" }, { name = "types-pyyaml" }, { name = "types-setuptools" }, + { name = "xxhash" }, ] test = [ { name = "ipython" }, @@ -2374,6 +2377,7 @@ types = [ { name = "sphinx-api-relink" }, { name = "types-pyyaml" }, { name = "types-setuptools" }, + { name = "xxhash" }, ] [[package]]