Skip to content

Commit

Permalink
⬆️ Bump wrapt to fix Python 3.11 compatibility (OctoPrint#4530)
Browse files Browse the repository at this point in the history
Fully tested on 3.7, 3.10 and 3.11 - any issues that did exist appear to have been resolved.
  • Loading branch information
cp2004 authored and foosel committed Mar 2, 2023
1 parent 6e009d2 commit d813a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"watchdog>=1,<2",
"websocket-client>=1.2.1,<2",
"werkzeug>=2.0,<2.1", # breaking changes can happen on minor version increases, flask-login 0.5 is incompatible with 2.1
"wrapt>=1.13.3,<1.14",
"wrapt>=1.14,<1.15",
"zeroconf>=0.33,<0.34", # breaking changes can happen on minor version increases
"zipstream-ng>=1.3.4,<2.0.0",
]
Expand Down

0 comments on commit d813a0c

Please sign in to comment.