Skip to content

Commit

Permalink
fix: import typing extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
tklockau committed Nov 18, 2024
1 parent 38474b0 commit 4c2478e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ classifiers = [
]
dependencies = [
"jsonschema>=4.4.0",
"fastjsonschema>=2.16.2"
"fastjsonschema>=2.16.2",
"typing_extensions==4.12.2"
]

[project.urls]
Expand Down

0 comments on commit 4c2478e

Please sign in to comment.