github reflex-dev/reflex reflex-build-sdk-v0.0.4
reflex-build-sdk@0.0.4

2 hours ago

Breaking Changes

  • The HTTP libraries are optional extras, so installing reflex-build-sdk alone 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 the reflex_build_sdk.credentials module is removed. Pass token= or set REFLEX_ACCESS_TOKEN. (#7290)

Features

  • Add Httpx2Transport and AsyncHttpx2Transport, sending requests with httpx2. Both clients use httpx2 by default over httpx, and AsyncReflexBuild still prefers aiohttp. (#7290)

Don't miss a new reflex release

NewReleases is sending notifications on new releases.