File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Unreleased
61
61
- :pull: `1113 ` - Removed ``reactpy.core.types `` module. Use ``reactpy.types `` instead.
62
62
- :pull: `1278 ` - Removed ``reactpy.utils.html_to_vdom ``. Use ``reactpy.utils.string_to_reactpy `` instead.
63
63
- :pull: `1278 ` - Removed ``reactpy.utils.vdom_to_html ``. Use ``reactpy.utils.reactpy_to_string `` instead.
64
- - :pull: `1113 ` - All backend related installation extras (such as ``pip install reactpy[starlette] ``) have been removed .
64
+ - :pull: `1113 ` - Removed all backend related installation extras (such as ``pip install reactpy[starlette] ``).
65
65
- :pull: `1113 ` - Removed deprecated function ``module_from_template ``.
66
66
- :pull: `1113 ` - Removed support for Python 3.9.
67
67
- :pull: `1264 ` - Removed support for async functions within ``reactpy.use_effect `` hook. Use ``reactpy.use_async_effect `` instead.
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ artifacts = []
86
86
[tool .hatch .envs .hatch-test ]
87
87
extra-dependencies = [
88
88
" reactpy[all]" ,
89
+ " uvicorn" ,
89
90
" pytest-sugar" ,
90
91
" pytest-asyncio" ,
91
92
" responses" ,
You can’t perform that action at this time.
0 commit comments