Actions
Issue #7510
closeddrf-spectacular 0.9.13 breaks the schema and bindings
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
The result bindings after upgrading to drf-spectacular 0.9.13 produce errors:
AttributeError: 'RepositoriesFileApi' object has no attribute 'create'
Updated by daviddavis about 4 years ago
The first part of this fix was handled here: https://github.com/pulp/pulpcore/pull/906
Updated by daviddavis about 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
Updated by pulpbot about 4 years ago
- Status changed from ASSIGNED to POST
Updated by pulpbot about 4 years ago
Added by daviddavis about 4 years ago
Updated by daviddavis about 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|18374ce66cf090eacb131913da5cefcb5ddf5c8c.
Added by daviddavis about 4 years ago
Revision bfe49415 | View on GitHub
Pin drf-spectular to 0.9.13 and add changelog
First, pin drf-spectacular to 0.9.13 since our code no longer works against 0.9.12.
Secondly, add a changelog entry to call out that we've fixed the schema/bindings.
fixes #7510
Updated by pulpbot about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by bmbouter about 4 years ago
- Sprint/Milestone changed from 3.7.0 to 3.6.4
Updated by bmbouter about 4 years ago
- Status changed from CLOSED - CURRENTRELEASE to MODIFIED
Updated by bmbouter about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Pin drf-spectular to 0.9.13 and add changelog
First, pin drf-spectacular to 0.9.13 since our code no longer works against 0.9.12.
Secondly, add a changelog entry to call out that we've fixed the schema/bindings.
fixes #7510