Hey, On the last Discourse announcement it says that "*If you currently use Prefect 1.0, please make sure you’ve pinned your Prefect version explicitly* (including your Docker images!)".
What does this mean exactly?
✅ 1
a
Anna Geller
07/22/2022, 11:17 AM
let me edit those announcements, @Jeff Hale did it better by being more explicit 😄
it means:
pip install prefect==1.2.4
c
Carlos Paiva
07/22/2022, 11:28 AM
@Anna Geller In the case we have Prefect already installed this won’t be an issue, right? My agents are Docker and ECS and they infer the image from the platform and the flows from the agents.
a
Anna Geller
07/22/2022, 12:38 PM
explicit is better than implicit - I'd encourage you to set that explicitly to avoid any surprises