diff --git a/requirements.txt b/requirements.txt index 1e986c1..e1b03a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Core evolution system -openai>=1.0.0 # LLM client (OpenAI-compatible: Mistral, Ollama, etc.) +openai>=2.38.0 # LLM client (OpenAI-compatible: Mistral, Ollama, etc.) pytest>=7.0.0 # Test execution for generated code flake8>=6.0.0 # Linting for generated code