Skip to content

Commit

Permalink
⬆ Bump minimal ormar version #73
Browse files Browse the repository at this point in the history
  • Loading branch information
uriyyo committed Apr 25, 2021
1 parent dc86a10 commit 8d95c51
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
28 changes: 18 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ databases = { version = "^0.4.0", extras = ["postgresql", "sqlite", "mysql"], op
orm = { version = "^0.1.5", optional = true }
tortoise-orm = { version = ">=0.16.18,<0.18.0", extras = ["asyncpg", "aiomysql", "aiosqlite"], optional = true }
asyncpg = { version = "0.22.0", optional = true }
ormar = { version = ">=0.9.8,<0.11.0", optional = true}
ormar = { version = ">=0.10.5,<0.11.0", optional = true}
Django = { version = "<3.3.0", optional = true}

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 8d95c51

Please sign in to comment.