Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve ImportError for 'MessageContentText' Due to Typing Update in openai.types.beta.threads #12437

Merged

Commits on Mar 30, 2024

  1. Fix ImportError caused by outdated "MessageContentText" and "ThreadMe…

    …ssage" import
    
    Updated the import statement to align with the new update in "openai.types.beta.threads", resolving the ImportError that prevented successful library usage.
    MaHDiaLaGaB committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    7b5b0bd View commit details
    Browse the repository at this point in the history
  2. Fix ImportError caused by outdated "MessageContentText" and "ThreadMe…

    …ssage" import
    
    Updated the import statement to align with the new update in "openai.types.beta.threads", resolving the ImportError that prevented successful library usage.
    MaHDiaLaGaB committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    2eb676f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Revert "Fix ImportError caused by outdated "MessageContentText" and "…

    …ThreadMessage" import"
    
    This reverts commit 7b5b0bd.
    MaHDiaLaGaB committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    7e705bb View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Upgrade openai to 1.14.0

    MaHDiaLaGaB committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8bb5385 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. vbump

    logan-markewich committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    96311d3 View commit details
    Browse the repository at this point in the history