Address code review feedback: remove explicit llvmlite pin
- Remove explicit llvmlite>=0.44.0 pin as numba>=0.61.0 automatically pulls compatible version - Add changelog entry for Python 3.11+ dependency fix 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -31,6 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed a dependency issue for uv users where an `llvmlite` version required python 3.9.
|
||||||
|
|
||||||
- Fixed an issue in `MiniMaxHttpTTSService` where the `pitch` param was the
|
- Fixed an issue in `MiniMaxHttpTTSService` where the `pitch` param was the
|
||||||
incorrect type.
|
incorrect type.
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,6 @@ dependencies = [
|
|||||||
"openai~=1.74.0",
|
"openai~=1.74.0",
|
||||||
# Explicit dependency pins for Python 3.11+ compatibility
|
# Explicit dependency pins for Python 3.11+ compatibility
|
||||||
"numba>=0.61.0",
|
"numba>=0.61.0",
|
||||||
"llvmlite>=0.44.0",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
Reference in New Issue
Block a user