Skip to content

Commit

Permalink
Merge pull request #146 from atlanhq/am-680
Browse files Browse the repository at this point in the history
Am 680 Fix problem handling extra fields in classifications
  • Loading branch information
ErnestoLoma authored Oct 10, 2023
2 parents 140af23 + b5dbdb4 commit c29bd0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions pyatlan/model/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ class Announcement:


class AtlanTag(AtlanObject):
class Config:
extra = "forbid"

type_name: Optional[AtlanTagName] = Field(
None,
Expand Down
2 changes: 1 addition & 1 deletion pyatlan/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.3.2

0 comments on commit c29bd0b

Please sign in to comment.