We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0879e7b commit facca90Copy full SHA for facca90
2 files changed
pyproject.toml
@@ -29,7 +29,7 @@ Repository = "https://github.com/Finch-API/finch-api-python"
29
managed = true
30
dev-dependencies = [
31
"pyright==1.1.332",
32
- "mypy==1.4.1",
+ "mypy==1.6.1",
33
"black==23.3.0",
34
"respx==0.19.2",
35
"pytest==7.1.1",
requirements-dev.lock
@@ -25,7 +25,7 @@ httpx==0.23.0
25
idna==3.4
26
iniconfig==2.0.0
27
isort==5.10.1
28
-mypy==1.4.1
+mypy==1.6.1
mypy-extensions==1.0.0
nodeenv==1.8.0
nox==2023.4.22
0 commit comments