hterik commented on issue #37560:
URL: https://github.com/apache/airflow/issues/37560#issuecomment-1954154299
Manually bypassing `kubernetes-asyncio` shows there are more inconsistencies:
```
ERROR: Cannot install apache-airflow, jsonschema and openapi-spec-validator
because these package versions have conflicting dependencies.
The conflict is caused by:
jsonschema 4.21.1 depends on referencing>=0.28.4
jsonschema-specifications 2023.12.1 depends on referencing>=0.31.0
jsonschema-path 0.3.2 depends on referencing<0.32.0 and >=0.28.0
The user requested (constraint) referencing==0.33.0
```
All those versions are currently the same in
https://raw.githubusercontent.com/apache/airflow/constraints-main/constraints-3.11.txt,
```
# This constraints file was automatically generated on
2024-02-20T10:14:41.212613
# via "eager-upgrade" mechanism of PIP. For the "main" branch of Airflow.
jsonschema-path==0.3.2
jsonschema-specifications==2023.12.1
jsonschema==4.21.1
referencing==0.33.0
```
Reaching this constraints-file should not have been possible.
--
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]