Skip to content

Commit 575fde4

Browse files
chore(deps): bump asyncpg in /reference-apps/fastapi-api-first (#34)
Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.30.0 to 0.31.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](MagicStack/asyncpg@v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: asyncpg dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f91f8f commit 575fde4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference-apps/fastapi-api-first/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pybreaker==1.4.1 # Circuit breaker
1212
httpx==0.28.1
1313

1414
# Database drivers (versions must match code-first for compatibility)
15-
asyncpg==0.30.0
15+
asyncpg==0.31.0
1616
aiomysql==0.3.2
1717
cryptography>=41.0.0 # Required for MySQL caching_sha2_password auth
1818
motor==3.7.1

0 commit comments

Comments
 (0)