Bump pyright version (#10591)

Release: https://github.com/microsoft/pyright/releases/tag/1.1.323

Fix types-pika to work with the latest pyright version.

---------

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Nikita Sobolev
2023-08-16 12:18:41 +03:00
committed by GitHub
parent 7a7dba5e7a
commit daf51f057b
2 changed files with 4 additions and 4 deletions

View File

@@ -97,4 +97,4 @@ select = [
]
[tool.typeshed]
pyright_version = "1.1.320"
pyright_version = "1.1.323"