@@ -32,8 +32,8 @@ classifiers = [
3232
3333[tool .poetry .dependencies ]
3434python = " ^3.7"
35- SQLAlchemy = " >=2.0.0,<=2.0.21 "
36- pydantic = { version = " >=2.1.1,<=2.4.2 " , extras = [" email" ] }
35+ SQLAlchemy = " >=2.0.0,<=2.1 "
36+ pydantic = { version = " >=2.1.1,<=2.5 " , extras = [" email" ] }
3737
3838[tool .poetry .dev-dependencies ]
3939pytest = " ^7.0.1"
@@ -90,16 +90,16 @@ skip_glob = [
9090[tool .mypy ]
9191# --strict
9292disallow_any_generics = true
93- disallow_subclassing_any = true
94- disallow_untyped_calls = true
93+ disallow_subclassing_any = true
94+ disallow_untyped_calls = true
9595disallow_untyped_defs = true
96- disallow_incomplete_defs = true
97- check_untyped_defs = true
98- disallow_untyped_decorators = true
96+ disallow_incomplete_defs = true
97+ check_untyped_defs = true
98+ disallow_untyped_decorators = true
9999no_implicit_optional = true
100- warn_redundant_casts = true
100+ warn_redundant_casts = true
101101warn_unused_ignores = true
102- warn_return_any = true
102+ warn_return_any = true
103103implicit_reexport = false
104104strict_equality = true
105105# --strict end
0 commit comments