Skip to content
Snippets Groups Projects
Verified Commit 0c89baab authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Bump drf-spectacular to 0.21.2

parent 2b06f537
No related branches found
No related tags found
1 merge request!2322Bump drf-spectacular to 0.21.2
...@@ -86,7 +86,7 @@ class BaseEntitySerializer(serializers.ModelSerializer): ...@@ -86,7 +86,7 @@ class BaseEntitySerializer(serializers.ModelSerializer):
@extend_schema_serializer( @extend_schema_serializer(
deprecate_fields=("worker_version_id") deprecate_fields=("worker_version_id", )
) )
class EntitySerializer(BaseEntitySerializer): class EntitySerializer(BaseEntitySerializer):
""" """
......
...@@ -41,7 +41,6 @@ class TestAutoSchema(TestCase): ...@@ -41,7 +41,6 @@ class TestAutoSchema(TestCase):
{ {
"operationId": "listThings", "operationId": "listThings",
"deprecated": True, "deprecated": True,
"description": "",
"responses": { "responses": {
"410": { "410": {
"content": { "content": {
......
...@@ -10,7 +10,7 @@ django-rq==2.10.1 ...@@ -10,7 +10,7 @@ django-rq==2.10.1
djangorestframework==3.13.1 djangorestframework==3.13.1
djangorestframework-simplejwt==5.2.2 djangorestframework-simplejwt==5.2.2
docker==7.0.0 docker==7.0.0
drf-spectacular==0.18.2 drf-spectacular==0.21.2
python-magic==0.4.27 python-magic==0.4.27
python-memcached==1.59 python-memcached==1.59
pytz==2023.3 pytz==2023.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment