Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid Mohan authored and Sid Mohan committed Mar 5, 2024
1 parent 147f129 commit 45eadda
Show file tree
Hide file tree
Showing 6 changed files with 890 additions and 41 deletions.
148 changes: 110 additions & 38 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "datafog"
version = "2.0.1"
version = "2.1.1"
description = "Scan, redact, and manage PII in your documents before they get uploaded to a Retrieval Augmented Generation (RAG) system."
authors = ["Sid Mohan <sid@datafog.ai>"]
license = "MIT"
Expand All @@ -10,12 +10,12 @@ readme = "README.md"
python = "^3.10"
presidio-analyzer = "^2.2.353"
presidio-anonymizer = "^2.2.353"
polars = "^0.20.10"
numpy = "^1.26.4"
pytest = "^8.0.1"
requests-mock = "^1.11.0"
spacy = "3.4.4"
en-spacy-pii-fast = {url = "https://huggingface.co/beki/en_spacy_pii_fast/resolve/main/en_spacy_pii_fast-any-py3-none-any.whl"}
pandas = "^2.2.1"

[build-system]
requires = ["poetry-core"]
Expand Down
Loading

0 comments on commit 45eadda

Please sign in to comment.