You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APP-8146: Bumped deps to the latest and drop support for Python 3.8 (#700)
* APP-8146: Bumped deps to the latest and drop support for `Python 3.8`
* [ci] Fixed conda publish and pyatlan image build workflows
* APP-8066: Add python version in SDK headers
* [release] Bumped to release `7.2.0`
Copy file name to clipboardExpand all lines: HISTORY.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
## 7.2.0 (August 13, 2025)
2
+
3
+
### New Features
4
+
5
+
- Added Python version info to SDK headers and API logger.
6
+
7
+
### Breaking Changes
8
+
9
+
- Dropped support for `Python 3.8`.
10
+
11
+
### QOL Improvements
12
+
13
+
- Bumped various `core` and `dev` dependencies to latest versions.
14
+
- Fixed conda publish and pyatlan publish GitHub workflows.
15
+
- Fixed integration test failures due to Elasticsearch eventual consistency using custom retries (`glossary_test`, `test_client`, `persona/purpose_test`)
0 commit comments