Hello, when my code to deploy my flows, I'm seeing...
# ask-community
j
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
Hello! Try to upgrade to our latest version!
j
I'm already on this one
should I not see this warning on 2.10.6?
n
are you importing
prefect.orion
anywhere in your code? this is where the warning is being raised