Skip to content

Commit 45eadda

Browse files
Sid MohanSid Mohan
authored andcommitted
v2.1.1
1 parent 147f129 commit 45eadda

File tree

6 files changed

+890
-41
lines changed

6 files changed

+890
-41
lines changed

poetry.lock

Lines changed: 110 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "datafog"
3-
version = "2.0.1"
3+
version = "2.1.1"
44
description = "Scan, redact, and manage PII in your documents before they get uploaded to a Retrieval Augmented Generation (RAG) system."
55
authors = ["Sid Mohan <[email protected]>"]
66
license = "MIT"
@@ -10,12 +10,12 @@ readme = "README.md"
1010
python = "^3.10"
1111
presidio-analyzer = "^2.2.353"
1212
presidio-anonymizer = "^2.2.353"
13-
polars = "^0.20.10"
1413
numpy = "^1.26.4"
1514
pytest = "^8.0.1"
1615
requests-mock = "^1.11.0"
1716
spacy = "3.4.4"
1817
en-spacy-pii-fast = {url = "https://huggingface.co/beki/en_spacy_pii_fast/resolve/main/en_spacy_pii_fast-any-py3-none-any.whl"}
18+
pandas = "^2.2.1"
1919

2020
[build-system]
2121
requires = ["poetry-core"]

0 commit comments

Comments
 (0)