From de24d174166648d82d4490d9a71ff8957dd5e0c7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:45:03 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d47042d36..e6f3a57b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "typing-extensions>=4.6.3", "urllib3>=2.2.2,<2.3", "uvicorn[standard]==0.30.1", - "zstandard==0.23.0", + "zstandard==0.23", ] optional-dependencies.dev = [ "black",