Skip to content

Commit 244394e

Browse files
author
Matthew Boentoro
committed
Add date to changelog and change dependency for azure-postgresql-auth
1 parent 3475355 commit 244394e

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

sdk/postgresql/azure-postgresql-auth/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
# Release History
22

3-
## 1.0.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.0.2 (2026-05-05)
84

95
### Bugs Fixed
106

117
- Removed dependency on `DefaultAzureCredential` in source library
128
- Fixed `get_entra_conninfo_async` and `get_entra_token_async` closing the credential by using it as a context manager
139

14-
### Other Changes
15-
1610
## 1.0.1 (2025-11-26)
1711

1812
### Other Changes

sdk/postgresql/azure-postgresql-auth/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.14",
2525
]
2626
dependencies = [
27-
"azure-core>=1.29.4",
27+
"azure-core>=1.31.0",
2828
]
2929
dynamic = ["version", "readme"]
3030

0 commit comments

Comments
 (0)