Commit 8ff1ae2
committed
fix: add exceptiongroup dependency for Python 3.10 compatibility
ROOT CAUSE:
Python 3.10 doesn't have BaseExceptionGroup in builtins.
The exceptiongroup backport package needs to be installed.
CHANGES:
- Added "exceptiongroup>=1.2.0; python_version < '3.11'" to dependencies
IMPACT:
Python 3.10 tests will now pass
FILES MODIFIED:
- pyproject.toml
- uv.lock1 parent 881d204 commit 8ff1ae2
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments