diff --git a/poetry.lock b/poetry.lock index 8fab1d8..ce46119 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6309,13 +6309,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]] @@ -7092,4 +7092,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "3.12.6" -content-hash = "bbe8b6869f09bd30bc3859eebb5def593a30b08c5bb9d351b5faa97bdbd0acea" +content-hash = "53c1630903462640a1636d557f980b9f1fffa6029df4d74309ad336ea3257d81" diff --git a/pyproject.toml b/pyproject.toml index e98ed9a..26bd37e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ sentry-sdk = "^2.13.0" social-auth-app-django = "^5.2.0" social-auth-core = {extras = ["openidconnect"], version = "^4.4.2"} starlette = "^0.45.1" -ulid-py = "^0.2.0" +ulid-py = "^1.0.0" uvicorn = {extras = ["standard"], version = "^0.34.0"} langchain-community = "^0.3.16" psycopg = "^3.2.4"