Skip to content

chore(deps): update strawberry-graphql-django requirement from ~=0.86.0 to >=0.86,<0.88 - #274

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/strawberry-graphql-django-gte-0.86-and-lt-0.88
Open

chore(deps): update strawberry-graphql-django requirement from ~=0.86.0 to >=0.86,<0.88#274
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/strawberry-graphql-django-gte-0.86-and-lt-0.88

Conversation

@dependabot

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

Copy link
Copy Markdown

Updates the requirements on strawberry-graphql-django to permit the latest version.

Release notes

Sourced from strawberry-graphql-django's releases.

0.87.0

Resolve prefetch-optimized nested connections on the event loop instead of paying a sync_to_async thread hop per parent node: the nested-connection default resolver, the queryset hook for prefetch-optimized querysets and totalCount served from the prefetched window annotation no longer touch the database, so they no longer need a worker thread.

This release was contributed by @​rcybulski1122012 in strawberry-graphql/strawberry-django#932

Additional contributors: @​Copilot

Changelog

Sourced from strawberry-graphql-django's changelog.

0.87.0 - 2026-08-06

Resolve prefetch-optimized nested connections on the event loop instead of paying a sync_to_async thread hop per parent node: the nested-connection default resolver, the queryset hook for prefetch-optimized querysets and totalCount served from the prefetched window annotation no longer touch the database, so they no longer need a worker thread.

This release was contributed by @​rcybulski1122012 in #932

Additional contributors: @​Copilot

0.86.8 - 2026-08-01

The built-in toolbar script is now compatible with django-debug-toolbar 7.0.0, which renders the toolbar inside a shadow DOM by default.

Previously, all DOM queries targeted #djDebug directly on the document, which broke under shadow DOM isolation — querySelector cannot pierce a shadow boundary.

Using a getDebugElement() helper that locates #djDebug via the shadow root of its parent element (#djDebugRoot):

function getDebugElement() {
  const root = document.getElementById("djDebugRoot");
  if (root) {
    return (root.shadowRoot || root).querySelector("#djDebug");
  }
  return document.getElementById("djDebug");
}

This also handles the USE_SHADOW_DOM = False fallback gracefully, keeping backward compatibility with older versions of the toolbar.

This release was contributed by @​daudln in #926

Additional contributors: @​bellini666, @​pre-commit-ci[bot], @​Copilot

0.86.7 - 2026-08-01

Honor the DEFAULT_PK_FIELD_NAME setting (and per-field key_attr) when resolving existing instances in mutation inputs. Previously _parse_pk read the input value under key_attr but always looked the instance up by pk=, so relation inputs and bare-id updates that reference an object by a configured

... (truncated)

Commits
  • 1513927 perf: resolve prefetch-optimized nested connections without per-node thread h...
  • dbda2ce [pre-commit.ci] pre-commit autoupdate (#940)
  • 23eb6c6 🤖 Release 0.86.8
  • 3d36487 fix: update toolbar script for django-debug-toolbar 7.0.0 shadow DOM … (#926)
  • e47bda4 ci: allow autopub release check to run on fork PRs
  • 738ffbd 🤖 Release 0.86.7
  • d880524 fix: honor DEFAULT_PK_FIELD_NAME in mutation instance lookups (#928)
  • 98aa787 🤖 Release 0.86.6
  • 5841442 fix: skip the per-parent COUNT for totalCount of empty prefetched nested conn...
  • e948384 [pre-commit.ci] pre-commit autoupdate (#937)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [strawberry-graphql-django](https://github.com/strawberry-graphql/strawberry-django) to permit the latest version.
- [Release notes](https://github.com/strawberry-graphql/strawberry-django/releases)
- [Changelog](https://github.com/strawberry-graphql/strawberry-django/blob/main/CHANGELOG.md)
- [Commits](strawberry-graphql/strawberry-django@0.86.0...0.87.0)

---
updated-dependencies:
- dependency-name: strawberry-graphql-django
  dependency-version: 0.87.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants