Commit 2495e33
Brett Chaldecott
fix: add frozendict dependency for Python 3.13 compatibility
- Add frozendict ^2.4.0 to Poetry dependencies in pyproject.toml
- Add frozendict to requirements.txt for pip installations
- Resolves Python 3.13 compatibility issues with immutable dict types1 parent 3af2cc4 commit 2495e33
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
0 commit comments