Skip to content

Commit

Permalink
fix: missing dependency on Python 3.10 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored May 30, 2023
1 parent 0093245 commit 30f2450
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 @@ -23,7 +23,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">= 3.7"
attrs = ">= 20"
typing_extensions = { version = "*", python = "< 3.10" }
typing_extensions = { version = "*", python = "< 3.11" }
exceptiongroup = { version = "*", python = "< 3.11" }
ujson = { version = "^5.4.0", optional = true }
orjson = { version = "^3.5.2", markers = "implementation_name == 'cpython'", optional = true }
Expand Down

0 comments on commit 30f2450

Please sign in to comment.