fix: apache-superset-core exported packages (#34977)

This commit is contained in:
Michael S. Molina
2025-09-02 12:58:34 -03:00
committed by GitHub
parent 92879e6b32
commit 322442d5be
5 changed files with 8 additions and 7 deletions

View File

@@ -43,7 +43,8 @@ classifiers = [
"Topic :: System :: Software Distribution",
]
dependencies = [
"apache-superset-core>=0.0.1rc1, <0.2",
# no bounds for apache-superset-core until we have a stable version
"apache-superset-core",
"click>=8.0.3",
"jinja2>=3.1.6",
"semver>=3.0.4",