From 8d8b3a733ac775affa9781ba41818dbff3c96c6a Mon Sep 17 00:00:00 2001 From: Ernest Hill Date: Tue, 10 Oct 2023 09:38:45 +0300 Subject: [PATCH 1/2] Fix extra fields not permitted on classification reported by Simeone --- pyatlan/model/core.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyatlan/model/core.py b/pyatlan/model/core.py index 61297971f..9ad24c551 100644 --- a/pyatlan/model/core.py +++ b/pyatlan/model/core.py @@ -156,8 +156,6 @@ class Announcement: class AtlanTag(AtlanObject): - class Config: - extra = "forbid" type_name: Optional[AtlanTagName] = Field( None, From b5dbdb416e3d526ee5c97b1e3ca2c7b01fcc1474 Mon Sep 17 00:00:00 2001 From: Ernest Hill Date: Tue, 10 Oct 2023 13:17:32 +0300 Subject: [PATCH 2/2] Update version and HISTORY --- HISTORY.md | 4 ++++ pyatlan/version.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 7a4564542..bb4f1591e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 1.3.2 (October 10, 2023) + +* Fix bug preventing classifications with unexpected attributes from being read + ## 1.3.1 (October 6, 2023) * Fix bug preventing custom metadata from being read that were written with locked bug diff --git a/pyatlan/version.txt b/pyatlan/version.txt index 3a3cd8cc8..1892b9267 100644 --- a/pyatlan/version.txt +++ b/pyatlan/version.txt @@ -1 +1 @@ -1.3.1 +1.3.2