File size: 1,539 Bytes
6686a2d
e23e5b1
 
6686a2d
 
e23e5b1
 
6686a2d
 
 
 
e23e5b1
 
9a64285
6686a2d
e23e5b1
 
9a64285
e23e5b1
 
9a64285
6686a2d
e23e5b1
 
9a64285
6686a2d
e23e5b1
 
9a64285
6686a2d
e23e5b1
 
 
 
 
 
 
 
 
9a64285
f4c1041
 
 
6686a2d
e23e5b1
 
6686a2d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# ============================================================================
# Enterprise Agentic Reliability Framework - SECURITY PATCHED
# Production-Optimized Dependencies with CVE Fixes
# ============================================================================
# 
# Last Updated: 2025-11-29
# Security Status: ✅ All critical CVEs patched
#
# ============================================================================

# === Core Web Framework ===
# SECURITY FIX: Upgraded from 5.49.1 to fix CVE-2025-23042 (CVSS 9.1)
gradio>=5.50.0,<6.0.0

# === Vector Search & Embeddings ===
# UPGRADE: From 2.2.2 to 5.1.1 (latest stable)
sentence-transformers>=5.1.1

# UPGRADE: From 1.7.4 to 1.13.0 (latest stable)
faiss-cpu>=1.13.0

# === Data Processing & Mathematics ===
# CONSERVATIVE UPDATE: Staying on 1.26.x for compatibility
numpy>=1.26.4,<2.0.0

# === Data Validation & Type Safety ===
# UPGRADE: From 2.5.0 to 2.11.x
pydantic>=2.11.0,<2.12

# === HTTP & API Communication ===
# SECURITY FIX: Upgraded from 2.31.0 to fix CVE-2023-32681 and CVE-2024-47081
requests>=2.32.5

# === Production Dependencies ===
# Circuit breaker pattern
circuitbreaker>=2.0.0

# Atomic file operations
atomicwrites>=1.4.1

# === Inference Provider ===
anthropic>=0.8.1

# ============================================================================
# Development Dependencies (install separately)
# pip install pytest pytest-asyncio pytest-cov pytest-mock black ruff mypy
# ============================================================================