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

Dependency updates #9

Merged
merged 2 commits into from
May 14, 2024
Merged

Dependency updates #9

merged 2 commits into from
May 14, 2024

Conversation

JPrevost
Copy link
Member

  • includes unpinning lxml and associated instructions on how to use brew version of libxml2 by setting PKG_CONFIG_PATH env to brew installed path. This change allows working outside of containers for local development

- includes unpinning lxml and associated instructions on how to use `brew` version
  of `libxml2` by setting `PKG_CONFIG_PATH` env to `brew` installed path. This
  change allows working outside of containers for local development
@JPrevost JPrevost temporarily deployed to cdn-auth-geo-stage May 14, 2024 15:36 Inactive
@JPrevost JPrevost requested a review from ghukill May 14, 2024 15:40
Copy link

@ghukill ghukill left a comment

Choose a reason for hiding this comment

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

Looks good to me. Think unpinning versions, wherever possible, is handy for easier updates.

As discussed in slack, seems TBD if this section about running in docker for dev work is still needed.

But at the very least, seems as though this line:

Additionally, lxml versions newer than 4.9.4 crash python3-saml

could be removed, as I believe I can successfully run the flask app locally, with the IDP docker container, and login with the following versions:

lxml==5.2.2
python3-saml==1.16.0

With that line removed, all else looks good.

@JPrevost
Copy link
Member Author

Thanks @ghukill . I tweaked the docs a bit to clarify that while docker remains an option, it is no longer required for local development.

@JPrevost JPrevost merged commit 8d9f7f3 into main May 14, 2024
1 check passed
@JPrevost JPrevost deleted the update-deps branch May 14, 2024 17:50
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.

2 participants