Skip to content

Commit

Permalink
Remove strict versioning requirement of email-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Nov 27, 2023
1 parent a889c55 commit 8f99409
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 @@ -5,7 +5,7 @@ description = "soundevent is an open-source Python package for the computational
authors = [
{ name = "Santiago Martinez", email = "[email protected]" },
]
dependencies = ["pydantic>=2.0", "email-validator>=2.1.0.post1"]
dependencies = ["pydantic>=2.0", "email-validator>=2.0"]
requires-python = ">=3.8"
readme = "README.md"
license = { text = "MIT" }
Expand Down

0 comments on commit 8f99409

Please sign in to comment.