microsoft / TypeChat

TypeChat is a library that makes it easy to build natural language interfaces using types.
https://microsoft.github.io/TypeChat/
MIT License
8.06k stars 379 forks source link

Python CI fixups #199

Closed DanielRosenwasser closed 4 months ago

DanielRosenwasser commented 4 months ago

Updates CI to use annotate instead of no-comments (https://github.com/jakebailey/pyright-action/commit/93a05d0fa01403810a642a4d49bca4aac45a76b3)

Updates Pyright to the latest version and adds back the pythonVersion setting (see https://github.com/microsoft/TypeChat/pull/195 and https://github.com/microsoft/pyright/issues/7330).