It should amount to a one-line fix:
dependencies = [
- "openai>=1.1.0,<2.0.0",
+ "openai>=1.1.0,<3.0.0",
"httpx>=0.25.0,<1.0",
"pydantic>=1.10,<3",
"aiofiles>=0.5.0",
]
since breaking changes introduced by v2 was minimal.
We should make sure that all tests are run against two major versions of openai package.
It should amount to a one-line fix:
since breaking changes introduced by v2 was minimal.
We should make sure that all tests are run against two major versions of
openaipackage.