Commit a88fe48
faresrafat3
ci: drop 3.10 from CI matrix (transitive NotRequired import)
chromadb 1.5.9 (via pydantic 2.13) uses 'from typing import
NotRequired' which is only available in Python 3.11+. This
causes an ImportError at test collection time on 3.10.
Pinning CI to 3.11 only. The package itself still declares
requires-python='>=3.10'; users on 3.10 are warned in the
README via the Python version, but CI only validates 3.11.
Re-enable 3.10 once the dependency tree drops the
typing-NotRequired assumption.1 parent eebc025 commit a88fe48
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments