streamlit-nightly 1.40.2.dev20241122__py2.py3-none-any.whl → 1.40.3.dev20241125__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/elements/lib/built_in_chart_utils.py +1 -2
- {streamlit_nightly-1.40.2.dev20241122.dist-info → streamlit_nightly-1.40.3.dev20241125.dist-info}/METADATA +3 -4
- {streamlit_nightly-1.40.2.dev20241122.dist-info → streamlit_nightly-1.40.3.dev20241125.dist-info}/RECORD +7 -7
- {streamlit_nightly-1.40.2.dev20241122.data → streamlit_nightly-1.40.3.dev20241125.data}/scripts/streamlit.cmd +0 -0
- {streamlit_nightly-1.40.2.dev20241122.dist-info → streamlit_nightly-1.40.3.dev20241125.dist-info}/WHEEL +0 -0
- {streamlit_nightly-1.40.2.dev20241122.dist-info → streamlit_nightly-1.40.3.dev20241125.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.40.2.dev20241122.dist-info → streamlit_nightly-1.40.3.dev20241125.dist-info}/top_level.txt +0 -0
@@ -706,8 +706,7 @@ def _get_offset_encoding(
|
|
706
706
|
x_offset = alt.XOffset()
|
707
707
|
y_offset = alt.YOffset()
|
708
708
|
|
709
|
-
|
710
|
-
_color_column: str | alt.UndefinedType = ( # type: ignore[name-defined]
|
709
|
+
_color_column: str | alt.UndefinedType = (
|
711
710
|
color_column if color_column is not None else alt.utils.Undefined
|
712
711
|
)
|
713
712
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: streamlit-nightly
|
3
|
-
Version: 1.40.
|
3
|
+
Version: 1.40.3.dev20241125
|
4
4
|
Summary: A faster way to build and share data apps
|
5
5
|
Home-page: https://streamlit.io
|
6
6
|
Author: Snowflake Inc
|
@@ -18,7 +18,6 @@ Classifier: Environment :: Web Environment
|
|
18
18
|
Classifier: Intended Audience :: Developers
|
19
19
|
Classifier: Intended Audience :: Science/Research
|
20
20
|
Classifier: License :: OSI Approved :: Apache Software License
|
21
|
-
Classifier: Programming Language :: Python :: 3.8
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
24
23
|
Classifier: Programming Language :: Python :: 3.11
|
@@ -29,13 +28,13 @@ Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
|
29
28
|
Classifier: Topic :: Scientific/Engineering :: Visualization
|
30
29
|
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
31
30
|
Classifier: Topic :: Software Development :: Widget Sets
|
32
|
-
Requires-Python: >=3.
|
31
|
+
Requires-Python: >=3.9, !=3.9.7
|
33
32
|
Description-Content-Type: text/markdown
|
34
33
|
Requires-Dist: altair<6,>=4.0
|
35
34
|
Requires-Dist: blinker<2,>=1.0.0
|
36
35
|
Requires-Dist: cachetools<6,>=4.0
|
37
36
|
Requires-Dist: click<9,>=7.0
|
38
|
-
Requires-Dist: numpy<3,>=1.
|
37
|
+
Requires-Dist: numpy<3,>=1.23
|
39
38
|
Requires-Dist: packaging<25,>=20
|
40
39
|
Requires-Dist: pandas<3,>=1.4.0
|
41
40
|
Requires-Dist: pillow<12,>=7.1.0
|
@@ -88,7 +88,7 @@ streamlit/elements/toast.py,sha256=UFh4Is6a9-aWG43SZadknKOEC16_KIvg6AR9QR1tnxk,3
|
|
88
88
|
streamlit/elements/vega_charts.py,sha256=GBJ7TXHEgJ7sHIvTKHFJNsaatLDEzsHKY81uBYRd8zA,77472
|
89
89
|
streamlit/elements/write.py,sha256=qvc6LeEApUpSPwfgmjMOKW2z7eZPugowZwPENxjxlWQ,22216
|
90
90
|
streamlit/elements/lib/__init__.py,sha256=Vrf1yVMOcTyhUPnYvsfyeL96Vpd5z8KoSV5ZzTcTQgU,616
|
91
|
-
streamlit/elements/lib/built_in_chart_utils.py,sha256=
|
91
|
+
streamlit/elements/lib/built_in_chart_utils.py,sha256=Dsq57Nyj1ykKU3AYarthUxnjHbKSz70T4--UEs1AC9k,38714
|
92
92
|
streamlit/elements/lib/color_util.py,sha256=w8cD0dP43iLpdLsyv1rsb61QE0-s36MkbWOLwbFbVRs,8988
|
93
93
|
streamlit/elements/lib/column_config_utils.py,sha256=QA_jiyqYFB9mGSVu31C5jxFfAyZRDxGgwqA-0MspVJc,16176
|
94
94
|
streamlit/elements/lib/column_types.py,sha256=JRuXP0hsw4TRqLjrVWryMk8rSrLPhlaSZmyDKMVkGlU,51823
|
@@ -617,9 +617,9 @@ streamlit/web/server/server_util.py,sha256=ioIHkXNlA_ujj2Q3isziM8r5glKxgK2JZRoCD
|
|
617
617
|
streamlit/web/server/stats_request_handler.py,sha256=e144zIhzLTB1PN4CwTCxElCoWMuo9IsBEPex2exHCQ0,3641
|
618
618
|
streamlit/web/server/upload_file_request_handler.py,sha256=ftyKpARrUjOpRcFETIXuoTyOG_mo-ToOw5NI0y_W4lE,5003
|
619
619
|
streamlit/web/server/websocket_headers.py,sha256=uUxypj04ondEC4ocBiYCndX_N06Zwe1Mt690Vupe08Y,2232
|
620
|
-
streamlit_nightly-1.40.
|
621
|
-
streamlit_nightly-1.40.
|
622
|
-
streamlit_nightly-1.40.
|
623
|
-
streamlit_nightly-1.40.
|
624
|
-
streamlit_nightly-1.40.
|
625
|
-
streamlit_nightly-1.40.
|
620
|
+
streamlit_nightly-1.40.3.dev20241125.data/scripts/streamlit.cmd,sha256=ZEYM3vBJSp-k7vwSJ3ba5NzEk9-qHdSeLvGYAAe1mMw,676
|
621
|
+
streamlit_nightly-1.40.3.dev20241125.dist-info/METADATA,sha256=cYpMLBpV9Af_0lnnD-MumA51ECJlX0KSTvEj-yYeLn8,8462
|
622
|
+
streamlit_nightly-1.40.3.dev20241125.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
|
623
|
+
streamlit_nightly-1.40.3.dev20241125.dist-info/entry_points.txt,sha256=uNJ4DwGNXEhOK0USwSNanjkYyR-Bk7eYQbJFDrWyOgY,53
|
624
|
+
streamlit_nightly-1.40.3.dev20241125.dist-info/top_level.txt,sha256=V3FhKbm7G2LnR0s4SytavrjIPNIhvcsAGXfYHAwtQzw,10
|
625
|
+
streamlit_nightly-1.40.3.dev20241125.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|