Skip to content

Commit e3883dd

Browse files
committed
update deps and bump 0.0.21
1 parent d1a101b commit e3883dd

3 files changed

Lines changed: 171 additions & 170 deletions

File tree

accentdatabase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
declarative base, session, engine and mixins
44
"""
55

6-
__version__ = "0.0.20"
6+
__version__ = "0.0.21"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
]
1818
dependencies = [
1919
"pydantic>=2.0.1,<2.11.0",
20-
"pydantic-settings>=2.0.1,<2.8.0",
20+
"pydantic-settings>=2.0.1,<2.9.0",
2121
"sqlalchemy>=2.0.0,<2.1.0",
2222
]
2323
dynamic = ["version", "description"]

0 commit comments

Comments
 (0)