Skip to content

Commit c881e6c

Browse files
committed
Prohibit broken versions of requests
Fixes: #211
1 parent 3aa3c6e commit c881e6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ dependencies = [
3838
"zeep>=1.1.0,<5.0.0",
3939
"qrcode[pil]>=6.1,<8.0",
4040
"pyyaml>=5.3.1,<7.0.0",
41+
# zeep depends on requests, but these specific version are incompatible.
42+
# See: https://github.com/WhyNotHugo/django-afip/issues/211
43+
"requests!=2.32.0,!=2.32.1,!=2.32.2",
4144
]
4245
dynamic = ["version"]
4346

0 commit comments

Comments
 (0)