We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f96e0 commit f66e08eCopy full SHA for f66e08e
1 file changed
operator/requirements.txt
@@ -14,10 +14,11 @@ cryptography==46.0.3
14
# Python dotenv (for reading .env files in diagnostics)
15
python-dotenv==1.2.1
16
17
-# AI provider SDKs (for API key validation in configure.py)
+# AI provider SDKs (for API key validation and catalog refresh in configure.py)
18
httpx==0.27.2 # Pinned to 0.27.x (0.28.x removed proxies parameter, breaks openai SDK)
19
openai==2.7.1 # Latest stable
20
anthropic==0.72.0 # Latest stable
21
+requests>=2.31.0 # For model catalog refresh (OpenRouter, Ollama)
22
23
# Numeric computation (for grounding calculation in admin scripts)
24
numpy==2.3.4 # Required for measurement tools and statistical calculations
0 commit comments