reflex 0.5.5__py3-none-any.whl → 0.5.5a1__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.
Potentially problematic release.
This version of reflex might be problematic. Click here for more details.
- reflex/utils/prerequisites.py +2 -3
- {reflex-0.5.5.dist-info → reflex-0.5.5a1.dist-info}/METADATA +2 -2
- {reflex-0.5.5.dist-info → reflex-0.5.5a1.dist-info}/RECORD +6 -6
- {reflex-0.5.5.dist-info → reflex-0.5.5a1.dist-info}/LICENSE +0 -0
- {reflex-0.5.5.dist-info → reflex-0.5.5a1.dist-info}/WHEEL +0 -0
- {reflex-0.5.5.dist-info → reflex-0.5.5a1.dist-info}/entry_points.txt +0 -0
reflex/utils/prerequisites.py
CHANGED
|
@@ -955,10 +955,9 @@ def needs_reinit(frontend: bool = True) -> bool:
|
|
|
955
955
|
console.warn(
|
|
956
956
|
"""Windows Subsystem for Linux (WSL) is recommended for improving initial install times."""
|
|
957
957
|
)
|
|
958
|
-
if sys.version_info >= (3, 12):
|
|
958
|
+
if sys.version_info >= (3, 12) and uvi_ver != "0.24.0.post1":
|
|
959
959
|
console.warn(
|
|
960
|
-
"Python 3.12
|
|
961
|
-
"Python 3.11 is recommended with this release of Reflex."
|
|
960
|
+
f"""On Python 3.12, `uvicorn==0.24.0.post1` is recommended for improved hot reload times. Found {uvi_ver} instead."""
|
|
962
961
|
)
|
|
963
962
|
|
|
964
963
|
if sys.version_info < (3, 12) and uvi_ver != "0.20.0":
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: reflex
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.5a1
|
|
4
4
|
Summary: Web apps in pure Python.
|
|
5
5
|
Home-page: https://reflex.dev
|
|
6
6
|
License: Apache-2.0
|
|
@@ -73,7 +73,7 @@ Description-Content-Type: text/markdown
|
|
|
73
73
|
|
|
74
74
|
---
|
|
75
75
|
|
|
76
|
-
[English](https://github.com/reflex-dev/reflex/blob/main/README.md) | [简体中文](https://github.com/reflex-dev/reflex/blob/main/docs/zh/zh_cn/README.md) | [繁體中文](https://github.com/reflex-dev/reflex/blob/main/docs/zh/zh_tw/README.md) | [Türkçe](https://github.com/reflex-dev/reflex/blob/main/docs/tr/README.md) | [हिंदी](https://github.com/reflex-dev/reflex/blob/main/docs/in/README.md) | [Português (Brasil)](https://github.com/reflex-dev/reflex/blob/main/docs/pt/pt_br/README.md) | [Italiano](https://github.com/reflex-dev/reflex/blob/main/docs/it/README.md) | [Español](https://github.com/reflex-dev/reflex/blob/main/docs/es/README.md) | [한국어](https://github.com/reflex-dev/reflex/blob/main/docs/kr/README.md) | [日本語](https://github.com/reflex-dev/reflex/blob/main/docs/ja/README.md)
|
|
76
|
+
[English](https://github.com/reflex-dev/reflex/blob/main/README.md) | [简体中文](https://github.com/reflex-dev/reflex/blob/main/docs/zh/zh_cn/README.md) | [繁體中文](https://github.com/reflex-dev/reflex/blob/main/docs/zh/zh_tw/README.md) | [Türkçe](https://github.com/reflex-dev/reflex/blob/main/docs/tr/README.md) | [हिंदी](https://github.com/reflex-dev/reflex/blob/main/docs/in/README.md) | [Português (Brasil)](https://github.com/reflex-dev/reflex/blob/main/docs/pt/pt_br/README.md) | [Italiano](https://github.com/reflex-dev/reflex/blob/main/docs/it/README.md) | [Español](https://github.com/reflex-dev/reflex/blob/main/docs/es/README.md) | [한국어](https://github.com/reflex-dev/reflex/blob/main/docs/kr/README.md) | [日本語](https://github.com/reflex-dev/reflex/blob/main/docs/ja/README.md)
|
|
77
77
|
|
|
78
78
|
---
|
|
79
79
|
|
|
@@ -521,7 +521,7 @@ reflex/utils/format.py,sha256=MjgqB-yp0G710MPXQ01xWkmyFnhwmV7PFWJ7bHedR5A,25557
|
|
|
521
521
|
reflex/utils/imports.py,sha256=pRjW6PTP_XyAQ0x5UoAI1_EDzBZnyIL5yd3oTQXtV3U,3193
|
|
522
522
|
reflex/utils/lazy_loader.py,sha256=utVpUjKcz32GC1I7g0g7OlTyvVoZNFcuAjNtnxiSYww,1282
|
|
523
523
|
reflex/utils/path_ops.py,sha256=XQVq_r_2tFHECWuJPyxzk3GzijCJemgXxfI5w2rc_Vs,4924
|
|
524
|
-
reflex/utils/prerequisites.py,sha256=
|
|
524
|
+
reflex/utils/prerequisites.py,sha256=rBJisNdCn7SNbuaYYfuqQTnVzWpyGlO_ud4HJhfDZ5M,52752
|
|
525
525
|
reflex/utils/processes.py,sha256=DAbvB_Lo0SOCXdprigv1C9gfj2IcCCHqo23y_mkD92w,13018
|
|
526
526
|
reflex/utils/pyi_generator.py,sha256=fDQ3zBaipI5AuXlTT4tfGFTzVK_lvljaZbHSpOENV8k,32982
|
|
527
527
|
reflex/utils/serializers.py,sha256=lARTafxXhtNmC15lFaw424MJVwGRcWb8D42_osjKDWE,11689
|
|
@@ -530,8 +530,8 @@ reflex/utils/types.py,sha256=VhLin6M0J7g3HdXw-Vf8ugA1USWDlHRKaDLaOCOkwHY,15255
|
|
|
530
530
|
reflex/utils/watch.py,sha256=ukPT3YrvqsXYN6BInWiO_RPry5osSch9lOomQhxDyk0,2685
|
|
531
531
|
reflex/vars.py,sha256=N26tCtfjn52BywfYCeWmQo24-iETY443zhMPPWHX4Fc,74873
|
|
532
532
|
reflex/vars.pyi,sha256=oyD2_kLFPkGtpqG3PqfJV7c4Qv1QpjGKCE_wzQDZh9Q,6375
|
|
533
|
-
reflex-0.5.
|
|
534
|
-
reflex-0.5.
|
|
535
|
-
reflex-0.5.
|
|
536
|
-
reflex-0.5.
|
|
537
|
-
reflex-0.5.
|
|
533
|
+
reflex-0.5.5a1.dist-info/LICENSE,sha256=dw3zLrp9f5ObD7kqS32vWfhcImfO52PMmRqvtxq_YEE,11358
|
|
534
|
+
reflex-0.5.5a1.dist-info/METADATA,sha256=bwf4_feYGSszV1hhW5Wkdcsyrzf51hT1ZBIoS_kwmMc,12124
|
|
535
|
+
reflex-0.5.5a1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
536
|
+
reflex-0.5.5a1.dist-info/entry_points.txt,sha256=H1Z5Yat_xJfy0dRT1Frk2PkO_p41Xy7fCKlj4FcdL9o,44
|
|
537
|
+
reflex-0.5.5a1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|