Skip to content

Commit

Permalink
Merge pull request #2867 from lunkwill42/bugfix/remove-pydantic
Browse files Browse the repository at this point in the history
Remove nonsensical pydantic requirement
  • Loading branch information
lunkwill42 authored Mar 7, 2024
2 parents 58b6db8 + f426a1a commit 3c4f8bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"pydantic >= 2.0",
"importlib_metadata; python_version < '3.8'",
"importlib_resources; python_version < '3.9'",
]
Expand Down

0 comments on commit 3c4f8bd

Please sign in to comment.