Skip to content

Commit 2b9c847

Browse files
committed
Downgrade versions to isolate changes
1 parent af464bf commit 2b9c847

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ pytest==7.1.2
55
pytest-mypy-plugins==1.10.1
66
djangorestframework==3.13.1
77
types-pytz==2022.1.2
8+
django-stubs==1.12.0
9+
django-stubs-ext==0.5.0
810
-e .[compatible-mypy,coreapi,markdown]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ def find_stub_files(name):
2020

2121
dependencies = [
2222
"mypy>=0.950",
23-
"django-stubs>=1.13.0",
23+
"django-stubs>=1.12.0",
2424
"typing-extensions>=3.10.0",
2525
"requests>=2.0.0",
2626
"types-requests>=0.1.12",
2727
"types-PyYAML>=5.4.3",
2828
]
2929

3030
extras_require = {
31-
"compatible-mypy": ["mypy>=0.980,<0.990"],
31+
"compatible-mypy": ["mypy>=0.970,<0.980"],
3232
"coreapi": ["coreapi>=2.0.0"],
3333
"markdown": ["types-Markdown>=0.1.5"],
3434
}

0 commit comments

Comments
 (0)