Hi all, We are currently using Prefect version 0.1...
# prefect-community
f
Hi all, We are currently using Prefect version 0.14.17 in both our development and production environments, can we safely migrate to 1.0.2? Thanks!!
k
The biggest change is the change from API token to API key. Other than that, you should largely be good.
f
Thanks!! I'll tell the team the good news.
k
Also Environments were deprecated. There was stuff like DaskEnvironments. Those would not work
f
But the python API is essentially the same, like:
from prefect import task, Flow
?? if so then I think we're good
k
Exactly yes