Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading