Skip to content

Commit

Permalink
Remove dependency on typing-extensions (since python>=3.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
NowanIlfideme committed Nov 11, 2024
1 parent 741e80d commit f15005d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ classifiers = [
"Typing :: Typed",
"Operating System :: OS Independent",
]
dependencies = [
"pydantic>=2", # including pydantic>=2.0.0!
"typing_extensions>=4.5.0",
]
dependencies = ["pydantic>=2"]
urls = { github = "https://github.com/NowanIlfideme/pydantic-yaml", docs = "https://pydantic-yaml.readthedocs.io/en/latest/" }

[project.optional-dependencies]
Expand Down

0 comments on commit f15005d

Please sign in to comment.