mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 09:43:49 +00:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user