block / goose

Goose is a developer agent that operates from your command line to help you do the boring stuff.
https://block.github.io/goose/
Apache License 2.0
108 stars 17 forks source link

fix: correct min/max supported python versions #168

Closed lamchau closed 5 days ago

lamchau commented 5 days ago

in #162, the python versions are overly restrictive and didn't factor in patch versions. as such, we want to relax this a bit more and i also missed the upgrade for tiktoken==0.7.0 (which isn't compatible with python3.13) so this address that as well.