streamlit-nightly 1.34.1.dev20240508__py2.py3-none-any.whl → 1.34.1.dev20240509__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/type_util.py +1 -1
- {streamlit_nightly-1.34.1.dev20240508.dist-info → streamlit_nightly-1.34.1.dev20240509.dist-info}/METADATA +1 -1
- {streamlit_nightly-1.34.1.dev20240508.dist-info → streamlit_nightly-1.34.1.dev20240509.dist-info}/RECORD +7 -7
- {streamlit_nightly-1.34.1.dev20240508.data → streamlit_nightly-1.34.1.dev20240509.data}/scripts/streamlit.cmd +0 -0
- {streamlit_nightly-1.34.1.dev20240508.dist-info → streamlit_nightly-1.34.1.dev20240509.dist-info}/WHEEL +0 -0
- {streamlit_nightly-1.34.1.dev20240508.dist-info → streamlit_nightly-1.34.1.dev20240509.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.34.1.dev20240508.dist-info → streamlit_nightly-1.34.1.dev20240509.dist-info}/top_level.txt +0 -0
streamlit/type_util.py
CHANGED
@@ -741,7 +741,7 @@ def ensure_indexable(obj: OptionSequence[V_co]) -> Sequence[V_co]:
|
|
741
741
|
# This is an imperfect check because there is no guarantee that an `index`
|
742
742
|
# function actually does the thing we want.
|
743
743
|
index_fn = getattr(it, "index", None)
|
744
|
-
if callable(index_fn):
|
744
|
+
if callable(index_fn) and type(it) != EnumMeta:
|
745
745
|
# We return a shallow copy of the Sequence here because the return value of
|
746
746
|
# this function is saved in a widget serde class instance to be used in later
|
747
747
|
# script runs, and we don't want mutations to the options object passed to a
|
@@ -31,7 +31,7 @@ streamlit/source_util.py,sha256=21c98etHrDfg_MyLMohG7ByrEC52THuUP-E7pkCcmiE,5749
|
|
31
31
|
streamlit/string_util.py,sha256=syhyJoC_QNwSU1wYcnGOsYwT5OX2uHDggXkzFNCjWQo,6347
|
32
32
|
streamlit/temporary_directory.py,sha256=eBv5q0CR9GApa-itZBaGtqQKMl248H0HojEVKzkS9cc,1627
|
33
33
|
streamlit/time_util.py,sha256=IoZTYEqz1qX_vzieLeuyjHhF5fpDmqc49DYFK4Gsy4w,2844
|
34
|
-
streamlit/type_util.py,sha256=
|
34
|
+
streamlit/type_util.py,sha256=y7RffGHw88vzS3-c4bRt-NwFRq2oe0eb_u_qYKB1OIc,48389
|
35
35
|
streamlit/url_util.py,sha256=iU1lpZhzW4ZjhjBhSdw39OzixnThIsxhXpDP-ZIgUT8,3019
|
36
36
|
streamlit/user_info.py,sha256=dqNEEanUVJDLhn4cTmeFG1iUfSQFDWuMQjjQHmDtE6I,3472
|
37
37
|
streamlit/util.py,sha256=5fna6hGM_WBZugMjzIXqqFD41JrFL3QBicfcAmjyefw,6379
|
@@ -523,9 +523,9 @@ streamlit/web/server/server_util.py,sha256=FptUF-CjFh78VjeTQDi3R78m7E64MDe3wcklg
|
|
523
523
|
streamlit/web/server/stats_request_handler.py,sha256=cL__KbJFIhdhf1Zt6skbLehUqT-jo56x1HARxogZDOI,3680
|
524
524
|
streamlit/web/server/upload_file_request_handler.py,sha256=YPDmKWUnaGH9d4QNcMEsY5k1YIz_q-xW1K5fmgHaDzc,4966
|
525
525
|
streamlit/web/server/websocket_headers.py,sha256=07SkWLcOxbyldl7UcBzrMKY9ZojypCQACiKoh5FcH7Y,1870
|
526
|
-
streamlit_nightly-1.34.1.
|
527
|
-
streamlit_nightly-1.34.1.
|
528
|
-
streamlit_nightly-1.34.1.
|
529
|
-
streamlit_nightly-1.34.1.
|
530
|
-
streamlit_nightly-1.34.1.
|
531
|
-
streamlit_nightly-1.34.1.
|
526
|
+
streamlit_nightly-1.34.1.dev20240509.data/scripts/streamlit.cmd,sha256=ZEYM3vBJSp-k7vwSJ3ba5NzEk9-qHdSeLvGYAAe1mMw,676
|
527
|
+
streamlit_nightly-1.34.1.dev20240509.dist-info/METADATA,sha256=cKjXZUMg_PmAS5fMTqFNbm17GKs_duTPEetkxnqwVYo,8528
|
528
|
+
streamlit_nightly-1.34.1.dev20240509.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
529
|
+
streamlit_nightly-1.34.1.dev20240509.dist-info/entry_points.txt,sha256=uNJ4DwGNXEhOK0USwSNanjkYyR-Bk7eYQbJFDrWyOgY,53
|
530
|
+
streamlit_nightly-1.34.1.dev20240509.dist-info/top_level.txt,sha256=V3FhKbm7G2LnR0s4SytavrjIPNIhvcsAGXfYHAwtQzw,10
|
531
|
+
streamlit_nightly-1.34.1.dev20240509.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|