jpetrucciani / hubspot3

python3.6+ hubspot client based on hapipy, but modified to use the newer endpoints and non-legacy python
MIT License
146 stars 72 forks source link

typing_extensions is only needed for Python versions below 3.8 #118

Closed singingwolfboy closed 2 years ago

singingwolfboy commented 3 years ago

typing.Literal is built-in to the typing module starting in Python 3.8. As a result, we don't need to depend on typing_extensions for Python 3.8 and above.

jpetrucciani commented 2 years ago

This is now included in the new release on pip in version 3.2.51! Thanks again for your contribution 😄