fix: lift openai version constraints across packages (#33088)

re: #33038 and https://github.com/openai/openai-python/issues/2644
This commit is contained in:
Mason Daugherty
2025-09-24 15:25:10 -04:00
committed by GitHub
parent 4f8a76b571
commit 2e9291cdd7
6 changed files with 8 additions and 8 deletions

View File

@@ -380,7 +380,7 @@ name = "exceptiongroup"
version = "1.3.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/0b/9f/a65090624ecf468cdca03533906e7c69ed7588582240cfe7cc9e770b50eb/exceptiongroup-1.3.0.tar.gz", hash = "sha256:b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88", size = 29749, upload-time = "2025-05-10T17:42:51.123Z" }
wheels = [
@@ -850,7 +850,7 @@ requires-dist = [
{ name = "aiohttp", specifier = ">=3.9.1,<4.0.0" },
{ name = "fireworks-ai", specifier = ">=0.13.0,<1.0.0" },
{ name = "langchain-core", editable = "../../core" },
{ name = "openai", specifier = ">=1.0.0,<1.108.0" },
{ name = "openai", specifier = ">=1.0.0,<2.0.0" },
{ name = "requests", specifier = ">=2.0.0,<3.0.0" },
]