⬆️(dependencies) update python dependencies #71
+46
−46
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:
==1.4.4
->==1.4.6
==5.5.2
->==5.5.3
==45.0.5
->==45.0.7
==2.3.0
->==3.0.1
==5.1.11
->==5.2.6
==2.8.0
->==2.8.1
==4.6.0
->==4.7.0
==3.2.3
->==4.1
==24.3
->==25.1
==5.4.0
->==6.0.0
==3.15.2
->==3.16.1
==2.7.0
->==2.8.0
==2024.12.1
->==2025.9.1
==3.3.1
->==3.3.3
==0.115.12
->==0.116.1
==4.25.0
->==4.25.1
==1.93.0
->==1.106.1
==2.8.0
->==3.0.0
==3.2.4
->==3.2.9
==3.3.4
->==3.3.8
==8.3.5
->==8.4.2
==8.3.4
->==8.4.2
==6.0.0
->==6.3.0
==4.9.0
->==4.11.1
==3.6.1
->==3.8.0
==5.5.1
->==5.8.1
==5.2.1
->==6.4.0
==2.32.3
->==2.32.5
==0.25.6
->==0.25.8
==0.9.3
->==0.12.12
==2.27.0
->==2.37.0
==2.32.0.20241016
->==2.32.4.20250809
==1.4.3
->==2.2.1
==0.34.1
->==0.35.0
==6.8.2
->==6.9.0
Release Notes
aio-libs/aiosmtpd (aiosmtpd)
v1.4.6
: 1.4.6Compare Source
v1.4.5
: 1.4.5Compare Source
v1.4.4.post2
Compare Source
Changes from 1.4.4:
Nothing in the library's logic. Just a fix in one of the test cases.
And some changes to prevent same situation from happening again.
v1.4.4.post1
Compare Source
celery/celery (celery)
v5.5.3
Compare Source
=====
:release-date: 2025-06-01
:release-by: Tomer Nosrati
What's Changed
pyca/cryptography (cryptography)
v45.0.7
Compare Source
v45.0.6
Compare Source
jazzband/dj-database-url (dj-database-url)
v3.0.1
Compare Source
typing_extensions
.v3.0.0
Compare Source
django/django (django)
v5.2.6
Compare Source
v5.2.5
Compare Source
v5.2.4
Compare Source
v5.2.3
Compare Source
v5.2.2
Compare Source
v5.2.1
Compare Source
v5.2
Compare Source
v5.1.12
Compare Source
celery/django-celery-beat (django-celery-beat)
v2.8.1
Compare Source
=====
:release-date: 2025-05-13
:release-by: Asif Saif Uddin (@auvipy)
.. _version-2.8.0:
adamchainz/django-cors-headers (django-cors-headers)
v4.7.0
Compare Source
django-extensions/django-extensions (django-extensions)
v4.1
Compare Source
Changes:
v4.0
Compare Source
Changes:
field-type-differ
(#1867)carltongibson/django-filter (django-filter)
v25.1
Compare Source
Removed the in-built API schema generation methods, which have been
deprecated since v23.2.
You should use
drf-spectacular <https://drf-spectacular.readthedocs.io/en/latest/>
_for generating OpenAPI schemas with DRF.
Dropped support for EOL Python 3.8.
Added testing against Python 3.13.
Added official support for Django 5.2.
jazzband/django-redis (django-redis)
v6.0.0
Compare Source
===============================
Features
#​598 <https://github.com/jazzband/django-redis/issues/598>
_)#​688 <https://github.com/jazzband/django-redis/issues/688>
_)#​730 <https://github.com/jazzband/django-redis/issues/730>
_)Bug Fixes
#​724 <https://github.com/jazzband/django-redis/issues/724>
_)#​749 <https://github.com/jazzband/django-redis/issues/749>
_)cache.lock
(#​752 <https://github.com/jazzband/django-redis/issues/752>
_)Miscellaneous
#​689 <https://github.com/jazzband/django-redis/issues/689>
_)#​690 <https://github.com/jazzband/django-redis/issues/690>
_)#​692 <https://github.com/jazzband/django-redis/issues/692>
_)#​693 <https://github.com/jazzband/django-redis/issues/693>
_)#​695 <https://github.com/jazzband/django-redis/issues/695>
_)#​696 <https://github.com/jazzband/django-redis/issues/696>
_)#​697 <https://github.com/jazzband/django-redis/issues/697>
_)#​699 <https://github.com/jazzband/django-redis/issues/699>
_)#​701 <https://github.com/jazzband/django-redis/issues/701>
_)#​702 <https://github.com/jazzband/django-redis/issues/702>
_)#​703 <https://github.com/jazzband/django-redis/issues/703>
_)#​729 <https://github.com/jazzband/django-redis/issues/729>
_)#​754 <https://github.com/jazzband/django-redis/issues/754>
_)#​755 <https://github.com/jazzband/django-redis/issues/755>
_)#​756 <https://github.com/jazzband/django-redis/issues/756>
_)pytest-xdist
and separating settings on different redis databases.Dropped
pytest-django
Using
docker-compose
for setting up redis containers for testingUse
tox-uv
(#​757 <https://github.com/jazzband/django-redis/issues/757>
_)Fix shadowing builtin Python exceptions. (
#​824 <https://github.com/jazzband/django-redis/issues/824>
_)Deprecations and Removals
#​852 <https://github.com/jazzband/django-redis/issues/852>
_)encode/django-rest-framework (djangorestframework)
v3.16.1
Compare Source
This release fixes a few bugs, clean-up some old code paths for unsupported Python versions and improve translations.
Minor changes
backports.zoneinfo
dependency and conditions on unsupported Python 3.8 and lower in #9681. Python versions prior to 3.9 were already unsupported so this isn't considered as a breaking change.Bug fixes
unique_together
validation withSerializerMethodField
in #9712UniqueTogetherValidator
to handle fields withsource
attribute in #9688Translations
Documentation
drf-restwind
and update outdated images inbrowsable-api.md
in #9680djangorestframework-guardian2
todjangorestframework-guardian
in #9734request
in serializer context when usingHyperlinkedModelSerializer
in #9732Internal changes
pyupgrade
topre-commit
hooks in #9682pytz
is available in #9715New Contributors
Full Changelog: encode/django-rest-framework@3.16.0...3.16.1
v3.16.0
Compare Source
This release is considered a significant release to improve upstream support with Django and Python. Some of these may change the behaviour of existing features and pre-existing behaviour. Specifically, some fixes were added to around the support of
UniqueConstraint
with nullable fields which will improve built-in serializer validation.Features
LoginRequiredMiddleware
in #9514 and #9657Bug fixes
UniqueConstraint
in #9360UniqueConstraint
in #9531unique_together
validation with source in #9482AttributeError
raised within properties in #9455get_template_context
to handle also lists in #9467DecimalField
in #9515open()
insetup.py
in #9661Translations
Removals
AutoSchema._get_reference
method in #9525Documentation and internal changes
OperandHolder
in #9437adrf
third party package in #9198queryset
attribute in #9528httpie
call in docs in #9543<>
in validators example in #9590strftime
link in the docs in #9624action
attribute in 'Introspecting ViewSet actions' docs section in #9633rest-framework-gm2m-relations
package to the list of 3rd party libraries in #9063django-pyoidc
as a third party authentication library in #9667New Contributors
@maerteijn
made their first contribution in #9198@FraCata00
made their first contribution in #9444@AlvaroVega
made their first contribution in #9451@james
-mchugh made their first contribution in #9455@ifeanyidavid
made their first contribution in #9479@p
-schlickmann made their first contribution in #9480@akkuman
made their first contribution in #9505@rafaelgramoschi
made their first contribution in #9509@Sinaatkd
made their first contribution in #9521@gtkacz
made their first contribution in #9535@sliverc
made their first contribution in #9556@gabrielromagnoli1987
made their first contribution in #9543@cheehong1030
made their first contribution in #9563@amansharma612
made their first contribution in #9590@Gluroda
made their first contribution in #9616@deepakangadi
made their first contribution in #9624@EXG1O
made their first contribution in #9633@decadenza
made their first contribution in #9640@mojtabaakbari221b
made their first contribution in #9063@mikemanger
made their first contribution in #9661@gbip
made their first contribution in #9667Full Changelog: encode/django-rest-framework@3.15.2...3.16.0
rthalley/dnspython (dnspython)
v2.8.0
: dnspython 2.8.0Compare Source
See What's New for details.
The minimum supported version of Python is 3.10.
My thanks to the many people who have contributed to this release. Also thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.
This release was published to PyPI using Trusted Publishing.
tfranzel/drf-spectacular-sidecar (drf-spectacular-sidecar)
v2025.9.1
Compare Source
v2025.8.1
Compare Source
v2025.7.1
Compare Source
v2025.6.1
Compare Source
v2025.5.1
Compare Source
v2025.4.1
Compare Source
v2025.3.1
Compare Source
v2025.2.1
Compare Source
FactoryBoy/factory_boy (factory_boy)
v3.3.3
Compare Source
v3.3.2
Compare Source
fastapi/fastapi (fastapi)
v0.116.1
Compare Source
Upgrades
>=0.40.0,<0.48.0
. PR #13884 by @tiangolo.Docs
docs/en/docs/contributing.md
. PR #13886 by @YuriiMotov.Internal
v0.116.0
Compare Source
Features
fastapi deploy
. PR #13870 by @tiangolo.Installing
fastapi[standard]
now includesfastapi-cloud-cli
.This will allow you to deploy to FastAPI Cloud with the
fastapi deploy
command.If you want to install
fastapi
with the standard dependencies but withoutfastapi-cloud-cli
, you can install insteadfastapi[standard-no-fastapi-cloud-cli]
.Translations
docs/ru/docs/advanced/response-directly.md
. PR #13801 by @NavesSapnis.docs/ru/docs/advanced/additional-status-codes.md
. PR #13799 by @NavesSapnis.docs/uk/docs/tutorial/body-updates.md
. PR #13804 by @valentinDruzhinin.Internal
v0.115.14
Compare Source
Fixes
Form
. PR #13827 by @patrick91.Docs
docs/en/docs/advanced/response-directly.md
. PR #13800 by @NavesSapnis.Translations
docs/uk/docs/tutorial/response-model.md
. PR #13792 by @valentinDruzhinin.docs/uk/docs/tutorial/security/index.md
. PR #13805 by @valentinDruzhinin.docs/ja/docs/tutorial/encoder.md
. PR #13815 by @ruzia.docs/ja/docs/tutorial/handling-errors.md
. PR #13814 by @ruzia.docs/ja/docs/tutorial/body-fields.md
. PR #13802 by @ruzia.docs/ru/docs/advanced/index.md
. PR #13797 by @NavesSapnis.Internal
v0.115.13
Compare Source
Fixes
\f
) character for Pydantic V2. PR #13698 by @YuriiMotov.Refactors
refreshUrl
parameter inOAuth2PasswordBearer
. PR #11460 by @snosratiershad.password
andclient_secret
inOAuth2PasswordRequestForm
, make docs show password fields for passwords. PR #11032 by @Thodoris1999.settings
. PR #13505 by @valentinDruzhinin.validate_response_recursive
. PR #13507 by @valentinDruzhinin.Upgrades
Docs
async def
withoutawait
. PR #13642 by @swastikpradhan1999.