Skip to content

Commit 3f896e8

Browse files
uv: Add exceptiongroup
- Python module backports exception group support to Python 3.10 Assisted-by: Codex
1 parent b7ac5b0 commit 3f896e8

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
]
99
requires-python = ">=3.10"
1010
dependencies = [
11+
"exceptiongroup>=1.3.0",
1112
"httpx>=0.28.1",
1213
"pydantic>=2.12.0",
1314
]

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)