We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7a5d4 commit 7926e66Copy full SHA for 7926e66
pyproject.toml
@@ -104,7 +104,7 @@ dev = [
104
"isort>=5.10.1",
105
"libsass>=0.23.0",
106
"brand_yml>=0.1.0",
107
- "pyright>=1.1.383,<=1.1.393",
+ "pyright>=1.1.383",
108
"pre-commit>=2.15.0",
109
"wheel",
110
"matplotlib",
@@ -118,7 +118,7 @@ dev = [
118
"google-generativeai;python_version>='3.9'",
119
"langchain_core",
120
# langsmith (needed for langchain_core) versions >= 0.3
121
- # (up to at least 0.3.2 as of 2025-01-29)
+ # (up to at least 0.3.2 as of 2025-01-29)
122
# cause an `argparse.ArgumentError` when running `pytest`.
123
# https://github.com/posit-dev/py-shiny/issues/1829
124
"langsmith<0.3",
0 commit comments