Imzachjohnson / clickupython

A client for working with the ClickUp API V2

Home Page:https://clickupython.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Priority can be a str or int, causes validation errors

josephsdavid opened this issue · comments

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.