From 244394e9c44d393a5a18a58a99e52e877a9bae37 Mon Sep 17 00:00:00 2001 From: Matthew Boentoro Date: Tue, 28 Apr 2026 12:17:17 -0700 Subject: [PATCH 1/2] Add date to changelog and change dependency for azure-postgresql-auth --- sdk/postgresql/azure-postgresql-auth/CHANGELOG.md | 8 +------- sdk/postgresql/azure-postgresql-auth/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/sdk/postgresql/azure-postgresql-auth/CHANGELOG.md b/sdk/postgresql/azure-postgresql-auth/CHANGELOG.md index 740d75040e66..c28f514a37d5 100644 --- a/sdk/postgresql/azure-postgresql-auth/CHANGELOG.md +++ b/sdk/postgresql/azure-postgresql-auth/CHANGELOG.md @@ -1,18 +1,12 @@ # Release History -## 1.0.2 (Unreleased) - -### Features Added - -### Breaking Changes +## 1.0.2 (2026-05-05) ### Bugs Fixed - Removed dependency on `DefaultAzureCredential` in source library - Fixed `get_entra_conninfo_async` and `get_entra_token_async` closing the credential by using it as a context manager -### Other Changes - ## 1.0.1 (2025-11-26) ### Other Changes diff --git a/sdk/postgresql/azure-postgresql-auth/pyproject.toml b/sdk/postgresql/azure-postgresql-auth/pyproject.toml index 902a92a6a6f9..c964545381d7 100644 --- a/sdk/postgresql/azure-postgresql-auth/pyproject.toml +++ b/sdk/postgresql/azure-postgresql-auth/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.14", ] dependencies = [ - "azure-core>=1.29.4", + "azure-core>=1.31.0", ] dynamic = ["version", "readme"] From 95efd6884fb42a38e569333cb46a1b948da59ea6 Mon Sep 17 00:00:00 2001 From: Matthew Boentoro Date: Tue, 28 Apr 2026 13:33:53 -0700 Subject: [PATCH 2/2] address comment --- sdk/postgresql/azure-postgresql-auth/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk/postgresql/azure-postgresql-auth/CHANGELOG.md b/sdk/postgresql/azure-postgresql-auth/CHANGELOG.md index c28f514a37d5..ab66de148691 100644 --- a/sdk/postgresql/azure-postgresql-auth/CHANGELOG.md +++ b/sdk/postgresql/azure-postgresql-auth/CHANGELOG.md @@ -7,6 +7,10 @@ - Removed dependency on `DefaultAzureCredential` in source library - Fixed `get_entra_conninfo_async` and `get_entra_token_async` closing the credential by using it as a context manager +### Other Changes + +- Bumped minimum dependency on `azure-core` to `>=1.31.0` + ## 1.0.1 (2025-11-26) ### Other Changes