Skip to content

Commit 6a27094

Browse files
authored
Upgrade pyright (#3063)
* upgrade pyright versoin * add changelog * Downgrade pyright version in dev requirements
1 parent 6946f3d commit 6a27094

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: internal
3+
packages:
4+
- "@azure-tools/typespec-python"
5+
---
6+
7+
Upgrade pyright version

packages/typespec-python/dev_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# shall keep aligned with dev_requirements.txt of @typspec/http-client-python
2-
pyright==1.1.389
2+
pyright==1.1.391
33
pylint==3.2.7
44
tox==4.23.2
55
mypy==1.13.0
@@ -12,4 +12,4 @@ ptvsd==4.3.2
1212
types-PyYAML==6.0.12.20241230
1313

1414
# additional dependency needed for development
15-
setuptools
15+
setuptools

0 commit comments

Comments
 (0)