Update pyproject.toml
Some checks failed
codspeed-benchmarks / benchmarks (push) Has been cancelled
lint / Python ${{ matrix.python-version }} (push) Has been cancelled
test_docs / Python ${{ matrix.python-version }} (push) Has been cancelled
type_check / Python ${{ matrix.python-version }} (push) Has been cancelled

This commit is contained in:
2025-07-09 11:22:02 +00:00
parent b03cf6b903
commit 84e449ce5d

View File

@ -1,5 +1,6 @@
[project] [project]
name = "ormar" name = "ormar"
version = "0.20.1"
[tool.poetry] [tool.poetry]
name = "ormar" name = "ormar"
@ -43,7 +44,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 = "^2.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