Skip to content

Commit b9a9e79

Browse files
deps(python): update cloud-sql-python-connector[asyncpg,pg8000] requirement
Updates the requirements on [cloud-sql-python-connector[asyncpg,pg8000]](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector) to permit the latest version. - [Release notes](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/releases) - [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/blob/main/CHANGELOG.md) - [Commits](GoogleCloudPlatform/cloud-sql-python-connector@v1.18.0...v1.20.1) --- updated-dependencies: - dependency-name: cloud-sql-python-connector[asyncpg,pg8000] dependency-version: 1.20.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b18c56 commit b9a9e79

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"asyncpg>=0.30.0",
2727
"pg8000>=1.31.0", # Sync driver for Cloud SQL Connector in GitHub Actions
2828
"alembic>=1.14.0",
29-
"cloud-sql-python-connector[asyncpg,pg8000]>=1.18.0", # Cloud SQL Connector
29+
"cloud-sql-python-connector[asyncpg,pg8000]>=1.20.1", # Cloud SQL Connector
3030
# Data & Plotting
3131
"pandas>=3.0.0",
3232
"numpy>=2.0.0",

uv.lock

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

0 commit comments

Comments
 (0)