Skip to content

Commit cb51e3b

Browse files
Update openai requirement from >=1.0.0 to >=2.43.0
Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v1.0.0...v2.43.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.43.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05ad8d7 commit cb51e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core evolution system
2-
openai>=1.0.0 # LLM client (OpenAI-compatible: Mistral, Ollama, etc.)
2+
openai>=2.43.0 # LLM client (OpenAI-compatible: Mistral, Ollama, etc.)
33
pytest>=7.0.0 # Test execution for generated code
44
flake8>=6.0.0 # Linting for generated code
55

0 commit comments

Comments
 (0)