dylanjcastillo / shell-genie

Your wishes are my commands
MIT License
478 stars 36 forks source link

Allow later openai #2

Closed fabaff closed 1 year ago

fabaff commented 1 year ago

openai is constantly evolving. shell-genie has a constraint for openai:

https://github.com/dylanjcastillo/shell-genie/blob/d6da42a4426e6058a0b5ae07837d8c003cd1239e/pyproject.toml#L15

This requires all distributions which are shipping shell-genie to relax the constraint. Would it be possible to do that here?

Thanks

dylanjcastillo commented 1 year ago

Makes sense, just pushed that change. Thank you!

fabaff commented 1 year ago

Thank you.