-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default Installation not working due to typer mismatch #96
Comments
The downside of pinning CI dependencies :( Thanks for the heads up and interim fix - I'll see if I can avoid needing the latter by actually handling the new behaviour. |
Also prepares for 0.2.1 bugfix release. Closes #96
Also prepares for 0.2.1 bugfix release. Closes #96
#98 should actually fix the incompatibility (without breaking 0.12.4 compatibility for existing installations). I'm not sure how I ended up setting the name via the callback instead of when calling |
0.2.1 has been published with this fix: $ pipx reinstall venvstacks
uninstalled venvstacks! ✨ 🌟 ✨
installed package venvstacks 0.2.1, installed using Python 3.12.6
These apps are now globally available
- venvstacks
done! ✨ 🌟 ✨
$ pipx runpip venvstacks list | grep typer-slim
typer-slim 0.15.1
$ venvstacks --help
Usage: venvstacks [OPTIONS] COMMAND [ARGS]...
Lock, build, and publish Python virtual environment stacks.
╭─ Options ───────────────────────────────────────────────────────────────────────╮
│ --help Show this message and exit. │
╰─────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ──────────────────────────────────────────────────────────────────────╮
│ build Build (/lock/publish) Python virtual environment stacks. │
│ lock Lock layer requirements for Python virtual environment stacks. │
│ publish Publish layer archives for Python virtual environment stacks. │
│ local-export Export layer environments for Python virtual environment stacks. │
╰─────────────────────────────────────────────────────────────────────────────────╯ (I had also checked it still worked after a |
I tried installing venvstacks using
pipx
but got this error on macOSSeems like typer just had a breaking change with callback names: fastapi/typer#1052
The text was updated successfully, but these errors were encountered: