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

PR-6180 Loosen dependency restrictions #3

Merged

Conversation

reweeden
Copy link
Contributor

@reweeden reweeden commented Oct 9, 2024

We were running into some version conflicts when trying to install this into our lambda dependency layer. Together with asfadmin/mandible#26 I was able to get it to install with these changes.

Here's the reasoning for these changes:

  • aiobotocore Looks like this is only used to import the AioSession for typing purposes. This object has existed in the same module since the very first aiobotocore release so I just unpinned the version completely.
  • zarr I didn't look into the API of this, just changed the version constraint to allow semver backwards compatible versions from what was pinned.
  • kerchunk ditto
  • s3fs Looks like s3fs only has one very simple API that has never really changed. Since they're using calver I also unpinned this completely.
  • ujson same as zarr and kerchunk
  • h5py same, but this was pinned to 3.6 just because that's what mandible pinning. Haven't checked the API compatibility with this code though. In practice 3.12 is getting installed so it doesn't matter if we pin to 3.6 or 3.12.

@SpicyGarlicAlbacoreRoll SpicyGarlicAlbacoreRoll marked this pull request as draft October 9, 2024 19:13
@reweeden reweeden marked this pull request as ready for review October 9, 2024 19:48
@SpicyGarlicAlbacoreRoll SpicyGarlicAlbacoreRoll merged commit 6821c06 into ua-asf:main Oct 9, 2024
@reweeden reweeden deleted the rew/pr-6180-depenency-version branch October 10, 2024 18:28
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