Skip to content

Commit 7926e66

Browse files
committed
Revert "TEMP: pin pyright <= 1.1.393"
This reverts commit 27da819.
1 parent 3a7a5d4 commit 7926e66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dev = [
104104
"isort>=5.10.1",
105105
"libsass>=0.23.0",
106106
"brand_yml>=0.1.0",
107-
"pyright>=1.1.383,<=1.1.393",
107+
"pyright>=1.1.383",
108108
"pre-commit>=2.15.0",
109109
"wheel",
110110
"matplotlib",
@@ -118,7 +118,7 @@ dev = [
118118
"google-generativeai;python_version>='3.9'",
119119
"langchain_core",
120120
# langsmith (needed for langchain_core) versions >= 0.3
121-
# (up to at least 0.3.2 as of 2025-01-29)
121+
# (up to at least 0.3.2 as of 2025-01-29)
122122
# cause an `argparse.ArgumentError` when running `pytest`.
123123
# https://github.com/posit-dev/py-shiny/issues/1829
124124
"langsmith<0.3",

0 commit comments

Comments
 (0)