fix(deps): pin urllib3<2

v2 has breaking changes, and some other ERPNext dependencies pull in newer requests, which has urllib3<3 mentioned.

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
Akhil Narang
2025-12-24 11:24:44 +05:30
parent c86cf5b9c6
commit 1dee10077c

View File

@@ -23,6 +23,9 @@ dependencies = [
"python-youtube~=0.8.0",
"taxjar~=1.9.2",
"tweepy~=3.10.0",
# Pin for compatibility, v2 has breaking changes
"urllib3>=1.26.4,<2",
]
[build-system]