fix(keenetic): switch RCI client from aiohttp to httpx

aiohttp hung on KeenDNS from VPS while httpx works (keenetic-unified
pattern). Align add/import/bulk URL parsing with parse_keenetic_web_url.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-22 15:37:32 +03:00
parent c64b455f9a
commit 91e675566f
3 changed files with 161 additions and 260 deletions

View File

@@ -8,6 +8,7 @@ websockets==12.0
python-telegram-bot==21.5
psutil==6.0.0
aiohttp==3.10.0
httpx==0.27.2
pydantic==2.9.0
passlib[bcrypt]==1.7.4
python-jose[cryptography]==3.3.0