We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea4426 commit 30fe5d2Copy full SHA for 30fe5d2
pyproject.toml
@@ -47,7 +47,7 @@ Repository = "https://github.com/Finch-API/finch-api-python"
47
managed = true
48
dev-dependencies = [
49
"pyright==1.1.332",
50
- "mypy==1.6.1",
+ "mypy==1.7.1",
51
"black==23.3.0",
52
"respx==0.19.2",
53
"pytest==7.1.1",
requirements-dev.lock
@@ -26,7 +26,7 @@ httpx==0.23.0
26
idna==3.4
27
iniconfig==2.0.0
28
isort==5.10.1
29
-mypy==1.6.1
+mypy==1.7.1
30
mypy-extensions==1.0.0
31
nodeenv==1.8.0
32
nox==2023.4.22
@@ -41,6 +41,7 @@ pyright==1.1.332
41
pytest==7.1.1
42
pytest-asyncio==0.21.1
43
python-dateutil==2.8.2
44
+pytz==2023.3.post1
45
respx==0.19.2
46
rfc3986==1.5.0
ruff==0.0.282
0 commit comments