Declare overture-schema-system dependency#448
Conversation
These packages import from overture.schema.system without declaring it as a dependency. Works in the uv workspace but breaks isolated installs. - overture-schema-core - overture-schema-cli - overture-schema-base-theme - overture-schema-buildings-theme - overture-schema-transportation-theme
|
Since |
Yes; they reference modules/classes from |
Summary
overture-schema-systemto[project.dependencies]and[tool.uv.sources]for packages that import fromoverture.schema.systemwithout declaring the dependency:overture-schema-core,overture-schema-cli,overture-schema-base-theme,overture-schema-buildings-theme,overture-schema-transportation-themeTest plan
uv sync --all-packages --all-extrasresolves cleanly