Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps python-engineio from 4.8.2 to 4.12.3.

Release notes

Sourced from python-engineio's releases.

Release 4.12.3

See CHANGES.md for release notes.

Release 4.12.2

See CHANGES.md for release notes.

Release 4.12.1

See CHANGES.md for release notes.

Release 4.12.0

See CHANGES.md for release notes.

Release 4.11.2

See CHANGES.md for release notes.

Release 4.11.1

See CHANGES.md for release notes.

Release 4.11.0

See CHANGES.md for release notes.

Release 4.10.1

See CHANGES.md for release notes.

Release 4.10.0

See CHANGES.md for release notes.

Release 4.9.1

See CHANGES.md for release notes.

Release 4.9.0

See CHANGES.md for release notes.

Changelog

Sourced from python-engineio's changelog.

python-engineio change log

Release 4.12.3 - 2025-09-28

  • Reset client queue upon disconnection #414 (commit)
  • Support ['*'] in addition to '*' in the cors_allowed_origins option #410 (commit) (thanks Wu Clan!)

Release 4.12.2 - 2025-06-04

  • Support new monkey-patched gevent Queue class in the client #403 (commit)
  • Better support of the ASGI spec when interpreting WebSocket events #405 (commit) (thanks Eric Zhang!)

Release 4.12.1 - 2025-05-11

  • Accept empty binary values in the async server #404 (commit)
  • Add SPDX license identifier #401 (commit) (thanks Marc Mueller!)

Release 4.12.0 - 2025-04-12

  • Optimize packet parsing to avoid unnecessary calls to JSON parser #399 (commit)
  • Pass environ as a second argument to callable option cors_allowed_origins #398 (commit) (thanks wft-swas!)

Release 4.11.2 - 2024-12-29

  • Fix incorrect disconnection reason reported when browser page is closed (commit)

Release 4.11.1 - 2024-12-17

  • Remove debugging prints 😊 (commit)

Release 4.11.0 - 2024-12-17

  • Pass a reason argument to the disconnect handler #393 (commit)
  • Add maxPayload to connection response #392 (commit) (thanks HeySMMReseller & HeySMMProvider!)
  • Client option to disable timestamps in connection URLs #386 (commit)
  • Return disconnected sessions as 400 errors #391 (commit)
  • Handle unicode errors in ASGI driver #389 (commit)
  • Replaced deprecated get_event_loop with get_running_loop #384 (commit)
  • Remove constructs required by older, now unsupported Python versions (commit)
  • Switched to pyenv-asyncio for async unit tests (commit)
  • Adopted unittest.mock.AsyncMock in async unit tests instead of homegrown version (commit)
  • Removed tests dependency on unittest.TestCase base class (commit)

Release 4.10.1 - 2024-10-15

  • Reject request with incorrect transport #367 (commit)

Release 4.10.0 - 2024-10-13

  • Reject requests with incorrect transport #367 (commit)

... (truncated)

Commits
  • 96fdf1c Release 4.12.3
  • af57bf2 Reset client queue upon disconnection (Fixes #414) (#415)
  • fa99e01 Bump eventlet from 0.35.2 to 0.40.3 in /examples/server/wsgi (#412) #nolog
  • d98a09d Bump aiohttp from 3.10.11 to 3.12.14 in /examples/server/aiohttp (#411) #nolog
  • d59658c Support ['*'] in addition to '*' in the cors_allowed_origins option (#410)
  • d6cb855 Version 4.12.3.dev0
  • eafbbca Release 4.12.2
  • dcde006 support monkey-patched gevent queue in the client (Fixes #403)
  • 7a41390 Bump tornado from 6.4.2 to 6.5.1 in /examples/server/tornado (#407) #nolog
  • 86cb4d2 Better support of the ASGI spec when interpreting WebSocket events (#405)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [python-engineio](https://github.com/miguelgrinberg/python-engineio) from 4.8.2 to 4.12.3.
- [Release notes](https://github.com/miguelgrinberg/python-engineio/releases)
- [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md)
- [Commits](miguelgrinberg/python-engineio@v4.8.2...v4.12.3)

---
updated-dependencies:
- dependency-name: python-engineio
  dependency-version: 4.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 29, 2025
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.

1 participant