Jarek Potiuk

Results 1573 comments of Jarek Potiuk

> @potiuk apologies, I have not yet worked on reproducing your examples, but your https://github.com/pypa/pip/issues/13185#issuecomment-2842875497 has given me an idea on how to revive https://github.com/sarugaku/resolvelib/pull/183 without causing any scenarios to...

The fix in https://github.com/apache/airflow/pull/50098 worked !! Thanks @notatallshaw !!!!

> 2.989 ERROR: Could not find a version that satisfies the requirement apache-airflow==3.1.0 FYI. This is because our build is preparing airflow distribution from main (3.1.0 is not yet released...

Another example in Airflow recently: ``` #61 2.783 Found provider distributions in docker-context-files folder: apache-airflow-providers-amazon @ file:///docker-context-files/apache_airflow_providers_amazon-9.8.0-py3-none-any.whl apache-airflow-providers-celery @ file:///docker-context-files/apache_airflow_providers_celery-3.11.0-py3-none-any.whl apache-airflow-providers-cncf-kubernetes @ file:///docker-context-files/apache_airflow_providers_cncf_kubernetes-10.5.0-py3-none-any.whl apache-airflow-providers-common-compat @ file:///docker-context-files/apache_airflow_providers_common_compat-1.7.0-py3-none-any.whl apache-airflow-providers-common-io @ file:///docker-context-files/apache_airflow_providers_common_io-1.6.0-py3-none-any.whl apache-airflow-providers-common-messaging...

Unfortunately still resolution too deep: https://github.com/apache/airflow/actions/runs/15647299212/job/44088044699#step:9:5090

While I cannot help you to answer your question, I might try to guide you with looking at the reasoning. I think you need to describe what you are exactly...

cc: @uranusjr - as our MyPy / Typing expert - what do you think? That looks cool.

@uranusjr -> WDYT? I think there were some plans for those MyPy checks but I know no details