Skip to content

Commit 5a92708

Browse files
committed
Pin openai-whisper>=20250625 to fix CI build failure
The old version (20240930) uses a legacy setup.py that imports pkg_resources without declaring setuptools as a build dependency, causing uv sync --all-extras to fail in CI.
1 parent 28a842b commit 5a92708

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

python/packages/autogen-ext/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ video-surfer = [
6767
"autogen-agentchat==0.7.5",
6868
"opencv-python>=4.5",
6969
"ffmpeg-python",
70-
"openai-whisper",
70+
"openai-whisper>=20250625",
7171
]
7272
diskcache = [
7373
"diskcache>=5.6.3"

python/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)