1Password / onepassword-sdk-python

https://developer.1password.com/docs/sdks/
MIT License
85 stars 9 forks source link

Update minimum Python version #119

Closed hculea closed 1 month ago

hculea commented 1 month ago

Upon playing around with multiple Python versions, it looks like the SDK is only supported starting Python 3.9, since it requires the Annotated feature of the typing library which was introduced in 3.9 (see https://docs.python.org/3/library/typing.html#typing.Annotated).

Since Python 3.8 will be deprecated next month (see https://devguide.python.org/versions/) and no customer has yet raised this, we should be okay to bump the minimum required version.