-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump python-engineio #8099
Bump python-engineio #8099
Changes from all commits
6420f0b
e7ff7b4
24a4d90
be72e4d
83ab310
eb2e862
64e074f
bffe172
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Bump `python-engineio` to 4.0 to make it compatible with `python-socketio` 5.0. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,8 +101,8 @@ multidict = "^4.6" | |
aiohttp = "~3.6" | ||
questionary = "~1.5.1" | ||
prompt-toolkit = "^2.0" | ||
python-socketio = ">=4.4,<6" | ||
python-engineio = ">=3.11,<3.14" | ||
python-socketio = ">=5,<6" | ||
python-engineio = ">=4,<5" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is there a specific reason we have to increase the minimum bound? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Because of There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure, but can't poetry handle finding compatible versions if there exists a valid overlap? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That would have been the hope, but there's no denying something went wrong here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok I see 👍 |
||
pydot = "~1.4" | ||
async_generator = "~1.10" | ||
SQLAlchemy = "~1.3.3" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a specific reason we need to change the
python-socketio
version range?