diff --git a/pyproject.toml b/pyproject.toml index ea0a068..ddb0b93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python = ">= 3.7, < 3.12" aiohttp = {extras = ["speedups"], version = "^3.7.4", optional = true} asyncpg = [ {version = "^0.23.0", python = ">= 3.7, < 3.11"}, - {git = "https://github.com/includesoftware/python-asyncpg.git", branch = "cython3", optional = true, python = "==3.11"} + {git = "https://github.com/musicinmybrain/asyncpg.git", branch = "cython3", optional = true, python = "==3.11"} ] hypothesis = {version = "^6.8.5", optional = true} dill = "^0.3.2"