Skip to content

Commit

Permalink
Improve typing (#133)
Browse files Browse the repository at this point in the history
- add `from __future__ import annotations` everywhere
- install all dependencies explicitly
  • Loading branch information
cthoyt authored Dec 1, 2024
1 parent 1696e2a commit 584cb5e
Show file tree
Hide file tree
Showing 11 changed files with 167 additions and 148 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ requires-python = ">=3.9"
dependencies = [
"pytrie",
"pydantic>=2.0",
"eval_type_backport; python_version < '3.10'",
"typing-extensions",
]

[project.optional-dependencies]
Expand Down
Loading

0 comments on commit 584cb5e

Please sign in to comment.