Skip to content

Commit

Permalink
Update aiomysql
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Feb 12, 2022
1 parent 8455c55 commit 4ec78be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 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 @@ -28,7 +28,7 @@ SQLAlchemy = ">=1.3,<1.4"

# drivers
asyncpg = { version = ">=0.18,<1.0", optional = true }
aiomysql = { version = "^0.0.21", optional = true }
aiomysql = "^0.0.22"

# compatibility
contextvars = { version = "^2.4", python = "<3.7" }
Expand Down

0 comments on commit 4ec78be

Please sign in to comment.