reflex/integration
Masen Furer af9c8c3ad0
Bring back py3.9 support with a deprecation warning. (#3976)
* Revert "ruff formatting to unbreak `main` CI (#3964)"

This reverts commit f9be184b86.

* Revert "bump python>=3.10 for 0.6.0 (#3956)"

This reverts commit fe1833c5e1.

* drop python3.8 support

* relock dependencies

* Raise warning when < py310 is used

* Move python version check to reflex version check function

Avoid spammy deprecation warnings by only emitting warning once per project,
per reflex version, per reinit.

* Remove other references to python3.8
2024-09-24 08:11:48 -07:00
..
init-test Bring back py3.9 support with a deprecation warning. (#3976) 2024-09-24 08:11:48 -07:00
shared upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
__init__.py Client-side storage / State integration (#1629) 2023-08-30 12:43:29 -07:00
conftest.py fix screenshot filenames (#3241) 2024-05-07 19:31:37 -07:00
test_background_task.py [REF-3562][REF-3563] Replace chakra usage (#3872) 2024-09-17 10:20:40 -07:00
test_call_script.py Always treat the call_script callback as a string of JS code (#3521) 2024-06-20 18:05:25 -07:00
test_client_storage.py [REF-3562][REF-3563] Replace chakra usage (#3872) 2024-09-17 10:20:40 -07:00
test_component_state.py add support for lifespan tasks (#3312) 2024-05-22 12:07:03 -07:00
test_computed_vars.py add module prefix to generated state names (#3214) 2024-07-11 11:13:57 -07:00
test_connection_banner.py state.js: set event_processing = false when websocket connects (#3443) 2024-06-07 13:29:25 -07:00
test_deploy_url.py set config.deploy_url during AppHarness tests (#3359) 2024-05-23 09:23:07 -07:00
test_dynamic_routes.py [0.6.0 blocker] state: update inherited_vars and tracking dicts when adding vars (#2822) 2024-09-17 11:36:46 -07:00
test_event_actions.py [REF-3562][REF-3563] Replace chakra usage (#3872) 2024-09-17 10:20:40 -07:00
test_event_chain.py [REF-3562][REF-3563] Replace chakra usage (#3872) 2024-09-17 10:20:40 -07:00
test_exception_handlers.py add module prefix to generated state names (#3214) 2024-07-11 11:13:57 -07:00
test_form_submit.py [REF-3562][REF-3563] Replace chakra usage (#3872) 2024-09-17 10:20:40 -07:00
test_input.py add module prefix to generated state names (#3214) 2024-07-11 11:13:57 -07:00
test_large_state.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
test_lifespan.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
test_login_flow.py add module prefix to generated state names (#3214) 2024-07-11 11:13:57 -07:00
test_media.py Deprecate cached var (#3582) 2024-06-28 10:14:55 -07:00
test_navigation.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
test_server_side_event.py [REF-3562][REF-3563] Replace chakra usage (#3872) 2024-09-17 10:20:40 -07:00
test_shared_state.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
test_state_inheritance.py typed mixins and ComponentState (#3196) 2024-05-15 12:07:41 -07:00
test_table.py [REF-3562][REF-3563] Replace chakra usage (#3872) 2024-09-17 10:20:40 -07:00
test_tailwind.py [REF-3562][REF-3563] Replace chakra usage (#3872) 2024-09-17 10:20:40 -07:00
test_upload.py [REF-3562][REF-3563] Replace chakra usage (#3872) 2024-09-17 10:20:40 -07:00
test_urls.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
test_var_operations.py replace old var system with immutable one (#3916) 2024-09-17 10:20:41 -07:00
utils.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00