Skip to content

chore(deps-dev): bump sanic from 25.12.0 to 25.12.1 - #72

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/sanic-25.12.1
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/sanic-25.12.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026 •

Copy link
Copy Markdown
Contributor

Bumps sanic from 25.12.0 to 25.12.1.

Release notes

Sourced from sanic's releases.

Version 25.12.1

What's Changed

Full Changelog: sanic-org/sanic@v25.12.0...v25.12.1

Commits

Dependabot compatibility score

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)

Bumps [sanic](https://github.com/sanic-org/sanic) from 25.12.0 to 25.12.1.
- [Release notes](https://github.com/sanic-org/sanic/releases)
- [Commits](sanic-org/sanic@v25.12.0...v25.12.1)

---
updated-dependencies:
- dependency-name: sanic
  dependency-version: 25.12.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 Jun 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

Looks like sanic is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 7, 2026
@dependabot
dependabot Bot deleted the dependabot/uv/sanic-25.12.1 branch July 7, 2026 05:46
vvillait88 added a commit that referenced this pull request Jul 7, 2026
Python parity for node-commerce #72. Compute-first emitted the x402
`resource.url` from the raw request URL, so behind a TLS-terminating
proxy it stayed `http://` while clients reached the endpoint over
`https://`. The mppx x402 client rejects that scheme mismatch, blocking
payment on every rail. The main `Checkout` path already corrected this
via `_resolve_resource_url`; the compute-first path was never wired to
it.

- Extract the scheme correction into a shared `forwarded_proto` helper
(`apply_forwarded_proto` + `read_forwarded_proto`, both-casings read for
Django).
- Route both compute-first emitters + the refactored main-path resolver
through it.
- Verified all 6 adapters (fastapi/flask/django/aiohttp/sanic/asgi) pass
the full header set. Tests added; 1819 pass, coverage 95.47%.
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