Skip to content

Python: Bug: Add Support for OpenAI 2.x (2+) Dependency #13508

@xsoutline

Description

@xsoutline

Describe the bug

# 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:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpythonPull requests for the Python Semantic Kerneltriage

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions