Ian OLeary
11/01/2024, 6:17 PMpip_url: dagster-ext==0.1.1 dbt-core~=1.8.0 dbt-snowflake~=1.8.0 pendulum<3
55.03 The conflict is caused by:
55.03 dagster-ext 0.1.1 depends on pydantic<2.0.0 and >=1.9.0
55.03 dagster 1.9.0 depends on pydantic<2.10 and >=2
55.03
55.03 To fix this you could try to:
55.03 1. loosen the range of package versions you've specified
55.03 2. remove package versions to allow pip to attempt to solve the dependency conflict
55.03
55.03 ERROR: ResolutionImpossible: for help visit <https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts>
Dagster-ext version is causing my meltano install
step to fail in my dockerfile. Should I just assume this will be fixed and wait for them to fix this? There doesn't seem to be a newer version of the dagster-ext
. I only have the version declared in my pip_url
.
Or is there any way to force using one of the 1.8 versions?Reuben (Matatika)
11/01/2024, 11:06 PMOr is there any way to force using one of the 1.8 versions?
pip_url: dagster-ext==0.1.1 dbt-core~=1.8.0 pendulum<3 dagster<1.9
Ian OLeary
11/04/2024, 2:57 PMEdgar Ramírez (Arch.dev)
11/04/2024, 4:25 PMjoshua_janicas
11/13/2024, 8:12 PMjoshua_janicas
11/18/2024, 2:24 PMIan OLeary
11/20/2024, 4:16 PMEdgar Ramírez (Arch.dev)
11/20/2024, 4:17 PMpip_url
to use dagster-ext==0.1.2
Ian OLeary
11/20/2024, 4:17 PMIan OLeary
11/20/2024, 4:18 PMIan OLeary
11/20/2024, 4:19 PM