microsoft/promptbench

Compatibility Request: Upgrade openai Dependency to Support >=1.10.0

kennethleungty opened this issue · 0 comments

Environment

  • promptbench version: 0.0.2
  • langchain-openai version: 0.1.1
  • openai version requested: 1.14.3
  • Python version: [Your Python version]
  • Operating System: [Your OS]

Description

I am currently working on a project that relies on promptbench along with langchain-openai. However, I've encountered a dependency conflict with the openai package. promptbench requires openai version 1.3.7, while langchain-openai is compatible with versions before 2.0.0 and at least 1.10.0. For my use case, I need features that are available in openai version 1.10.0 or later.

Issue

The current version constraint of promptbench for the openai package prevents me from using the newer features of the openai library that are necessary for my project. This version conflict is causing installation and compatibility issues in my development environment.

Request

Would it be possible to update the promptbench dependency on the openai library to be compatible with version 1.10.0 or later? This update would greatly benefit users who need the newer features from the openai library.