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:
dbtreasure
2025-07-22 18:44:04 -06:00
parent 6e3a0a2d5d
commit f710c94b6e
2 changed files with 2 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### 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
incorrect type.

View File

@@ -36,7 +36,6 @@ dependencies = [
"openai~=1.74.0",
# Explicit dependency pins for Python 3.11+ compatibility
"numba>=0.61.0",
"llvmlite>=0.44.0",
]
[project.urls]