Breaking Changes
-
The HTTP libraries are optional extras, so installing
reflex-build-sdkalone no longer pulls in aiohttp or httpx. Install the one the client should use:pip install "reflex-build-sdk[httpx2]" # or [aiohttp], [httpx]
Or pass the client a transport of your own. (#7290)
-
The clients no longer read the token saved by
reflex login, and thereflex_build_sdk.credentialsmodule is removed. Passtoken=or setREFLEX_ACCESS_TOKEN. (#7290)