Skip to content

Commit

Permalink
fix: exceptiongroup import python < 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanArhancet authored and provinzkraut committed Jan 27, 2024
1 parent cbc9649 commit 70873df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ classifiers = [
dependencies = [
"anyio>=3",
"httpx>=0.22",
"exceptiongroup; python_version < \"3.11\"",
"importlib-metadata; python_version < \"3.10\"",
"importlib-resources>=5.12.0; python_version < \"3.9\"",
"msgspec>=0.18.2",
Expand Down Expand Up @@ -106,7 +107,6 @@ dev = [
"starlette",
"trio",
"aiosqlite",
"exceptiongroup; python_version < \"3.11\"",
"asyncpg>=0.29.0",
"psycopg[pool,binary]>=3.1.10",
"psycopg2-binary",
Expand Down

0 comments on commit 70873df

Please sign in to comment.