Skip to content

fix: pin all Python package versions in requirements.txt#133

Open
ravigupta97 wants to merge 1 commit into
nesfit:masterfrom
ravigupta97:fix/pin-python-requirements
Open

fix: pin all Python package versions in requirements.txt#133
ravigupta97 wants to merge 1 commit into
nesfit:masterfrom
ravigupta97:fix/pin-python-requirements

Conversation

@ravigupta97

Copy link
Copy Markdown

Fixes #130

What

Pinned all previously unpinned package versions in requirements.txt
to their latest stable releases.

Why

Unpinned dependencies can cause different versions to be installed
across environments, leading to inconsistent behaviour and hard-to-debug
issues.

Changes

  • flask-cors → 6.0.2
  • flask-login → 0.6.3
  • flask-migrate → 4.1.0
  • flask_script → 2.0.6
  • mysql-connector-python → 9.6.0
  • pyjwt → 2.12.1

@ravigupta97

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