Brett Naul
02/08/2022, 1:19 PMKevin Kho
Brett Naul
02/08/2022, 4:01 PMpip install prefect2
and import prefect2 as prefect
just inside that one module then everything else in the codebase could still work and I'd only have to update the one file. is there anything that would prevent me from doing that?Kevin Kho
Brett Naul
02/08/2022, 4:15 PMI'd only have to update the one filein particular I already have a branch that is using the 2.0 alpha for some things, but every other piece of code that I didn't update can't run because of all the breaking changes. if they were simply different packages then there'd be no issue (personally I think releasing an entirely different package under the same pypi name is not really the way to go but it seems too late for that)