From fc3279ca563d52e3b8456a33ce7c85d21389365c Mon Sep 17 00:00:00 2001 From: Almas Akchabayev Date: Sun, 3 Nov 2024 22:42:41 +0300 Subject: [PATCH] chore: remove uuid from dependencies --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f9f8f96..6e27ab6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,8 +21,7 @@ classifiers = [ ] dependencies = [ "validators>0.28", - "typing_extensions>4.12", - "uuid==1.30" + "typing_extensions>4.12" ] [project.optional-dependencies]