Skip to content

Commit

Permalink
Merge pull request #2 from wolfskaempf/master
Browse files Browse the repository at this point in the history
build: 🛠 allow anyio = ">=3.7.1,<5"
  • Loading branch information
alex-oleshkevich authored Apr 16, 2024
2 parents 333e68b + ed523bb commit ff7186f
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 @@ -29,7 +29,7 @@ classifiers = [
python = "^3.8"
aiosmtplib = { version = "^3.0", optional = true }
dkimpy = { version = "^1.0", optional = true }
anyio = "^4"
anyio = ">=3.7.1,<5"
jinja2 = { version = "^3.0", optional = true }

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit ff7186f

Please sign in to comment.