From f1c9ebf6f271d0c6ff792e048bf966d019eb1294 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 12:13:03 +0000 Subject: [PATCH] chore(deps): update dependency drf-spectacular to >=0.22.1,<0.29 (#3117) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [drf-spectacular](https://redirect.github.com/tfranzel/drf-spectacular) | `>=0.22.1,<0.28` -> `>=0.22.1,<0.29` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/drf-spectacular/0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/drf-spectacular/0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/drf-spectacular/0.27.2/0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/drf-spectacular/0.27.2/0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
tfranzel/drf-spectacular (drf-spectacular) ### [`v0.28.0`](https://redirect.github.com/tfranzel/drf-spectacular/blob/HEAD/CHANGELOG.rst#0280-2024-11-30) [Compare Source](https://redirect.github.com/tfranzel/drf-spectacular/compare/0.27.2...0.28.0) - Fix lazy_reverse bug in views (`#​1339 `\_) - Extend query params explosion of non-DRF serializer `#​1315 `\_ - consider pk_field on PrimaryKeyRelatedField when set `#​1335 `\_ - fix unused OAuth2 scopes override `#​1319 `\_ - bugfix @​extend_schema_field raw schema already in OAS3.1 - some minors (resolves `#​1147 `\_) - fix OAS3.1 validator omission `#​1302 `\_ - guard against broken **dir** impl `#​1296 `\_ - Add Django 5.1 as classifier \[jelmert] - No extra items in the oneOf list \[Vladimir] - parametrize component registry identity `#​1288 `\_ - make operation_id action position configurable `#​1264 `\_ - Fix for incorrect `issubclass()` check. \[Mike Moore] - Correct the documentation of how to import extension snippets \[Alan Crosswell] - Update OpenAPI docs links \[Nils Van Zuijlen] - mitigate false positive in Django Debug Toolbar `#​1159 `\_ - Additional testcase \[Marti Raudsepp] - Fix ChoiceField schema type with empty `choices=[]` \[Marti Raudsepp] - handle examples with nested properties pagination \[François Rejeté] - add choice field display method handling `#​1228 `\_ - Add support for stateless user authentication in SimpleJWT (`#​1221 `\_) \[Willem Meints] - fix: set pydantic json mode to serialization \[Eric Butler] - fix: extend_schema_field with dict param and oas 3.1 \[Eric Butler] Breaking changes / important additions: - Y-stream release due to the amount of small but important changes. - Pydantic users might see a slightly different schema due to the change in serialization method.
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/libretime/libretime). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- api/requirements.txt | 2 +- api/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 825a70359..80cbefacf 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -4,7 +4,7 @@ django-cors-headers>=3.14.0,<4.5 django-filter>=2.4.0,<24.4 django>=4.2.0,<4.3 djangorestframework>=3.14.0,<3.16 -drf-spectacular>=0.22.1,<0.28 +drf-spectacular>=0.22.1,<0.29 gunicorn>=22.0.0,<23.1 psycopg[c]>=3.1.8,<3.2 requests>=2.32.2,<2.33 diff --git a/api/setup.py b/api/setup.py index 56202c667..c17d0517f 100644 --- a/api/setup.py +++ b/api/setup.py @@ -30,7 +30,7 @@ setup( "django-filter>=2.4.0,<24.4", "django>=4.2.0,<4.3", "djangorestframework>=3.14.0,<3.16", - "drf-spectacular>=0.22.1,<0.28", + "drf-spectacular>=0.22.1,<0.29", "requests>=2.32.2,<2.33", ], extras_require={