Skip to content

Commit

Permalink
require python-socketio>=5.10.0 (fixes #1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Oct 20, 2023
1 parent 793e91d commit dccdce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pygments = ">=2.15.1,<3.0.0"
uvicorn = {extras = ["standard"], version = "^0.22.0"}
fastapi = ">=0.92,<1.0.0"
fastapi-socketio = "^0.0.10"
python-socketio = ">=5.9.0" # https://github.com/zauberzeug/nicegui/issues/1809
python-socketio = ">=5.10.0" # https://github.com/zauberzeug/nicegui/issues/1809
vbuild = ">=0.8.2"
watchfiles = ">=0.18.1,<1.0.0"
jinja2 = "^3.1.2"
Expand Down

0 comments on commit dccdce8

Please sign in to comment.