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.
2 parents 4890ad3 + e1f7af9 commit 972a7b7Copy full SHA for 972a7b7
noxfile.py
@@ -21,7 +21,7 @@
21
"time-machine",
22
"async-solipsism",
23
]
24
-MYPY_DEPS = ["mypy==0.991", "pandas-stubs", "grpc-stubs"]
+MYPY_DEPS = ["mypy==0.991", "pandas-stubs", "grpc-stubs==1.24.12"]
25
26
27
def _source_file_paths(session: nox.Session) -> List[str]:
pyproject.toml
@@ -34,7 +34,7 @@ dependencies = [
34
"pandas >= 1.5.2, < 2",
35
"protobuf >= 4.21, < 5",
36
"pyarrow >= 10.0.1, < 11",
37
- "pydantic >= 1.9",
+ "pydantic >= 1.9, < 2",
38
"sympy >= 1.10.1, < 2",
39
"toml >= 0.10",
40
"tqdm >= 4.38.0, < 5",
0 commit comments