File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed
Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ All notable changes to shinywidgets will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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 )
Original file line number Diff line number Diff 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
4140tests_require =
4241 pytest>=3
4342zip_safe = False
Original file line number Diff line number Diff line change 22
33__author__ = """Carson Sievert"""
445- __version__ = "0.7.1 "
5+ __version__ = "0.7.0 "
66
77from ._as_widget import as_widget
88from ._dependencies import bokeh_dependency
You can’t perform that action at this time.
0 commit comments