Imzachjohnson / clickupython

A client for working with the ClickUp API V2
https://clickupython.readthedocs.io/
54 stars 33 forks source link

Priority can be a str or int, causes validation errors #55

Closed josephsdavid closed 1 year ago

josephsdavid commented 2 years ago

As title says, clickup allows priority to be both str or int, changing the priority type in the Task model to be typing.Any fixes this.