From 7957e839922c7c39f90b2935fcdfbb63d3f1e6ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 10:33:31 -0800 Subject: [PATCH 01/13] chore(deps): bump sentencepiece from 0.2.0 to 0.2.1 (#114) Bumps [sentencepiece](https://github.com/google/sentencepiece) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/google/sentencepiece/releases) - [Commits](https://github.com/google/sentencepiece/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: sentencepiece dependency-version: 0.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b4a6e1e7..c531c681 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ requests==2.32.3 spacy==3.7.5 pydantic==2.11.4 Pillow==11.2.1 -sentencepiece==0.2.0 +sentencepiece==0.2.1 protobuf==6.30.2 pytesseract==0.3.13 aiohttp==3.11.18 From 04091e04dd8f999ada1e3f1cf3625d260ab286f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 10:33:56 -0800 Subject: [PATCH 02/13] chore(deps): bump cryptography from 44.0.2 to 46.0.5 (#119) Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.2 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.2...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c531c681..3fdc78cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ setuptools>=68.0.0 pydantic-settings==2.3.4 typer==0.12.3 sphinx==7.2.6 -cryptography==44.0.2 +cryptography==46.0.5 # Testing dependencies pytest==7.4.0 From 1ab0b95d40275107adaa2bacb2cb9dee7c343cd7 Mon Sep 17 00:00:00 2001 From: sid mohan Date: Fri, 13 Feb 2026 10:35:41 -0800 Subject: [PATCH 03/13] chore(deps): bump pillow and protobuf pins --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3fdc78cd..2078e115 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,9 +3,9 @@ pandas==2.2.3 requests==2.32.3 spacy==3.7.5 pydantic==2.11.4 -Pillow==11.2.1 +Pillow==12.1.1 sentencepiece==0.2.1 -protobuf==6.30.2 +protobuf==6.33.5 pytesseract==0.3.13 aiohttp==3.11.18 numpy==1.26.4 @@ -20,4 +20,4 @@ cryptography==46.0.5 # Testing dependencies pytest==7.4.0 pytest-asyncio==0.21.0 -pytest-cov==4.1.0 \ No newline at end of file +pytest-cov==4.1.0 From 8163e80ab68d14b99fc1f113580b6434cbe86860 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 16 Feb 2026 03:14:35 +0000 Subject: [PATCH 04/13] chore: bump version to 4.3.0a1 [skip ci] --- datafog/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafog/__about__.py b/datafog/__about__.py index 111dc917..67aab652 100644 --- a/datafog/__about__.py +++ b/datafog/__about__.py @@ -1 +1 @@ -__version__ = "4.3.0" +__version__ = "4.3.0a1" From 33fae4ed6d82956e39e7a22df474eb2eb7af62d7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 19 Feb 2026 03:11:15 +0000 Subject: [PATCH 05/13] chore: bump version to 4.3.0b2 [skip ci] --- datafog/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafog/__about__.py b/datafog/__about__.py index 67aab652..7f5ba1d2 100644 --- a/datafog/__about__.py +++ b/datafog/__about__.py @@ -1 +1 @@ -__version__ = "4.3.0a1" +__version__ = "4.3.0b2" From 744370b08358de72772ff22f6efb55e08cac23a8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 23 Feb 2026 03:16:15 +0000 Subject: [PATCH 06/13] chore: bump version to 4.3.0a2 [skip ci] --- datafog/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafog/__about__.py b/datafog/__about__.py index 7f5ba1d2..9ef0c4a9 100644 --- a/datafog/__about__.py +++ b/datafog/__about__.py @@ -1 +1 @@ -__version__ = "4.3.0b2" +__version__ = "4.3.0a2" From 84d52dbba36d54b13ab42a91240784ff1edfa362 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 26 Feb 2026 03:09:33 +0000 Subject: [PATCH 07/13] chore: bump version to 4.3.0b3 [skip ci] --- datafog/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafog/__about__.py b/datafog/__about__.py index 9ef0c4a9..31595a63 100644 --- a/datafog/__about__.py +++ b/datafog/__about__.py @@ -1 +1 @@ -__version__ = "4.3.0a2" +__version__ = "4.3.0b3" From 4108984ec03fbfa099d56c9fae950de294bd98f8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 2 Mar 2026 03:12:17 +0000 Subject: [PATCH 08/13] chore: bump version to 4.3.0a3 [skip ci] --- datafog/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafog/__about__.py b/datafog/__about__.py index 31595a63..6a0400b0 100644 --- a/datafog/__about__.py +++ b/datafog/__about__.py @@ -1 +1 @@ -__version__ = "4.3.0b3" +__version__ = "4.3.0a3" From cb7d951fce8f50be816e9c7599604f6ef26b3bbb Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 5 Mar 2026 03:08:13 +0000 Subject: [PATCH 09/13] chore: bump version to 4.3.0b4 [skip ci] --- datafog/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafog/__about__.py b/datafog/__about__.py index 6a0400b0..10d2475c 100644 --- a/datafog/__about__.py +++ b/datafog/__about__.py @@ -1 +1 @@ -__version__ = "4.3.0a3" +__version__ = "4.3.0b4" From 107df2805856e8c3986641b3fe58e0de24608ea8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 9 Mar 2026 03:13:14 +0000 Subject: [PATCH 10/13] chore: bump version to 4.3.0a4 [skip ci] --- datafog/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafog/__about__.py b/datafog/__about__.py index 10d2475c..1e1c3b3b 100644 --- a/datafog/__about__.py +++ b/datafog/__about__.py @@ -1 +1 @@ -__version__ = "4.3.0b4" +__version__ = "4.3.0a4" From 0788e82dc15249f3613dee9b9ad471c69b23dd9e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 12 Mar 2026 03:08:47 +0000 Subject: [PATCH 11/13] chore: bump version to 4.3.0b5 [skip ci] --- datafog/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafog/__about__.py b/datafog/__about__.py index 1e1c3b3b..f74eef4c 100644 --- a/datafog/__about__.py +++ b/datafog/__about__.py @@ -1 +1 @@ -__version__ = "4.3.0a4" +__version__ = "4.3.0b5" From 14ae62e9bec2089111a5ce04c29ce2bb0ff2a255 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 16 Mar 2026 03:17:24 +0000 Subject: [PATCH 12/13] chore: bump version to 4.3.0a5 [skip ci] --- datafog/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafog/__about__.py b/datafog/__about__.py index f74eef4c..6a3dae89 100644 --- a/datafog/__about__.py +++ b/datafog/__about__.py @@ -1 +1 @@ -__version__ = "4.3.0b5" +__version__ = "4.3.0a5" From fac558d19083cab0811a4af8356177db3908aee6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 19 Mar 2026 03:13:18 +0000 Subject: [PATCH 13/13] chore: bump version to 4.3.0b6 [skip ci] --- datafog/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafog/__about__.py b/datafog/__about__.py index 6a3dae89..8923bd60 100644 --- a/datafog/__about__.py +++ b/datafog/__about__.py @@ -1 +1 @@ -__version__ = "4.3.0a5" +__version__ = "4.3.0b6"