diff --git a/Docker/requirements.txt b/Docker/requirements.txt index 4421c28..62b3af6 100644 --- a/Docker/requirements.txt +++ b/Docker/requirements.txt @@ -16,7 +16,7 @@ google-api-python-client==2.187.0 google-genai==1.61.0 # CVE-2025-4565 fix: Requires protobuf >= 4.25.8 (v4), >= 5.29.5 (v5), or >= 6.31.1 (v6) # Using v4 for compatibility; upgrade to v5/v6 requires testing -protobuf==6.33.5 +protobuf==7.34.1 # Ollama Python client for local LLM support ollama==0.6.1 # CVE-2024-45590, CVE-2024-42473: Fixed in requests >= 2.32.2 diff --git a/requirements.txt b/requirements.txt index c0ada00..2d4ff3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ google-api-python-client==2.188.0 google-genai==1.61.0 # CVE-2025-4565 fix: Requires protobuf >= 4.25.8 (v4), >= 5.29.5 (v5), or >= 6.31.1 (v6) # Using v4 for compatibility; upgrade to v5/v6 requires testing -protobuf==6.33.5 +protobuf==7.34.1 # Ollama Python client for local LLM support ollama==0.6.1 # CVE-2024-45590, CVE-2024-42473: Fixed in requests >= 2.32.2