diff --git a/poetry.lock b/poetry.lock index d6725e4..e5f5813 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1667,13 +1667,13 @@ test = ["mock", "pytest (>=3.0)", "pytest-cov", "pytest-django", "pytest-runner" [[package]] name = "drf-spectacular" -version = "0.27.2" +version = "0.28.0" description = "Sane and flexible OpenAPI 3 schema generation for Django REST framework" optional = false python-versions = ">=3.7" files = [ - {file = "drf-spectacular-0.27.2.tar.gz", hash = "sha256:a199492f2163c4101055075ebdbb037d59c6e0030692fc83a1a8c0fc65929981"}, - {file = "drf_spectacular-0.27.2-py3-none-any.whl", hash = "sha256:b1c04bf8b2fbbeaf6f59414b4ea448c8787aba4d32f76055c3b13335cf7ec37b"}, + {file = "drf_spectacular-0.28.0-py3-none-any.whl", hash = "sha256:856e7edf1056e49a4245e87a61e8da4baff46c83dbc25be1da2df77f354c7cb4"}, + {file = "drf_spectacular-0.28.0.tar.gz", hash = "sha256:2c778a47a40ab2f5078a7c42e82baba07397bb35b074ae4680721b2805943061"}, ] [package.dependencies] @@ -7453,4 +7453,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.12.6" -content-hash = "28aed0a1ad5791cbca6732518e32fe5208453a8d60ee97000b7676a119277f0a" +content-hash = "a34d0f7a9d5b5d8f4d53824e1e6445fbe2e8a2e4861747d06b5363b80d8b3adf" diff --git a/pyproject.toml b/pyproject.toml index 730e53d..fc86ea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ django-server-status = "^0.7.0" django-storages = "^1.13.2" djangorestframework = "^3.14.0" drf-jwt = "^1.19.2" -drf-spectacular = "^0.27.0" +drf-spectacular = "^0.28.0" gunicorn = "^23.0.0" ipython = "^8.14.0" litellm = "^1.53.5"