Update pyproject.toml
This commit is contained in:
@ -43,7 +43,7 @@ classifiers = [
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8.0"
|
python = "^3.8.0"
|
||||||
databases = "^0.7.0"
|
databases = "^0.7.0"
|
||||||
pydantic = "v2.5.3"
|
pydantic = "^2.5.3"
|
||||||
SQLAlchemy = "^1.4.42"
|
SQLAlchemy = "^1.4.42"
|
||||||
cryptography = { version = ">=41.0.3,<43.0.0", optional = true }
|
cryptography = { version = ">=41.0.3,<43.0.0", optional = true }
|
||||||
# Async database drivers
|
# Async database drivers
|
||||||
|
|||||||
Reference in New Issue
Block a user