Hello! I’m kinda new to Python so I might be wrong, but even after adding
[[tool.poetry.source]]
name = "rasa-pro"
url = "https://europe-west3-python.pkg.dev/rasa-releases/rasa-pro-python/simple"
priority = "supplemental"
to my pyproject.toml (I’m following the docs at Installation for local development), when I try to install rasa-pro using poetry add rasa-pro it is trying to install rasa-pro (0.0.1.post1), probably because this is the version that is up at rasa-pro · PyPI
Is there any workaround for that? It doesn’t seem like this rasa-pro (0.0.1.post1) should be there.