Context
We're using toon-format as a dependency in gcpath, an AXI-compliant CLI tool. We're currently pinned to a git commit hash (90861444) to get fixes that landed on main after the last PyPI release (0.9.0b1, Nov 8 2025):
Problem
PyPI rejects packages with direct VCS dependencies:
400 Bad Request: Can't have direct dependency: toon-format @ git+https://github.com/toon-format/toon-python.git@90861444
This means gcpath cannot be published to PyPI while depending on a git hash.
Request
Is a new stable (or beta) release planned? Even a 0.9.1 or 0.10.0b1 cut from the current main would unblock us.
Happy to help test or contribute to the release process if useful.
Context
We're using
toon-formatas a dependency in gcpath, an AXI-compliant CLI tool. We're currently pinned to a git commit hash (90861444) to get fixes that landed onmainafter the last PyPI release (0.9.0b1, Nov 8 2025):fix: improve numeric literal validation(fix: improve numeric literal validation #21)fix: honor CLI indent option when decoding(Test/improve decoder coverage #48)feat: Add pathlib.Path normalization to string representation(feat: Add pathlib.Path normalization to string representation #29)Problem
PyPI rejects packages with direct VCS dependencies:
This means gcpath cannot be published to PyPI while depending on a git hash.
Request
Is a new stable (or beta) release planned? Even a
0.9.1or0.10.0b1cut from the currentmainwould unblock us.Happy to help test or contribute to the release process if useful.