mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[GH-ISSUE #377] Bump Eel version from 0.14.0 to 0.16.0 #306
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Nuzza on GitHub (Mar 16, 2023).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/377
Originally assigned to: @brentvollebregt on GitHub.
Quick Checks
Describe the bug
A clear and concise description of what the bug is. If you have an error message, please paste it here (not in a screenshot).
No bug, just wondering if Eel version 0.16.0 will be added, considering some packages require that version of Eel.
Your Environment:
python --version): 3.8.10pip show auto-py-to-exe): latestpip show pyinstaller): latestpip show eel): 0.14.0@github-actions[bot] commented on GitHub (Mar 16, 2023):
👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.
Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.
@brentvollebregt commented on GitHub (Mar 16, 2023):
This was brought up in https://github.com/brentvollebregt/auto-py-to-exe/discussions/370 - from this, I put a change on master that used
Eel>=0.11.0but did not release it.I have just released it under 2.33.0
@Nuzza commented on GitHub (Mar 16, 2023):
@brentvollebregt Thank you for that kind sir.