diff --git a/poetry.lock b/poetry.lock index d95174b..4fe92d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6796,13 +6796,13 @@ files = [ [[package]] name = "ulid-py" -version = "0.2.0" +version = "1.1.0" description = "Universally Unique Lexicographically Sortable Identifier" optional = false python-versions = "*" files = [ - {file = "ulid-py-0.2.0.tar.gz", hash = "sha256:46976401cb0eee9134446c6d92899627c74945c0e46f16ca295a8c9c434507fd"}, - {file = "ulid_py-0.2.0-py2.py3-none-any.whl", hash = "sha256:06f6de6a83c24f3b0af0528beff500b65b48c0101b208cfeba2133115788334a"}, + {file = "ulid-py-1.1.0.tar.gz", hash = "sha256:dc6884be91558df077c3011b9fb0c87d1097cb8fc6534b11f310161afd5738f0"}, + {file = "ulid_py-1.1.0-py2.py3-none-any.whl", hash = "sha256:b56a0f809ef90d6020b21b89a87a48edc7c03aea80e5ed5174172e82d76e3987"}, ] [[package]] @@ -7453,4 +7453,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.12.6" -content-hash = "558a30b71e7a69e6a3a39dc20023606064d77cd56139ac7fea9f61163c73349d" +content-hash = "1147cfba0dfd6caddfe211df853f89378c0003c6efa7ea74f5698bee81a001fe" diff --git a/pyproject.toml b/pyproject.toml index 521a911..c3975c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ social-auth-core = {extras = ["openidconnect"], version = "^4.4.2"} uvicorn = {extras = ["standard"], version = "^0.34.0"} django-guardian = "^2.4.0" named-enum = "^1.4.0" -ulid-py = "^0.2.0" +ulid-py = "^1.0.0" channels-redis = "^4.2.1" langchain = "^0.3.13" langchain-openai = "^0.3.0"