-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Labels
bugSomething isn't workingSomething isn't workingpythonPull requests for the Python Semantic KernelPull requests for the Python Semantic Kerneltriage
Description
Describe the bug
semantic-kernel/python/pyproject.toml
Lines 39 to 40 in 838b951
| # openai connector | |
| "openai >= 1.98.0,<2", |
OpenAI’s latest version is already 2.x. The dependency constraint here prevents my project from installing other packages that require
openai >= 2.0. We need to add support for OpenAI 2.x (2+).
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform
- Language: Python
- Source: main branch of repository
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpythonPull requests for the Python Semantic KernelPull requests for the Python Semantic Kerneltriage