Skip to content

Commit 5c7551c

Browse files
authored
Update pydantic and mypy. (#374)
1 parent a2d0eb6 commit 5c7551c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
),
2828
zip_safe=False,
2929
license=about["__license__"],
30-
install_requires=["httpx>=0.27.0", "pydantic==2.8.2"],
30+
install_requires=["httpx>=0.27.0", "pydantic==2.9.2"],
3131
extras_require={
3232
"dev": [
3333
"flake8",
@@ -37,7 +37,7 @@
3737
"six==1.16.0",
3838
"black==24.4.2",
3939
"twine==5.1.1",
40-
"mypy==1.11.0",
40+
"mypy==1.12.0",
4141
"httpx>=0.27.0",
4242
],
4343
":python_version<'3.4'": ["enum34"],

0 commit comments

Comments
 (0)