File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 33 Release History
44===============
55
6+ 1.7.1
7+ +++++
8+ * Upgrade `websockets ` to `13.0.1 ` to sure the compatibility with Python 3.12
9+
6101.7.0
711+++++
812* Add `az webpubsub update --client-cert-enable/--disable-local-auth/--region-endpoint-enabled ` support
Original file line number Diff line number Diff line change 1616
1717# TODO: Confirm this is the right version number you want and it matches your
1818# HISTORY.rst entry.
19- VERSION = '1.7.0 '
19+ VERSION = '1.7.1 '
2020
2121# The full list of classifiers is available at
2222# https://pypi.python.org/pypi?%3Aaction=list_classifiers
3333
3434# TODO: Add any additional SDK dependencies here
3535DEPENDENCIES = [
36- 'websockets~=10.4 '
36+ 'websockets~=13.0.1 '
3737]
3838
3939with open ('README.rst' , 'r' , encoding = 'utf-8' ) as f :
You can’t perform that action at this time.
0 commit comments