Skip to content

Commit 6100e0e

Browse files
committed
update to GINO 1.0
1 parent acd5a58 commit 6100e0e

File tree

4 files changed

+124
-115
lines changed

4 files changed

+124
-115
lines changed

examples/prod_fastapi_demo/poetry.lock

Lines changed: 49 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/prod_fastapi_demo/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Aobo Shi <[email protected]>"]
77
[tool.poetry.dependencies]
88
python = "^3.6"
99
fastapi = "^0.54.0"
10-
gino-starlette = {path = "../.."} # gino = { version = "^1.0", extras = ["starlette"] }
10+
gino-starlette = {path = "../.."} # gino = {extras = ["starlette"], version = "^1.0.0"}
1111
importlib_metadata = { version = "^1.3.0", python = "<3.8" }
1212
uvicorn = "^0.11.2"
1313
gunicorn = "^20.0.4"

0 commit comments

Comments
 (0)