We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848c147 commit bbfd02cCopy full SHA for bbfd02c
accentnotifications/__init__.py
@@ -1,3 +1,3 @@
1
"""Sending various forms of notifications such as smtp"""
2
3
-__version__ = "0.0.3"
+__version__ = "0.0.4"
pyproject.toml
@@ -16,7 +16,7 @@ classifiers = [
16
"Programming Language :: Python",
17
]
18
dependencies = [
19
- "pydantic>=2.0.1,<2.1.0",
+ "pydantic>=2.0.1,<2.2.0",
20
"pydantic-settings>=2.0.1,<2.1.0",
21
22
dynamic = ["version", "description"]
0 commit comments