You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIXED: Bring the bundled swagger ui up to date (#944)
IMPROVED: Update the logout button to use a POST request. (#945)
ADDED: Add a live demo domain (#946)
ADDED: Handle annotations that are not available at runtime (#941)
1.21.11
FIXED: Fix list views with parameters in last path segment not named "list" views (#917)
ADDED: Allow overriding produces/consumes with @swagger_auto_schema decorator (#916)
FIXED: Fix filter parameters not appearing in swagger with django-filter>=25 (#926)
IMPROVED: Update Python, Django, and DRF versions and packaging configuration (#922)
IMPROVED: Remove usage of pkg_resources (#928)
FIXED: Fix call_view_method warning to include the method name again (#923)
ADDED: Add a hide download button option (#848)
ADDED: Add ruff linters (#903)
1.21.10
FIXED: Fix type hints when using postponed evaluation of annotations (PEP-563) (#840)
IMPROVED: Update JSON & YAML renderers to not use a "." in their format string (#911)
FIXED: Fix lint errors when comparing types with == instead of is (#868)
IMPROVED: Update swagger-ui-dist to address CVE-2021-46708 (#904)
1.21.9
ADDED: Added support for zoneinfo object fields (#908)
1.21.8
ADDED: Python 3.11 and 3.12 support (#891)
FIXED: Fix pkg_resources version lookups for Python 3.9+ (#891)
1.21.7
ADDED: Added drf_yasg.inspectors.query.DrfAPICompatInspector (#857)
ADDED: Added DrfAPICompatInspector to serve as a replacement CoreAPICompatInspector (#857)
ADDED: Allow DEFAULT_SPEC_RENDERERS default renderers to be overriden in the settings (#857)
FIXED: Fixed redoc source mapping (#859)
1.21.6
IMPROVED: Remove required coreapi dependency (#854)
IMPROVED: Feature: Migrate to PyYAML for yaml generator (#845)
FIXED: Keep path parameters in their given order (#841)
FIXED: Provide support for enums in codecs (#837)
FIXED: Bring the bundled swagger ui up to date (:pr:944)
IMPROVED: Update the logout button to use a POST request. (:pr:945)
ADDED: Add a live demo domain (:pr:946)
ADDED: Handle annotations that are not available at runtime (:pr:941)
1.21.11
FIXED: Fix list views with parameters in last path segment not named "list" views (:pr:917)
ADDED: Allow overriding produces/consumes with @swagger_auto_schema decorator (:pr:916)
FIXED: Fix filter parameters not appearing in swagger with django-filter>=25 (:pr:926)
IMPROVED: Update Python, Django, and DRF versions and packaging configuration (:pr:922)
IMPROVED: Remove usage of pkg_resources (:pr:928)
FIXED: Fix call_view_method warning to include the method name again (:pr:923)
ADDED: Add a hide download button option (:pr:848)
ADDED: Add ruff linters (:pr:903)
1.21.10
FIXED: Fix type hints when using postponed evaluation of annotations (PEP-563) (:pr:840)
IMPROVED: Update JSON & YAML renderers to not use a "." in their format string (:pr:911)
FIXED: Fix lint errors when comparing types with == instead of is (:pr:868)
IMPROVED: Update swagger-ui-dist to address CVE-2021-46708 (:pr:904)
1.21.9
ADDED: Added support for zoneinfo object fields (:pr:908)
... (truncated)
Commits
7dceb27 Add version 1.21.14 details to the changelog (#952)
763cdd6 Add version 1.21.13 details to the changelog (#951)
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
A newer version of drf-yasg exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filepythonPull requests that update Python code
2 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps drf-yasg from 1.21.5 to 1.21.14.
Release notes
Sourced from drf-yasg's releases.
Changelog
Sourced from drf-yasg's changelog.
... (truncated)
Commits
7dceb27Add version 1.21.14 details to the changelog (#952)763cdd6Add version 1.21.13 details to the changelog (#951)a0559fcAdd missing swagger-ui sourcemaps (#950)2bf74d0Add version 1.21.12 details to the changelog (#948)b421e89swagger ui fix (#944)40fee2bAdd live demo domain and environment variables (#946)1785b84Update logout button to use POST request. (#945)0522cc1Rename github actions files to .yaml (#942)3a38123Bump actions/checkout from 5 to 6 in the github-actions group (#943)b252a0dHandle annotations not available at runtime (#941)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)