Revert "fix(deps): pin urllib3"

This commit is contained in:
Sagar Vora
2025-12-31 13:18:09 +05:30
committed by GitHub
parent 0e6586734a
commit 634dd11d72
2 changed files with 0 additions and 5 deletions

View File

@@ -4,8 +4,6 @@ set -e
cd ~ || exit
export BENCH_DISABLE_UV=1
sudo apt update && sudo apt install redis-server libcups2-dev
pip install frappe-bench

View File

@@ -23,9 +23,6 @@ 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]