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

30 fix missing conversion from jsonformat values to params dict values #31

Conversation

lfse-slafleur
Copy link
Member

No description provided.

@lfse-slafleur lfse-slafleur self-assigned this Sep 19, 2024
@@ -4,5 +4,5 @@ if [[ "$OSTYPE" != "win32" && "$OSTYPE" != "msys" ]]; then
. .venv/bin/activate
fi

pip-compile --output-file=requirements.txt pyproject.toml
pip-compile --extra=dev -c requirements.txt --output-file=dev-requirements.txt pyproject.toml
pip-compile -U --output-file=requirements.txt pyproject.toml
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was having some issues where psycopg2-binary 2.9.3 wanted to be rebuild while 2.9.9 did not have to be rebuild. Therefor I added this flag to keep dependencies up to date.

@lfse-slafleur lfse-slafleur marked this pull request as ready for review September 19, 2024 14:20
@lfse-slafleur lfse-slafleur merged commit 9800d5f into main Sep 19, 2024
6 checks passed
@lfse-slafleur lfse-slafleur deleted the 30-fix-missing-conversion-from-jsonformat-values-to-params_dict-values branch September 19, 2024 16:29
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.

Fix missing conversion from jsonformat values to params_dict values
2 participants