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

fix: Fix API dependencies #748

Closed paulespinosa closed 3 months ago

paulespinosa commented 3 months ago

This commit fixes a syntax error in pyproject.toml and also fixes erroneous dependency updates caused by dependabot.

closes #746

What changes did you make?

Fixed a syntax error in pyproject.toml and also fixed erroneous dependency updates caused by dependabot.

Rationale behind the changes?

Dependabot caused a version conflict amongst connexion and werkzerg

Testing done for these changes

pip-sync to update virtual environment dependencies Run tox to test API.