Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

1.1.1 (2026-06-24)
------------------

* Made ``DiscoveryMatch.label`` optional.

1.1.0 (2026-06-24)
------------------

Expand Down
2 changes: 1 addition & 1 deletion datamasque/client/models/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class DiscoveryMatch(BaseModel):

model_config = ConfigDict(extra="allow")

label: str
label: Optional[str] = None
categories: list[str]
flagged_by: str
description: str
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "datamasque-python"
version = "1.1.0"
version = "1.1.1"
description = "Official Python client for the DataMasque data-masking API."
authors = [
{ name = "DataMasque Ltd" },
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading