Fix redis ssl issues 5

This commit is contained in:
2026-01-25 08:43:24 +01:00
parent b44d7c8c1b
commit c8dc021e13
4 changed files with 43 additions and 128 deletions

View File

@@ -18,7 +18,7 @@ httpx==0.25.1
aiohttp==3.9.1
# Redis
redis==5.0.1
redis==6.4.0
hiredis==2.2.3
# Utilities

View File

@@ -15,7 +15,7 @@ psycopg2-binary==2.9.9
aio-pika==9.3.0
# Redis
redis[hiredis]==5.0.1
redis==6.4.0
# HTTP client
httpx==0.25.1

View File

@@ -9,7 +9,7 @@ httpx==0.25.2
pydantic==2.5.0
pydantic-settings==2.1.0
structlog==24.1.0
redis==5.0.1
redis==6.4.0
ortools==9.8.3296 # Google OR-Tools for VRP optimization
# Message queuing