Mazine Mrini
Mazine Mrini
Alright! But if you want to replicate the issue, here's where to start: 1. Build a wheel of a package that depends on `sqlalchemy2-stubs^0.0.2-alpha.21` like this: ``` mkdir mypkg cd...
:wave: I created a [PR](https://github.com/dbt-labs/dbt-core/pull/9192) with tests to demonstrate the issue.
@Secrus It has to do with this [issue comment](https://github.com/python-poetry/poetry/issues/6519#issuecomment-1251037907). Given two libraries `parent` and `child`. ``` # child [tool.poetry.dependencies] parent = "^1.0.0" # parent 1.0.0 [tool.poetry.dependencies] alpha_lib = "^0.0.2-alpha.21" ```...