akomisarek commented on issue #41080: URL: https://github.com/apache/airflow/issues/41080#issuecomment-2258022613
I think I will wait for rc2 cut, as I am not able to test it easily in my environment (we start via Docker): Without using --no-deps as reported above the Depencencies are not installing. Adding --no-deps allows the dependencies to install, but I think I have got further version clashes: airflow-1 | File "/home/airflow/.local/lib/python3.10/site-packages/pydantic_core/__init__.py", line 29, in <module> airflow-1 | from .core_schema import CoreConfig, CoreSchema, CoreSchemaType, ErrorType airflow-1 | File "/home/airflow/.local/lib/python3.10/site-packages/pydantic_core/core_schema.py", line 15, in <module> airflow-1 | from typing_extensions import deprecated airflow-1 | ImportError: cannot import name 'deprecated' from 'typing_extensions' (/home/airflow/.local/lib/python3.10/site-packages/typing_extensions.py) We might have some dependencies causing those issues, but that's why I don't want to omit them! Thanks, I will keep an eye on the thread and confirm/retest when the new RC is in place. Thanks for the support 🙏 -- 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]
