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

Fix type hints of companies.search_domain #102

Closed jeking3 closed 2 years ago

jeking3 commented 3 years ago

extra_properties accepts a list or str, but the type hint said Dict and was not optional

I did not find a unit test for the company code that I could update.

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 😄