From 39288b3e727e5451d5340228c7dfd9c2b0a12ad3 Mon Sep 17 00:00:00 2001 From: osoken Date: Tue, 17 Sep 2024 22:30:45 +0900 Subject: [PATCH] chore: add ulid --- common/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/common/pyproject.toml b/common/pyproject.toml index f29efbc..69b2d92 100644 --- a/common/pyproject.toml +++ b/common/pyproject.toml @@ -30,6 +30,7 @@ dependencies = [ "sqlalchemy", "pydantic_settings", "JSON-log-formatter", + "ulid-py", ] [project.urls]