Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/webpubsub/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

1.8.0
+++++
* Upgrade `websockets` to `13.0.1` to sure the compatibility with python 12

1.7.0
+++++
* Add `az webpubsub update --client-cert-enable/--disable-local-auth/--region-endpoint-enabled` support
Expand Down
4 changes: 2 additions & 2 deletions src/webpubsub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# TODO: Confirm this is the right version number you want and it matches your
# HISTORY.rst entry.
VERSION = '1.7.0'
VERSION = '1.8.0'

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand All @@ -33,7 +33,7 @@

# TODO: Add any additional SDK dependencies here
DEPENDENCIES = [
'websockets~=10.4'
'websockets~=13.0.1'
]

with open('README.rst', 'r', encoding='utf-8') as f:
Expand Down
Loading