astronomer / astro-sdk

Astro SDK allows rapid and clean development of {Extract, Load, Transform} workflows using Python and SQL, powered by Apache Airflow.
https://astro-sdk-python.rtfd.io/
Apache License 2.0
329 stars 40 forks source link

constraints-3.10-2.6.txt conflict with platformdirs==3.8.1 #2102

Open JaimeAvalos opened 5 months ago

JaimeAvalos commented 5 months ago

Describe the bug

I used constraints-3.10-2.6.txt for an Airflow installation and found the following conflict:

virtualenv 20.24.3 depends on platformdirs<4 and >=3.9.1
The user requested (constraint) platformdirs==3.8.1

After changing platformdirs to 3.9.1 everything worked like charm

Version

To Reproduce Steps to reproduce the behavior:

  1. use constraints-3.10-2.6.txt to run airflow in a docker container

Expected behavior Airflow is installed successfully