1Password / connect-sdk-python

Python SDK for 1Password Connect
https://developer.1password.com/docs/connect
MIT License
200 stars 31 forks source link

Drop Python 2 Support #59

Closed HaddadJoe closed 1 year ago

HaddadJoe commented 1 year ago

Summary

Python 2 end of life was almost 3 years ago. The sdk should drop support for that and remove the six package.

Use cases

We're trying to use the python sdk in a modern project however due to old requirements, our dependency manager is failing to install the sdk with other incompatible libraries.

Proposed solution

Is there a workaround to accomplish this today?

Not that i'm aware off (without potentially breaking some library dependencies)

References & Prior Work

Again, happy to open PRs if it's a direction you'd explore

volodymyrZotov commented 1 year ago

Hey @HaddadJoe! Thank you for raising this! There is a PR I opened for that #61 .