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-2626] reflex init generates incorrect reflex version in requirements.txt #3124

Open
camstuart opened this issue Apr 20, 2024 · 0 comments
Labels
bug Something isn't working linear Created by Linear-GitHub Sync

Comments

@camstuart
Copy link

camstuart commented Apr 20, 2024

Describe the bug
When generating a brand new reflex project with init the incorrect reflex version is added to the generated requirements.txt file

To Reproduce

python -m venv .venv
source .venv/bin/activate
pip install reflex
reflex init
cat requirements.txt # reflex==0.4.5
reflex -v # 0.4.8.post1

Expected behavior
The output of reflex -v should match the version specified in requirements.txt

Specifics (please complete the following information):

  • Python Version: 3.12.2 (via pyenv)
  • PIP Version: 24.0
  • Reflex Version: 0.4.8.post1
  • OS: Mac 14.4.1
  • Browser (Optional): N/A

REF-2626

@picklelo picklelo added bug Something isn't working linear Created by Linear-GitHub Sync labels Apr 22, 2024
@picklelo picklelo changed the title reflex init generates incorrect reflex version in requirements.txt [REF-2626] reflex init generates incorrect reflex version in requirements.txt Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working linear Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

2 participants