https://prefect.io logo
Title
f

Feliks Krawczyk

09/02/2019, 5:18 AM
Just a quick question. With Prefect, I assume you are developing the code in such a way that things like this: https://issues.apache.org/jira/browse/AIRFLOW-5240 Don’t happen?
j

Jeremiah

09/02/2019, 9:48 PM
Hey @Feliks Krawczyk — we enforce semantic upper bounds on dependencies, so as long as our dependencies don’t introduce breaking changes in an unexpected way, we should be able to avoid these issues.
However, it’s possible for point releases to inadvertently break Prefect (we’ve had this happen before!). The only way to guard against this would be to enforce strict upper bounds, but we think that would be frustrating to most users
f

Feliks Krawczyk

09/03/2019, 12:26 AM
Ah right, good to know.