Commit 5e536de
committed
feat: add Python 3.14 support
Widen Python version constraint from <3.14 to <3.15 and bump redisvl
minimum from 0.11.0 to 0.14.0, which supports Python 3.14.
- Update python constraint to >=3.10,<3.15
- Bump redisvl to >=0.14.0,<1.0.0
- Add Python 3.14 classifier and black target
- Fix semantic cache test that used distance_threshold=0.95
(was incorrectly treating distance as similarity score)
Closes #1481 parent 2d6216c commit 5e536de
3 files changed
Lines changed: 16 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
86 | | - | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments