Open kbayliss opened 1 hour ago
This should be fixed in https://github.com/torchbox/heroku-audit/commit/ba4d3c52440af26a3613827f6eb40cc6fcc87304, but yes probably pinning dependencies might be the way forward here.
@RealOrangeOne Oh ffs :). I forgot to check the changes in main
were actually released 🤦 . That's why I was so confused. Thanks!
While updating https://github.com/torchbox/homebrew-tap/pull/7/files to support python3.12+, I noticed this error:
When running:
heroku-audit --list
I'm not sure why this is happening, as it looks like we're passing a
cmd_len
kwarg: https://github.com/torchbox/heroku-audit/blob/main/heroku_audit/cli/__init__.py#L53Should we pin
typer
to a specific version to avoid breaking changes when new versions of typer are released?