From 653bc48f1b7c9844caa4ea70cee680f46769e0dc Mon Sep 17 00:00:00 2001 From: phi Date: Sat, 2 Mar 2024 20:37:14 +0900 Subject: [PATCH] chore: versions --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ed6d4c1..0277fbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,13 +22,13 @@ classifiers = [ ] requires-python = ">= 3.8" dependencies = [ - "anyio>=4.3.0", - "typing-extensions>=4.10.0", + "anyio>=4.0.0", + "typing-extensions>=4.4.0", "cloudpickle>=3.0.0", "async-wrapper>=0.8.3", "tblib>=3.0.0", - "exceptiongroup>=1.2.0; python_version < '3.11'", - "psutil>=1", + "exceptiongroup; python_version < '3.11'", + "psutil", ] [project.urls]