streamlit-nightly 1.39.1.dev20241030__py2.py3-none-any.whl → 1.39.1.dev20241031__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- streamlit/web/server/server.py +6 -1
- {streamlit_nightly-1.39.1.dev20241030.dist-info → streamlit_nightly-1.39.1.dev20241031.dist-info}/METADATA +1 -1
- {streamlit_nightly-1.39.1.dev20241030.dist-info → streamlit_nightly-1.39.1.dev20241031.dist-info}/RECORD +7 -7
- {streamlit_nightly-1.39.1.dev20241030.data → streamlit_nightly-1.39.1.dev20241031.data}/scripts/streamlit.cmd +0 -0
- {streamlit_nightly-1.39.1.dev20241030.dist-info → streamlit_nightly-1.39.1.dev20241031.dist-info}/WHEEL +0 -0
- {streamlit_nightly-1.39.1.dev20241030.dist-info → streamlit_nightly-1.39.1.dev20241031.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.39.1.dev20241030.dist-info → streamlit_nightly-1.39.1.dev20241031.dist-info}/top_level.txt +0 -0
streamlit/web/server/server.py
CHANGED
@@ -369,7 +369,12 @@ class Server:
|
|
369
369
|
routes.extend(
|
370
370
|
[
|
371
371
|
(
|
372
|
-
|
372
|
+
# We want to remove paths with a trailing slash, but if the path
|
373
|
+
# starts with a double slash //, the redirect will point
|
374
|
+
# the browser to the wrong host.
|
375
|
+
make_url_path_regex(
|
376
|
+
base, "(?!/)(.*)", trailing_slash="required"
|
377
|
+
),
|
373
378
|
RemoveSlashHandler,
|
374
379
|
),
|
375
380
|
(
|
@@ -541,14 +541,14 @@ streamlit/web/server/browser_websocket_handler.py,sha256=rcOCOfzs1cgkipT-8drKBVd
|
|
541
541
|
streamlit/web/server/component_request_handler.py,sha256=nPgLavJe4Guk49YvlSkTc-wfJhY6EaJBd96UD6aMBqc,4415
|
542
542
|
streamlit/web/server/media_file_handler.py,sha256=2KfzPnMN1RstMtI4fs0PD0vFiFrWMyKL0q7LfWJLYZ4,5270
|
543
543
|
streamlit/web/server/routes.py,sha256=u_nAeXJmkofWHtrJ01cEHlHCFZc7CmZ3z059CdCHuio,10297
|
544
|
-
streamlit/web/server/server.py,sha256=
|
544
|
+
streamlit/web/server/server.py,sha256=x0QLQIkN1kqaXi6NCPL16aSM0O77mwlRuZ1xxtE7hZI,15684
|
545
545
|
streamlit/web/server/server_util.py,sha256=ioIHkXNlA_ujj2Q3isziM8r5glKxgK2JZRoCDD78ihE,4366
|
546
546
|
streamlit/web/server/stats_request_handler.py,sha256=e144zIhzLTB1PN4CwTCxElCoWMuo9IsBEPex2exHCQ0,3641
|
547
547
|
streamlit/web/server/upload_file_request_handler.py,sha256=ftyKpARrUjOpRcFETIXuoTyOG_mo-ToOw5NI0y_W4lE,5003
|
548
548
|
streamlit/web/server/websocket_headers.py,sha256=uUxypj04ondEC4ocBiYCndX_N06Zwe1Mt690Vupe08Y,2232
|
549
|
-
streamlit_nightly-1.39.1.
|
550
|
-
streamlit_nightly-1.39.1.
|
551
|
-
streamlit_nightly-1.39.1.
|
552
|
-
streamlit_nightly-1.39.1.
|
553
|
-
streamlit_nightly-1.39.1.
|
554
|
-
streamlit_nightly-1.39.1.
|
549
|
+
streamlit_nightly-1.39.1.dev20241031.data/scripts/streamlit.cmd,sha256=ZEYM3vBJSp-k7vwSJ3ba5NzEk9-qHdSeLvGYAAe1mMw,676
|
550
|
+
streamlit_nightly-1.39.1.dev20241031.dist-info/METADATA,sha256=EgdnTcDzvmsnud56dxPwHscK-oM8VXnyLVYNNGTENu8,8512
|
551
|
+
streamlit_nightly-1.39.1.dev20241031.dist-info/WHEEL,sha256=OpXWERl2xLPRHTvd2ZXo_iluPEQd8uSbYkJ53NAER_Y,109
|
552
|
+
streamlit_nightly-1.39.1.dev20241031.dist-info/entry_points.txt,sha256=uNJ4DwGNXEhOK0USwSNanjkYyR-Bk7eYQbJFDrWyOgY,53
|
553
|
+
streamlit_nightly-1.39.1.dev20241031.dist-info/top_level.txt,sha256=V3FhKbm7G2LnR0s4SytavrjIPNIhvcsAGXfYHAwtQzw,10
|
554
|
+
streamlit_nightly-1.39.1.dev20241031.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|