From f934dad84a65b809d74c6f5d9c87df761886c20f Mon Sep 17 00:00:00 2001 From: Chenyang Liu Date: Mon, 7 Jul 2025 16:36:36 +1000 Subject: [PATCH 1/3] Upgrade websocket version --- src/webpubsub/HISTORY.rst | 4 ++++ src/webpubsub/setup.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/webpubsub/HISTORY.rst b/src/webpubsub/HISTORY.rst index 17980870234..2600ac9e69e 100644 --- a/src/webpubsub/HISTORY.rst +++ b/src/webpubsub/HISTORY.rst @@ -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 diff --git a/src/webpubsub/setup.py b/src/webpubsub/setup.py index d7439604cff..262df16d22b 100644 --- a/src/webpubsub/setup.py +++ b/src/webpubsub/setup.py @@ -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 @@ -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: From 4848d9f252e21027f4c21aca220d3396dcf093e0 Mon Sep 17 00:00:00 2001 From: Chenyang Liu Date: Mon, 7 Jul 2025 16:42:35 +1000 Subject: [PATCH 2/3] minor update --- src/webpubsub/HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpubsub/HISTORY.rst b/src/webpubsub/HISTORY.rst index 2600ac9e69e..fcbf6bdd70b 100644 --- a/src/webpubsub/HISTORY.rst +++ b/src/webpubsub/HISTORY.rst @@ -5,7 +5,7 @@ Release History 1.8.0 +++++ -* Upgrade `websockets` to `13.0.1` to sure the compatibility with python 12 +* Upgrade `websockets` to `13.0.1` to sure the compatibility with Python 3.12 1.7.0 +++++ From a0d397c9aaf5ab623f709dff40587d09d6be6b9b Mon Sep 17 00:00:00 2001 From: Chenyang Liu Date: Mon, 7 Jul 2025 16:46:40 +1000 Subject: [PATCH 3/3] update version according to comments --- src/webpubsub/HISTORY.rst | 2 +- src/webpubsub/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webpubsub/HISTORY.rst b/src/webpubsub/HISTORY.rst index fcbf6bdd70b..29e9745327b 100644 --- a/src/webpubsub/HISTORY.rst +++ b/src/webpubsub/HISTORY.rst @@ -3,7 +3,7 @@ Release History =============== -1.8.0 +1.7.1 +++++ * Upgrade `websockets` to `13.0.1` to sure the compatibility with Python 3.12 diff --git a/src/webpubsub/setup.py b/src/webpubsub/setup.py index 262df16d22b..1dc1227bf84 100644 --- a/src/webpubsub/setup.py +++ b/src/webpubsub/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '1.8.0' +VERSION = '1.7.1' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers