Pratham
09/08/2024, 3:49 AMmodal_requirements.txt
that downgrades fastapi + pydantic + prefect dependencies. If i try to override this default, it has starlette==0.32 hardcoded, which prevents installing any other versions.Nate
09/08/2024, 4:25 PMPratham
09/08/2024, 6:49 PMmodal_requirements.txt
step which is after our image is unpacked which downgrades pydantic via fastapi. then there's a python -m pip install prefect starlette==0.32.0.post1
which then forces prefect 2 via pydanticPratham
09/08/2024, 6:54 PMPratham
09/08/2024, 8:54 PMNate
09/09/2024, 4:01 PMPratham
09/09/2024, 5:17 PMPratham
09/09/2024, 8:17 PMTaylor Curran
09/10/2024, 10:01 PMTaylor Curran
09/10/2024, 10:01 PMTaylor Curran
09/10/2024, 10:03 PMPratham
09/10/2024, 10:08 PMMichael Savarese
09/12/2024, 4:31 AMpython -m pip install prefect starlette==0.32.0.post1
preventing running prefect 3.0 with a custom image on modal. Did you get to the bottom of this? I can’t tell from the context in this thread if there’s a workaround. Thanks!!!Pratham
09/12/2024, 4:35 AMMichael Savarese
09/12/2024, 4:40 AMMichael Savarese
09/12/2024, 4:44 AMCharles Liu
09/12/2024, 4:46 AM