fix: relax requirements.txt pins to accept Python 3.13+ #53
No reviewers
Labels
No labels
Agent
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
joshtronic/igor!53
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/rag-v1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The exact-version pins (fastembed==0.4.2, redisvl==0.3.6) excluded
Python 3.13, which is Debian Trixie's default python3. fastembed
0.5.0 was the first to support 3.13.
Switching to lower-bound pins: pip picks the newest compatible
version for the host Python. Trades reproducibility for actually
installing. Once we know what works, we can tighten if the
floating versions cause issues.