Skip to content

chore(deps): update django requirement from >=6.0.7 to >=6.1 in /backend - #1575

Merged
github-actions[bot] merged 3 commits into
mainfrom
dependabot/uv/backend/django-gte-6.1
Aug 28, 2026
Merged

chore(deps): update django requirement from >=6.0.7 to >=6.1 in /backend#1575
github-actions[bot] merged 3 commits into
mainfrom
dependabot/uv/backend/django-gte-6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on django to permit the latest version.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 24, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 24, 2026 04:34
@dependabot
dependabot Bot removed the request for review from a team August 24, 2026 04:34
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 24, 2026
@dependabot
dependabot Bot requested a review from Nazehs August 24, 2026 04:34
@dependabot dependabot Bot added the python:uv Pull requests that update python:uv code label Aug 24, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved - all dependency bumps are minor or patch only.

@github-actions
github-actions Bot enabled auto-merge (rebase) August 24, 2026 04:34
@linear-code

linear-code Bot commented Aug 25, 2026

Copy link
Copy Markdown

PRO-715

@dependabot
dependabot Bot force-pushed the dependabot/uv/backend/django-gte-6.1 branch from 5d77887 to 412b30b Compare August 25, 2026 09:51

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved - all dependency bumps are minor or patch only.

@dependabot
dependabot Bot force-pushed the dependabot/uv/backend/django-gte-6.1 branch from 412b30b to 38ee663 Compare August 25, 2026 10:03

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved - all dependency bumps are minor or patch only.

@dependabot
dependabot Bot force-pushed the dependabot/uv/backend/django-gte-6.1 branch from 38ee663 to a08dbaa Compare August 25, 2026 10:15

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved - all dependency bumps are minor or patch only.

@252afh
252afh force-pushed the dependabot/uv/backend/django-gte-6.1 branch from a08dbaa to e024390 Compare August 25, 2026 13:14
dependabot Bot and others added 2 commits August 28, 2026 08:08
Updates the requirements on [django](https://github.com/django/django) to permit the latest version.
- [Commits](django/django@6.0.7...6.1)

---
updated-dependencies:
- dependency-name: django
  dependency-version: '6.1'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Django 6.1 removed cc_delim_re from django.utils.cache. DRF 3.18.0
includes the fix (replace cc_delim_re with split_header_value).

Also update the test assertion for the DRF 3.18.0 breaking change:
list serializer errors now use dict format {"0": [...]} instead of
list format [[...]].
@252afh
252afh force-pushed the dependabot/uv/backend/django-gte-6.1 branch from 7bae30a to e0c2f66 Compare August 28, 2026 07:09
…in ORJSONRenderer

DRF 3.18.0 changed list serialiser (many=True) validation errors from
list format ([[...]]) to integer-indexed dict format ({0: [...]}). orjson
rejects non-string dict keys, causing a 500 TypeError on any endpoint that
returns such errors.

Add a ConsultORJSONRenderer subclass that recursively stringifies dict keys
before serialisation, and swap it in via DEFAULT_RENDERER_CLASSES.
@github-actions
github-actions Bot merged commit b3e3ae7 into main Aug 28, 2026
16 checks passed
@github-actions
github-actions Bot deleted the dependabot/uv/backend/django-gte-6.1 branch August 28, 2026 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-failure dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant