Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REF-2788] Stuck on fastapi < 0.111.0 #3244

Closed
masenf opened this issue May 7, 2024 · 1 comment
Closed

[REF-2788] Stuck on fastapi < 0.111.0 #3244

masenf opened this issue May 7, 2024 · 1 comment
Milestone

Comments

@masenf
Copy link
Collaborator

masenf commented May 7, 2024

FastAPI 0.111.0 depends on the new fastapi-cli package, which depends on uvicorn 0.29.0 as an optional package... however poetry will not resolve the conflict because reflex currently pins to uvicorn 0.20 and 0.24 (py3.12) to avoid breakage on windows introduced in later versions.

Until new versions of uvicorn can properly support hot-reload and exiting on windows with py3.12, then reflex is stuck on the older version of fastapi.

REF-2788

@masenf masenf changed the title Stuck on fastapi < 0.111.0 [REF-2788] Stuck on fastapi < 0.111.0 May 7, 2024
@masenf
Copy link
Collaborator Author

masenf commented May 13, 2024

Fixed upstream via tiangolo/fastapi-cli#16

@masenf masenf closed this as completed May 13, 2024
@masenf masenf added this to the v.34 milestone May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant