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
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:
@ -1,5 +1,6 @@
|
||||
[project]
|
||||
name = "ormar"
|
||||
version = "0.20.1"
|
||||
|
||||
[tool.poetry]
|
||||
name = "ormar"
|
||||
@ -43,7 +44,7 @@ classifiers = [
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8.0"
|
||||
databases = "^0.7.0"
|
||||
pydantic = "^2.5.3"
|
||||
pydantic = ">=2.5.3"
|
||||
SQLAlchemy = "^1.4.42"
|
||||
cryptography = { version = ">=41.0.3,<43.0.0", optional = true }
|
||||
# Async database drivers
|
||||
|
||||
Reference in New Issue
Block a user