version 2.2.357 (#1510)

This commit is contained in:
Omri Mendels
2025-01-13 13:53:09 +02:00
committed by GitHub
parent e1f854dd15
commit a78e659f3d
5 changed files with 17 additions and 6 deletions

View File

@@ -14,6 +14,16 @@ All notable changes to this project will be documented in this file.
### General
## [2.3.357] - 2025-01-13
### Analyzer
- Example GLiNER integration (#1504)
### General
- Docs revamp and docstring bug fixes (#1500)
- Minor updates to the mkdocstrings config (#1503)
## [2.3.356] - 2024-12-15
### Analyzer
@@ -499,8 +509,9 @@ Upgrade Analyzer spacy version to 3.0.5
#### Deanonymize:
New endpoint for deanonymizing encrypted entities by the anonymizer.
[unreleased]: https://github.com/microsoft/presidio/compare/2.2.356...HEAD
[2.2.356]: https://github.com/microsoft/presidio/compare/2.2.355...356
[unreleased]: https://github.com/microsoft/presidio/compare/2.2.357...HEAD
[2.2.357]: https://github.com/microsoft/presidio/compare/2.2.356...2.2.357
[2.2.356]: https://github.com/microsoft/presidio/compare/2.2.355...2.2.356
[2.2.355]: https://github.com/microsoft/presidio/compare/2.2.354...2.2.355
[2.2.354]: https://github.com/microsoft/presidio/compare/2.2.353...2.2.354
[2.2.353]: https://github.com/microsoft/presidio/compare/2.2.352...2.2.353

View File

@@ -4,7 +4,7 @@ requires = ["poetry-core"]
[tool.poetry]
name = "presidio_analyzer"
version = "2.2.356"
version = "2.2.357"
description = "Presidio Analyzer package"
authors = ["Presidio <presidio@microsoft.com>"]
license = "MIT"

View File

@@ -4,7 +4,7 @@ requires = ["poetry-core"]
[tool.poetry]
name = "presidio_anonymizer"
version = "2.2.356"
version = "2.2.357"
description = "Presidio Anonymizer package - replaces analyzed text with desired values."
authors = ["Presidio <presidio@microsoft.com>"]
license = "MIT"

View File

@@ -4,7 +4,7 @@ requires = ["poetry-core"]
[tool.poetry]
name = "presidio-image-redactor"
version = "0.0.54"
version = "0.0.55"
description = "Presidio image redactor package"
authors = ["Presidio <presidio@microsoft.com>"]
license = "MIT"

View File

@@ -4,7 +4,7 @@ requires = ["poetry-core"]
[tool.poetry]
name = "presidio_structured"
version = "0.0.3-alpha"
version = "0.0.4-alpha"
description = "Presidio structured package - analyzes and anonymizes structured and semi-structured data."
authors = ["Presidio <presidio@microsoft.com>"]
license = "MIT"