reflex 0.5.4__py3-none-any.whl → 0.5.4a2__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/compat.py +0 -5
- {reflex-0.5.4.dist-info → reflex-0.5.4a2.dist-info}/METADATA +1 -1
- {reflex-0.5.4.dist-info → reflex-0.5.4a2.dist-info}/RECORD +6 -6
- {reflex-0.5.4.dist-info → reflex-0.5.4a2.dist-info}/LICENSE +0 -0
- {reflex-0.5.4.dist-info → reflex-0.5.4a2.dist-info}/WHEEL +0 -0
- {reflex-0.5.4.dist-info → reflex-0.5.4a2.dist-info}/entry_points.txt +0 -0
reflex/utils/compat.py
CHANGED
|
@@ -21,11 +21,6 @@ def pydantic_v1_patch():
|
|
|
21
21
|
try:
|
|
22
22
|
import pydantic.v1 # type: ignore
|
|
23
23
|
|
|
24
|
-
if pydantic.__version__.startswith("1."):
|
|
25
|
-
# pydantic v1 is already installed
|
|
26
|
-
yield
|
|
27
|
-
return
|
|
28
|
-
|
|
29
24
|
sys.modules["pydantic.fields"] = pydantic.v1.fields # type: ignore
|
|
30
25
|
sys.modules["pydantic.main"] = pydantic.v1.main # type: ignore
|
|
31
26
|
sys.modules["pydantic.errors"] = pydantic.v1.errors # type: ignore
|
|
@@ -512,7 +512,7 @@ reflex/style.py,sha256=2mUSDsnkKqvpNOEyA9zqXDoW0LyooOXiwOszDmIp95s,9620
|
|
|
512
512
|
reflex/testing.py,sha256=FJsQODHOjKHhhNOfupxxc2U9JbhSjLyyciQVhej6eXA,33073
|
|
513
513
|
reflex/utils/__init__.py,sha256=y-AHKiRQAhk2oAkvn7W8cRVTZVK625ff8tTwvZtO7S4,24
|
|
514
514
|
reflex/utils/build.py,sha256=9LE93QlbfTHYyQWTgGZYSXX7QGDYzuE01ttWUVw_rGQ,8573
|
|
515
|
-
reflex/utils/compat.py,sha256=
|
|
515
|
+
reflex/utils/compat.py,sha256=rfN5mMcNWFXT1ESLnZlR-bYG7XJKHvAScXMWo9iBsKg,1255
|
|
516
516
|
reflex/utils/console.py,sha256=-BHtwUabv8QlhGfEHupSn68fOOmPRZpkSvcqcjNBV-k,5182
|
|
517
517
|
reflex/utils/exceptions.py,sha256=3dHTYMHKHBCl1PZttA9AZ4Pa813I5RlfU58JXnI8T2c,2163
|
|
518
518
|
reflex/utils/exec.py,sha256=RsRlzE8JdxTlFSTACd9XrLt9liDbvdxZrM5wkae9R4k,10961
|
|
@@ -530,8 +530,8 @@ reflex/utils/types.py,sha256=VhLin6M0J7g3HdXw-Vf8ugA1USWDlHRKaDLaOCOkwHY,15255
|
|
|
530
530
|
reflex/utils/watch.py,sha256=HzGrHQIZ_62Di0BO46kd2AZktNA3A6nFIBuf8c6ip30,2609
|
|
531
531
|
reflex/vars.py,sha256=78zGeR-Dt4Q9bVmXJabx0O3N-bfSBx-TpZ9V_LymHt0,74404
|
|
532
532
|
reflex/vars.pyi,sha256=wz0EfaIlQkLlpd35gM0BpL6TxWzBl-9nj8N_3FP1nh8,6332
|
|
533
|
-
reflex-0.5.
|
|
534
|
-
reflex-0.5.
|
|
535
|
-
reflex-0.5.
|
|
536
|
-
reflex-0.5.
|
|
537
|
-
reflex-0.5.
|
|
533
|
+
reflex-0.5.4a2.dist-info/LICENSE,sha256=dw3zLrp9f5ObD7kqS32vWfhcImfO52PMmRqvtxq_YEE,11358
|
|
534
|
+
reflex-0.5.4a2.dist-info/METADATA,sha256=I1TN1y8EhnafWw5Ul-gCz2Q17GYhWiI4G0dqyXnktaE,12120
|
|
535
|
+
reflex-0.5.4a2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
536
|
+
reflex-0.5.4a2.dist-info/entry_points.txt,sha256=H1Z5Yat_xJfy0dRT1Frk2PkO_p41Xy7fCKlj4FcdL9o,44
|
|
537
|
+
reflex-0.5.4a2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|