From caec11b09cbc92723c676d2d385152ec791c4ca5 Mon Sep 17 00:00:00 2001 From: "@jmmshn" Date: Fri, 19 Jan 2024 13:20:36 -0800 Subject: [PATCH] uid test --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e8f5132b..b93fea75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ dependencies = [ "pydantic-settings>=2.0.3", "pydantic>=2.0.1", "pydash", + "python-ulid", ] [project.optional-dependencies] @@ -62,6 +63,7 @@ strict = [ "pydash==7.0.6", "pydot==2.0.0", "typing-extensions==4.9.0", + "python-ulid"==2.2.0, ] [project.urls]