You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Include python3.14 in unit-tests and integration-tests
* bypass PyO3 abi check
* handle lazy annotations in py3.14
* [sqlmodel] fix get_annotations for python3.14 compat
Guard sqlmodel import with find_spec
* update deprecation versions to 0.8.15
* Add LOAD_FAST_BORROW opcode to dep_tracking
Ensure that computed var dependencies can be determined on python3.14
* Monkeypatch rx.Base for python3.14 compatible annotations
* remove pyO3 ABI workaround
* Use 3.14 in app-harness, reflex-web, perf tests, and unit_tests for mac
* pyi_generator: remove get_type_hints, wasn't doing the right thing
* reflex-web is not compatible with 3.14 yet because replicate pkg still uses pydantic v1
* Consolidate implementation around annotationlib
* add python3.14 classifier to pyproject
* remove deprecated asyncio.iscoroutine* usage
* update sqlmodel to 0.0.27 and remove compat hacks
* bump granian min dep to 2.5.5
0 commit comments