Skip to content

fix: pin all Python package versions in requirements.txt (#130)#134

Open
sakshar2303 wants to merge 1 commit into
nesfit:masterfrom
sakshar2303:fix/pin-python-packages
Open

fix: pin all Python package versions in requirements.txt (#130)#134
sakshar2303 wants to merge 1 commit into
nesfit:masterfrom
sakshar2303:fix/pin-python-packages

Conversation

@sakshar2303

Copy link
Copy Markdown

Summary

This PR addresses the issue where several Python packages in the requirements.txt file were not pinned to specific versions.

Changes

  • Updated webadmin/fitcrackAPI/src/requirements.txt to include explicit version numbers for all dependencies.
  • Versions were verified against a fresh installation in a local virtual environment to ensure compatibility with existing pins (e.g., Flask 2.0.2).

Why

Pinning versions ensures build reproducibility and prevents the project from breaking when dependencies release new, incompatible updates.

Closes #130

@sakshar2303

Copy link
Copy Markdown
Author

please review and merge .

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

Successfully merging this pull request may close these issues.

Pin the rest of Python package versions

1 participant