NBardelot commented on PR #60458: URL: https://github.com/apache/airflow/pull/60458#issuecomment-4601375092
Hello @dabla , I notice that in the commit https://github.com/apache/airflow/commit/49f48e3bfbf5ad0062852b96599d06c02229e540 you modify the *http* provider's Hook to import the pydantic BaseModel. You modify the `providers/apache/livy/pyproject.toml` to update the dependencies for the *livy* provider, but I think that you forgot to declare the new dependency for the *http* provider that now depends on pydantic being available (you force `"apache-airflow-providers-http>=5.1.0"` in `providers/apache/livy/pyproject.toml` but `apache-airflow-providers-http` itself does not list pydantic as a dependency (even now in the main branch). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
