Hey, On the last Discourse announcement it says th...
# prefect-community
c
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
let me edit those announcements, @Jeff Hale did it better by being more explicit 😄 it means:
Copy code
pip install prefect==1.2.4
c
@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
explicit is better than implicit - I'd encourage you to set that explicitly to avoid any surprises
🙏 1
🙌 1