diff --git a/.chronus/changes/upgrade-pyright-2025-2-27-11-12-41.md b/.chronus/changes/upgrade-pyright-2025-2-27-11-12-41.md new file mode 100644 index 00000000000..10b39bb1f61 --- /dev/null +++ b/.chronus/changes/upgrade-pyright-2025-2-27-11-12-41.md @@ -0,0 +1,7 @@ +--- +changeKind: internal +packages: + - "@azure-tools/typespec-python" +--- + +Upgrade pyright version \ No newline at end of file diff --git a/packages/typespec-python/dev_requirements.txt b/packages/typespec-python/dev_requirements.txt index b56b2991f62..7f984f3a405 100644 --- a/packages/typespec-python/dev_requirements.txt +++ b/packages/typespec-python/dev_requirements.txt @@ -1,5 +1,5 @@ # shall keep aligned with dev_requirements.txt of @typspec/http-client-python -pyright==1.1.389 +pyright==1.1.391 pylint==3.2.7 tox==4.23.2 mypy==1.13.0 @@ -12,4 +12,4 @@ ptvsd==4.3.2 types-PyYAML==6.0.12.20241230 # additional dependency needed for development -setuptools \ No newline at end of file +setuptools