Skip to content

Commit

Permalink
✨ Upgrade databases version to 0.4.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
perdy committed Nov 16, 2020
1 parent 69d7108 commit 6696970
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -29,7 +29,7 @@ marshmallow = "^3.0"
python-forge = {version = "^18.6",optional = true}
apispec = {version = "^3.0",optional = true}
pyyaml = {version = "^5.0",optional = true}
databases = {version = "^0.2.0",optional = true}
databases = {version = "^0.4.0",optional = true}

[tool.poetry.dev-dependencies]
pytest = "^5.0"
Expand All @@ -52,7 +52,7 @@ black = {version = "^19.3b0",allow-prereleases = true}
uvicorn = ">=0.10.0,<1.0.0"
aiosqlite = ">=0.11.0,<1.0.0"
requests = "^2.22.0"
databases = ">=0.2.0,<1.0.0"
databases = ">=0.4.0,<1.0.0"

[tool.poetry.extras]
full = ["apispec","pyyaml","python-forge","sqlalchemy","databases"]
Expand Down

0 comments on commit 6696970

Please sign in to comment.