reflex 0.6.6.post2__py3-none-any.whl → 0.6.6.post3__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/reflex.py CHANGED
@@ -497,8 +497,13 @@ def deploy(
497
497
 
498
498
  # Set the log level.
499
499
  console.set_log_level(loglevel)
500
- # make sure user is logged in.
501
- hosting_cli.login()
500
+
501
+ if not token:
502
+ # make sure user is logged in.
503
+ if interactive:
504
+ hosting_cli.login()
505
+ else:
506
+ raise SystemExit("Token is required for non-interactive mode.")
502
507
 
503
508
  # Only check requirements if interactive.
504
509
  # There is user interaction for requirements update.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: reflex
3
- Version: 0.6.6.post2
3
+ Version: 0.6.6.post3
4
4
  Summary: Web apps in pure Python.
5
5
  Home-page: https://reflex.dev
6
6
  License: Apache-2.0
@@ -356,7 +356,7 @@ reflex/middleware/hydrate_middleware.py,sha256=KvFppl4ca75bsjos5boy8EGwsRBZ9jI6Z
356
356
  reflex/middleware/middleware.py,sha256=9eASK3MrbK1AvT2Sx5GFxXNwSuNW8_LTRGvPY1JccU4,1171
357
357
  reflex/model.py,sha256=AaCs6V9iWFj-EZI7zfXL1LTy-TrnNfJKVit2MPqLM8M,14139
358
358
  reflex/page.py,sha256=N85R5tTI-NoFd9ArwYCN8OcV9aSPZIPrJI2ZFbH8ytk,2389
359
- reflex/reflex.py,sha256=F_7NpkxNwSPAi4nYeuLhuBAmrcB6lbnJP93Z2b0kBwA,16642
359
+ reflex/reflex.py,sha256=KxmMhz8L_ykVhdJRfgfj71U287vqdPRRGVMQ7kkE1qs,16787
360
360
  reflex/route.py,sha256=WZS7stKgO94nekFFYHaOqNgN3zZGpJb3YpGF4ViTHmw,4198
361
361
  reflex/state.py,sha256=qFeY7g8SUovb3V-QNcoWS47eG4S4Y4_WV8gFb6rrJBI,134231
362
362
  reflex/style.py,sha256=-mBrpaq23jiNJIwgCir6Fzj182u9rGpp3qZ2cUt5aZs,12695
@@ -388,8 +388,8 @@ reflex/vars/function.py,sha256=w_Xa7GGVHbcfP7nMqKG5-q9Y7Uj3Yinj1Csjqxz_leg,14596
388
388
  reflex/vars/number.py,sha256=BeHQr4Cj2gdXekEWcxSzLTIuRAC3sf6YvsdHlADETpQ,27499
389
389
  reflex/vars/object.py,sha256=dTfkkUGDmoxu7iPcKSnNJ-lTI48yoXbagUyA-lKwDDo,14335
390
390
  reflex/vars/sequence.py,sha256=mlmOkSV8FIxwdJHzQdu3NzHAoNB4KcGc93dcmdviIoo,49916
391
- reflex-0.6.6.post2.dist-info/LICENSE,sha256=dw3zLrp9f5ObD7kqS32vWfhcImfO52PMmRqvtxq_YEE,11358
392
- reflex-0.6.6.post2.dist-info/METADATA,sha256=NrXKvgixMExtGBQg4c8f4uaKqhvxLAUUkRKUUPk0vJA,12105
393
- reflex-0.6.6.post2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
394
- reflex-0.6.6.post2.dist-info/entry_points.txt,sha256=H1Z5Yat_xJfy0dRT1Frk2PkO_p41Xy7fCKlj4FcdL9o,44
395
- reflex-0.6.6.post2.dist-info/RECORD,,
391
+ reflex-0.6.6.post3.dist-info/LICENSE,sha256=dw3zLrp9f5ObD7kqS32vWfhcImfO52PMmRqvtxq_YEE,11358
392
+ reflex-0.6.6.post3.dist-info/METADATA,sha256=DHd-olJDeWdX27SDbNkORGogtt962nr2A4HuLhrXCME,12105
393
+ reflex-0.6.6.post3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
394
+ reflex-0.6.6.post3.dist-info/entry_points.txt,sha256=H1Z5Yat_xJfy0dRT1Frk2PkO_p41Xy7fCKlj4FcdL9o,44
395
+ reflex-0.6.6.post3.dist-info/RECORD,,