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

requirements: Unpin very old importlib-metadata #53

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

R2ZER0
Copy link
Contributor

@R2ZER0 R2ZER0 commented Jan 23, 2024

It's unclear that importlib-metadata needs to be pinned in requirements.in, as it's a core package we don't use directly. This pin of a very old version is causing issues with trying to use newer versions of libraries in TSG/datastore.

It appears that no other ODSC or TSG project pins this package in their requirements.in files, so I think this unpin should be safe.

From searching in the projects:
https://github.com/search?q=org%3AThreeSixtyGiving+importlib-metadata&type=code
https://github.com/search?q=org%3AOpenDataServices+importlib-metadata&type=code

It's unclear that importlib-metadata needs to be pinned in
`requirements.in`, as it's a core package we don't use directly.
This pin of a very old version is causing issues with trying to use
newer versions of libraries in TSG/datastore.

It appears that no other ODSC or TSG project pins this package in their
`requirements.in` files, so I think this unpin should be safe.
@R2ZER0 R2ZER0 requested a review from michaelwood January 23, 2024 18:03
@R2ZER0 R2ZER0 merged commit 4cf03ed into master Feb 1, 2024
6 checks passed
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