Comparing dombarry:main...Formlabs:main · dombarry/formlabs-api-python
Commits on Oct 5, 2025
Commits on Oct 21, 2025
Commits on Nov 18, 2025
Commits on Dec 3, 2025
-
Fix invalid license format for strict package managers
Updates the license field in local-api/lib/pyproject.toml to use the correct table format: { text = "Proprietary" }. This fixes build errors with strict package managers like `uv` which reject "NoLicense" as an invalid SPDX identifier. This change also aligns the local-api metadata with the existing format in web-api.