fix(deps): update dependency django-ninja to v1 - autoclosed #22
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.
This PR contains the following updates:
^0.21.0
->^1.0.0
Release Notes
vitalik/django-ninja (django-ninja)
v1.3.0
: 1.3.0Compare Source
This version brings few enahcments
PatchDict
you can quickly define schemas with all optional fields and use it as dict with ONLY fields that were passed in request payload (aka patch requests)All changes
New Contributors
Full Changelog: vitalik/django-ninja@v1.2.2...v1.3.0
v1.2.2
: 1.2.2Compare Source
What's Changed
Full Changelog: vitalik/django-ninja@v1.2.1...v1.2.2
v1.2.1
Compare Source
Fixed throttling in async mode
v1.2.0
: 1.2.0Compare Source
What's new
with most notable
All changes:
FilterSchema
by @max-muoto in https://github.com/vitalik/django-ninja/pull/1039decorate_view
to resolve Pyright Issues by @max-muoto in https://github.com/vitalik/django-ninja/pull/1126Docs
New Contributors
Full Changelog: vitalik/django-ninja@v1.1.0...v1.2.0
v1.1.0
: 1.1.0Compare Source
What's Changed
description
declared has typestr
but is used as type None by @luca-digrazia in https://github.com/vitalik/django-ninja/pull/530New Contributors
Full Changelog: vitalik/django-ninja@v1.0.1...v1.1.0
v1.0.1
: 1.0.1Compare Source
Fixed
from_orm
compatibilityv1.0
: 1.0Compare Source
Read more details and examples here https://django-ninja.dev/whatsnew_v1/
or watch overview video :
Overview
Annotated[]
syntax support)Unfortunately Django ninja integrates very deep into pydantic core with Schema class, so it is not possible to keep both pydantic v1 and v2 supported - and that is why ninja now bumps to version 1 which might have few deprecations or breaking changes on pydantic level
From Django ninja side I tried to make this upgrade as smooth as possible, if you use standard APIs without lot of magic - most likely upgrade should be without any code change
Contributors
@AlTosterino
@AmiZya
@Kristinus
@ddahan
@dipbazz
@ivoire
@lilleswing
@marius-mather
@pavel-beaufort
@pawelngei
@scott-8
@skokado
@vincentdavis
@vpoulailleau
@yasoob
Thank you !
Full Changelog: vitalik/django-ninja@v0.22.2...v1.0
v0.22.2
: 0.22.2Compare Source
v0.22.1
: 0.22.1Compare Source
Fixes a swagger ui error
v0.22.0
: 0.22.0What's Changed
pyproject.toml
by @baseplate-admin in https://github.com/vitalik/django-ninja/pull/736New Contributors
Full Changelog: vitalik/django-ninja@v.0.21.0...v0.22.0
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 this update again.
This PR was generated by Mend Renovate. View the repository job log.