Update pyproject.toml

This commit is contained in:
ApplifyAI
2024-10-11 23:23:26 +08:00
committed by GitHub
parent b63b9d32cf
commit b03cf6b903

View File

@ -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