Skip to content

Commit d770f5a

Browse files
Update asyncpg requirement from ^0.25.0 to >=0.25,<0.27 (#69)
Updates the requirements on [asyncpg](https://github.com/MagicStack/asyncpg) to permit the latest version. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](MagicStack/asyncpg@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: asyncpg dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 28089e9 commit d770f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = ["postgres", "postgresql", "asyncpg", "asyncio", "orm"]
1616

1717
[tool.poetry.dependencies]
1818
python = "^3.8"
19-
asyncpg = "^0.25.0"
19+
asyncpg = ">=0.25,<0.27"
2020
pydantic = "^1.9.0"
2121

2222
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)