hackforla / HomeUniteUs

We're working with community non-profits who have a Host Home or empty bedrooms initiative to develop a workflow management tool to make the process scalable (across all providers), reduce institutional bias, and effectively capture data.
https://homeunite.us/
GNU General Public License v2.0
39 stars 21 forks source link

Bug: API requirements.txt dependencies are wrong #746

Closed paulespinosa closed 3 months ago

paulespinosa commented 3 months ago

Overview

Dependencies in requirements.txt and requirements-dev.txt were updated by dependabot causing version conflicts between connexion and werkzeug.

API dependencies must be updated via pyproject.toml and using the tool pip-compile as described in pyproject.toml.

Action Items

[X] Fix pyproject.toml because it contains a syntax error [X] Run the pip-compile commands as documented in pyproject.toml to update the requirements files.

lola3736 commented 1 month ago

@paulespinosa please add applicable features label, let me know if you have any questions.