Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency drf-spectacular to >=0.22.1,<0.27 (main) #2423

Merged
merged 2 commits into from
Mar 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
drf-spectacular >=0.22.1,<0.26 -> >=0.22.1,<0.27 age adoption passing confidence

Release Notes

tfranzel/drf-spectacular

v0.26.0

Compare Source

  • honor djangorestframework_camel_case settings "ignore_keys" and "ignore_fields" #&#8203;945 <https://github.com/tfranzel/drf-spectacular/issues/945>_
  • If available, use docstrings from properties for field descriptions (#&#8203;954 <https://github.com/tfranzel/drf-spectacular/issues/954>_)
  • Don't let validators override values already set in the schema (#&#8203;911 <https://github.com/tfranzel/drf-spectacular/issues/911>_) [StopMotionCuber]
  • add test and another case to #&#8203;901 <https://github.com/tfranzel/drf-spectacular/issues/901>_
  • add enum key/value list to description string #&#8203;337 <https://github.com/tfranzel/drf-spectacular/issues/337>_ #&#8203;403 <https://github.com/tfranzel/drf-spectacular/issues/403>_ #&#8203;105 <https://github.com/tfranzel/drf-spectacular/issues/105>_ #&#8203;563 <https://github.com/tfranzel/drf-spectacular/issues/563>_
  • Add option to provide a callable for PolymorphicProxySerializer.serializers [Glenn Matthews]
  • consolidate sort fix for enum sorting
  • add testcase to #&#8203;950 <https://github.com/tfranzel/drf-spectacular/issues/950>_. ensure raw schema dict remains unmodified
  • Don't edit the orignal django-filters schema. [Will Giddens]
  • Fix typos and grammer errors in FAQ doc page. [Foad Lind]
  • fix OpenApiResponse nested example defaults #&#8203;875 <https://github.com/tfranzel/drf-spectacular/issues/875>_
  • mitigate runtests.py fail when GDAL library is not installed #&#8203;945 <https://github.com/tfranzel/drf-spectacular/issues/945>_ #&#8203;821 <https://github.com/tfranzel/drf-spectacular/issues/821>_ #&#8203;775 <https://github.com/tfranzel/drf-spectacular/issues/775>_ #&#8203;777 <https://github.com/tfranzel/drf-spectacular/issues/777>_
  • bugfix SlugRelatedField with a model property target #&#8203;943 <https://github.com/tfranzel/drf-spectacular/issues/943>_
  • suppress erroneous warning for optional extensions #&#8203;940 <https://github.com/tfranzel/drf-spectacular/issues/940>_
  • fix whitelist mechanics (enables deny all) #&#8203;923 <https://github.com/tfranzel/drf-spectacular/issues/923>_
  • mitigate many=True with default array value #&#8203;936 <https://github.com/tfranzel/drf-spectacular/issues/936>_
  • fix dj-rest-auth>=3.0.0 breaking changes #&#8203;937 <https://github.com/tfranzel/drf-spectacular/issues/937>_
  • Update plumbing.py
  • add swagger UI template blocks for customization [Jan Lis]
  • Add support for drf ReturnList and ReturnDict hint [zengqiu]
  • add example/test for DynamicFieldsModelSerializer #&#8203;375 <https://github.com/tfranzel/drf-spectacular/issues/375>_ #&#8203;912 <https://github.com/tfranzel/drf-spectacular/issues/912>_
  • adapt test schema for dj-rest-auth 2.2.6
  • clarify docs for postproc hook mechanics #&#8203;908 <https://github.com/tfranzel/drf-spectacular/issues/908>_
  • Add test for custom serializer field pagination #&#8203;904 <https://github.com/tfranzel/drf-spectacular/issues/904>_
  • fix: let use a default value for foreignkey model field [Frederic de Zorzi]

Breaking changes / important additions:

  • A lot of bug fixes and a few feature additions.
  • We now render a descriptive Enum key/value list into the description by default. Opt-out with new setting ENUM_GENERATE_CHOICE_DESCRIPTION.
  • Beware that we now extract more docstrings. Check your schema diff on update whether you are now leaking unintended information.
  • The whitelist mechanics changed slightly on what is considered default behavior.
  • Fix a breaking change in dj-rest-auth>=3.0.0
  • It should not be possible to run the tests without installing system libraries like GDAL for the contrib tests

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies This is affecting the dependencies python labels Mar 4, 2023
@codecov
Copy link

codecov bot commented Mar 4, 2023

Codecov Report

Merging #2423 (00fb2a2) into main (c7c8207) will increase coverage by 0.12%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2423      +/-   ##
==========================================
+ Coverage   61.84%   61.97%   +0.12%     
==========================================
  Files         145      145              
  Lines        4115     4105      -10     
==========================================
- Hits         2545     2544       -1     
+ Misses       1570     1561       -9     
Flag Coverage Δ
api 93.97% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
api/libretime_api/settings/_internal.py 95.83% <ø> (ø)

... and 8 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@jooola jooola force-pushed the renovate/main-drf-spectacular-0.x branch from 65aa299 to c454fe9 Compare March 6, 2023 11:19
@jooola jooola added the status: blocked This issue or pull request is blocked label Mar 6, 2023
@jooola
Copy link
Contributor

jooola commented Mar 6, 2023

Waiting on tfranzel/drf-spectacular#790

@jooola jooola mentioned this pull request Mar 14, 2023
@jooola jooola removed the status: blocked This issue or pull request is blocked label Mar 14, 2023
@jooola
Copy link
Contributor

jooola commented Mar 14, 2023

This might not be fixed in any near future, I am merging and keeping track of this problem in #2438

@renovate renovate bot force-pushed the renovate/main-drf-spectacular-0.x branch from c454fe9 to 8bdde65 Compare March 14, 2023 10:19
@jooola jooola force-pushed the renovate/main-drf-spectacular-0.x branch 3 times, most recently from 1bc97df to 2fb6a20 Compare March 14, 2023 10:33
@renovate
Copy link
Contributor Author

renovate bot commented Mar 14, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@jooola jooola force-pushed the renovate/main-drf-spectacular-0.x branch from 2fb6a20 to 00fb2a2 Compare March 14, 2023 11:24
@jooola jooola merged commit 72aa1c1 into main Mar 14, 2023
@jooola jooola deleted the renovate/main-drf-spectacular-0.x branch March 14, 2023 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This is affecting the dependencies python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant