Mini Khosla
05/20/2024, 6:56 PMMarvin
05/20/2024, 6:57 PMpip install --upgrade prefect
2. The HTTPX error you mentioned seems related to redirect handling. Starting from HTTPX version 0.22.0, redirect following is disabled by default. You might need to ensure that you're correctly handling redirections in your code if this is the case.
3. I didn't find a precise match in the Prefect documentation snippets provided for the specific error you're seeing, which seems to be related to async handling within the HTTPX transport layer.
4. One open GitHub issue is related to a telemetry error on Prefect server start, although this might not be directly related to the error you're experiencing. If that's not the same issue, I would recommend searching for or opening a new GitHub issue specifically about the HTTPX AsyncClient error you're encountering.
Please make sure your dependencies are up to date, and if the problem persists, consider submitting this as an issue on the Prefect GitHub repository if one doesn't already exist.