Chris White

Results 23 issues of Chris White

Categorizes docs as "Development & Tidiness" in release notes

### Bug summary The following code errors out: ```python from prefect.states import State State(type="CANCELLED").to_state_create() ``` with traceback: ``` --------------------------------------------------------------------------- PydanticUserError Traceback (most recent call last) Cell In[1], line 2 1...

bug

Testing to see what happens

DONT MERGE