lkindere opened a new issue, #3214: URL: https://github.com/apache/iceberg-python/issues/3214
### Feature Request / Improvement As of latest Apache Airflow versions there are incompatibilities with pyiceberg due to the airflow constraints imposed, and pyiceberg reliance on cachetools>=5.5,<7.0. Supporting newer cachetools would resolve this issue: RUN uv pip install --no-cache --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.1.8/constraints-3.13.txt": 0.332 Using Python 3.13.12 environment at: /home/airflow/.local 4.578 × No solution found when resolving dependencies: 4.578 ╰─▶ Because pyiceberg==0.11.1 depends on cachetools>=5.5,<7.0 and 4.578 cachetools==7.0.3, we can conclude that pyiceberg==0.11.1 cannot be 4.578 used. 4.578 And because you require pyiceberg==0.11.1, we can conclude that your 4.578 requirements are unsatisfiable. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
