Commit 663893f
feat: relax dependency constraints for pymongo, elasticsearch, cachetools, and diskcache
Lower minimum versions based on compatibility research:
- pymongo: 4.15.0 → 4.0.0 (supports MongoDB 5.0+)
- elasticsearch: 9.0.0 → 8.0.0 (required for Elasticsearch 8.x)
- cachetools: 6.0.0 → 5.0.0 (stable API)
- diskcache: 5.6.0 → 5.0.0 (no breaking changes)
This provides broader compatibility while maintaining support for the
tested store versions.
Fixes #118
Co-authored-by: William Easton <[email protected]>1 parent 4af690a commit 663893f
File tree
3 files changed
+23
-23
lines changed- key-value
- key-value-aio
- key-value-sync
3 files changed
+23
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments