File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1313from typing import TYPE_CHECKING , Any
1414from uuid import uuid4
1515
16- import jsonpointer
17-
1816import reactpy
1917from reactpy .config import REACTPY_DEBUG , REACTPY_PATH_PREFIX , REACTPY_WEB_MODULES_DIR
2018from reactpy .types import VdomDict
@@ -116,11 +114,7 @@ def extend_pyscript_config(
116114
117115 # Extends ReactPy's default PyScript config with user provided values.
118116 pyscript_config : dict [str , Any ] = {
119- "packages" : [
120- reactpy_version_string (),
121- f"jsonpointer=={ jsonpointer .__version__ } " ,
122- "ssl" ,
123- ],
117+ "packages" : [reactpy_version_string (), "jsonpointer==3.*" , "ssl" ],
124118 "js_modules" : {
125119 "main" : {
126120 f"{ REACTPY_PATH_PREFIX .current } static/morphdom/morphdom-esm.js" : "morphdom"
You can’t perform that action at this time.
0 commit comments