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

Remove the importlib-metadata dependency #83

Merged
merged 1 commit into from
Aug 16, 2022

Conversation

DavidCain
Copy link
Contributor

This should complete a previous attempt to remove dependency on the
package, unblocking use of awslambdaric in projects that use a newer
version of importlib-metadata. Version 2 of importlib-metadata is
reasonably old - version 4.4 is present in Python 3.10 for instance.

Motivation for the change

I think issue #61 covers it well, but essentially it becomes difficult
to use awslambdaric in a virtualenv with other dependencies that
expect a newer version of importlib-metadata:

awslambdaric isn't supposed to need importlib-metadata anyway

Previous work (in August of 2021, with version 1.2.2) removed all
dependency on the importlib-metadata package, but accidentally left
importlib-metadata as a full dependency of this package:

Most recent version still has importlib-metadata dependency

$ pip show awslambdaric
Name: awslambdaric
Version: 2.0.4
...
Requires: importlib-metadata, simplejson

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

I've read CONTRIBUTING.md and believe this should be all that's needed for a PR, but please let me know if I'm missing anything!

This should complete a previous attempt to remove dependency on the
package, unblocking use of `awslambdaric` in projects that use a newer
version of `importlib-metadata`. Version 2 of `importlib-metadata` is
reasonably old - version 4.4 is present in Python 3.10 for instance.

Motivation for the change
=========================
I think issue aws#61 covers it well, but essentially it becomes difficult
to use `awslambdaric` in a virtualenv with other dependencies that
expect a newer version of `importlib-metadata`:

aws#61

`awslambdaric` isn't supposed to need `importlib-metadata` anyway
=================================================================
Previous work (in August of 2021, with version 1.2.2) removed all
dependency on the `importlib-metadata` package, but accidentally left
`importlib-metadata` as a full dependency of this package:

- aws#55

Most recent version still has `importlib-metadata` dependency
=============================================================
```
$ pip show awslambdaric
Name: awslambdaric
Version: 2.0.4
...
Requires: importlib-metadata, simplejson
```
@DavidCain
Copy link
Contributor Author

I do recognize that this PR should likely increment __version__ and add some release notes, but that's presuming that you choose to accept the change and release it with 2.0.5 (or 2.1.0, or whatever the next release is).

@DavidCain
Copy link
Contributor Author

Maintainers - is there any chance this (one-line) PR can get some eyes? It should be exceedingly safe, and for many people will fix the ability to use awslambdaric on Python 3.7.

Copy link
Collaborator

@aws-lambda-runtimes aws-lambda-runtimes left a comment

Choose a reason for hiding this comment

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

LGTM

@DavidCain
Copy link
Contributor Author

@carlzogh @smirnoal and/or @SukanyaHanumanthu - sorry to ping, but is there any chance you could take a look?

@keshayad keshayad self-requested a review August 8, 2022 21:31
Copy link
Contributor

@keshayad keshayad 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

@keshayad keshayad merged commit 970e9c1 into aws:main Aug 16, 2022
@DavidCain DavidCain deleted the more-completely-remove-importlib branch August 16, 2022 20:57
@tylertrussell
Copy link

@keshayad - sorry to ping you, but can we get this released into PyPi sometime soon? it's preventing us from updating some important dependencies.

@ssiano
Copy link

ssiano commented Jan 20, 2023

@keshayad, I also have the same request as @tylertrussell. Could you please release this to PyPI?

The pinning of importlib-metadata~=2.0 is also preventing us from updating some important dependencies.

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.

5 participants