Skip to content

Commit 23c3887

Browse files
committed
chore: update OpenAI SDK version to 2.11.0 in requirements.txt
- Updated openai version from >=1.0.0 to >=2.11.0 - Version change reflects SDK upgrade from 2.9.0 to 2.11.0
1 parent b5e9377 commit 23c3887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mkdocs-minify-plugin>=0.7.0 # Minify HTML output
2020
mkdocs-include-markdown-plugin>=7.0.0 # Include markdown files
2121

2222
# Optional LLM packages (for tools/text_to_mindmap.py):
23-
# openai>=1.0.0 # OpenAI API client (for GPT models)
23+
# openai>=2.11.0 # OpenAI API client (for GPT models)
2424
# anthropic>=0.18.0 # Anthropic API client (for Claude models)
2525
# requests>=2.31.0 # HTTP library (for Ollama local LLM)
2626

0 commit comments

Comments
 (0)