Skip to content

v0.37.1-all.1

Latest

Choose a tag to compare

@jtwigg-luma jtwigg-luma released this 29 Jul 17:11
103b636

Multi-platform wheelhouse for Luma Vespa (PyPI wheels + musllinux).

Includes every bdist_wheel from PyPI for c2pa-python==0.37.1, plus the
musllinux wheel copied from v0.37.1-musl.1 (that release is unchanged).

Pin Vespa at this release as a flat index so uv lock keeps all platform tags
(find-links alone does not merge with PyPI):

dependencies = [
  "c2pa-python==0.37.1",
]

[tool.uv.sources]
c2pa-python = { index = "c2pa-luma" }

[[tool.uv.index]]
name = "c2pa-luma"
url = "https://github.com/lumalabs/c2pa-python/releases/expanded_assets/v0.37.1-all.1"
format = "flat"
explicit = true

Musl-only release (still live for existing pointers):
https://github.com/lumalabs/c2pa-python/releases/tag/v0.37.1-musl.1