Skip to content

Commit 6424af5

Browse files
committed
Revert "Add websockets version constraint as a temporary hotfix for #218"
This reverts commit 5b98236.
1 parent 5b98236 commit 6424af5

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ All notable changes to shinywidgets will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.7.1] - 2026-01-24
9-
10-
* Added a version constraint on websockets. This is just a temporary hotfix for #218 until a proper fix is made.
11-
128
## [0.7.0] - 2025-07-14
139

1410
* `datetime.date()` values are properly JSON serialized. (#204)

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ install_requires =
3737
shiny>=0.6.1.9005
3838
python-dateutil>=2.8.2
3939
anywidget
40-
websockets<16.0
4140
tests_require =
4241
pytest>=3
4342
zip_safe = False

shinywidgets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Carson Sievert"""
44
__email__ = "[email protected]"
5-
__version__ = "0.7.1"
5+
__version__ = "0.7.0"
66

77
from ._as_widget import as_widget
88
from ._dependencies import bokeh_dependency

0 commit comments

Comments
 (0)