diff --git a/pyproject.toml b/pyproject.toml index caef1ec..71f41ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ types-urllib3="^1.26.25.11" types-python-dateutil="^2.8.19.12" types-simplejson="^3.19.0.0" pydantic = ">=1.9.1" -SQLAlchemy = { version = ">=1.3.20,<2.0.33", optional = true } +SQLAlchemy = { version = ">=1.3.20,<2.0.34", optional = true } Faker = { version = ">=13.6.0,<28.2.0", optional = true } fastapi = { version = ">=0.78.0,<0.95.2", optional = true } psycopg2-binary = "^2.9.5"