Pin pyright (#3475)

* changelog

* changelog

* changelog
This commit is contained in:
Abubakar Abid 2023-03-15 09:53:48 -07:00 committed by GitHub
parent 318e90c0ed
commit 3d0ab76532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ No changes to highlight.
## Testing and Infrastructure Changes:
No changes to highlight.
- Pinned `pyright==1.1.298` for stability by [@abidlabs](https://github.com/abidlabs) in [PR 3475](https://github.com/gradio-app/gradio/pull/3475)
## Breaking Changes:

View File

@ -4,5 +4,5 @@ source scripts/helpers.sh
pip_required
pip install --upgrade pip
pip install pyright
pip install pyright==1.1.298
pyright gradio/*.py