https://prefect.io logo
Title
j

Jean-Michel Provencher

05/03/2023, 6:49 PM
Hello, when my code to deploy my flows, I'm seeing a warning (<string>3️⃣ DeprecationWarning: The 'prefect.orion' module has been deprecated. It will not be available after Aug 2023. Use 'prefect.server' instead.). However, I don't have any reference to prefect.orion in my code. Is this expected?
s

Sahil Rangwala

05/03/2023, 7:42 PM
Hello! Try to upgrade to our latest version!
j

Jean-Michel Provencher

05/03/2023, 7:43 PM
I'm already on this one
should I not see this warning on 2.10.6?
n

Nate

05/03/2023, 9:04 PM
are you importing
prefect.orion
anywhere in your code? this is where the warning is being raised