From 2cb2cc6f77295c734c4fec3cbd07dd276224cbd6 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sat, 9 May 2026 20:14:19 +0000 Subject: [PATCH 01/13] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..6af7325 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>nomyo-ai/renovate-config" + ] +} From 0b8c52e0daae1c7c89e2afccdbb70d3072222b6a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 May 2026 20:17:43 +0000 Subject: [PATCH 02/13] fix(deps): update dependency cryptography to v46.0.7 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 74c4203..3c4bbcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "anyio==4.12.0", "certifi==2025.11.12", "cffi==2.0.0", - "cryptography==46.0.6", + "cryptography==46.0.7", "exceptiongroup==1.3.1", "h11==0.16.0", "httpcore==1.0.9", diff --git a/requirements.txt b/requirements.txt index 868c9f0..74240a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ anyio==4.12.0 certifi==2025.11.12 cffi==2.0.0 -cryptography==46.0.6 +cryptography==46.0.7 exceptiongroup==1.3.1 h11==0.16.0 httpcore==1.0.9 From e44c11e8965ca355523e5ce6d8a73890eecd468c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 May 2026 20:18:02 +0000 Subject: [PATCH 03/13] fix(deps): update dependency anyio to v4.13.0 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 74c4203..fd2129c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] requires-python = ">=3.10" dependencies = [ - "anyio==4.12.0", + "anyio==4.13.0", "certifi==2025.11.12", "cffi==2.0.0", "cryptography==46.0.6", diff --git a/requirements.txt b/requirements.txt index 868c9f0..affcdad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -anyio==4.12.0 +anyio==4.13.0 certifi==2025.11.12 cffi==2.0.0 cryptography==46.0.6 From 8c3de5bfe40842e8da23585fbbe308eff2c2326f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 May 2026 20:18:10 +0000 Subject: [PATCH 04/13] fix(deps): update dependency idna to v3.13 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 74c4203..3c815f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "h11==0.16.0", "httpcore==1.0.9", "httpx==0.28.1", - "idna==3.11", + "idna==3.13", "pycparser==2.23", "typing_extensions==4.15.0", ] diff --git a/requirements.txt b/requirements.txt index 868c9f0..4ff952c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ exceptiongroup==1.3.1 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 -idna==3.11 +idna==3.13 pycparser==2.23 typing_extensions==4.15.0 From c65f01b59cc2743fd0d9480ab0a0c9a3f4a2243f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 May 2026 20:19:39 +0000 Subject: [PATCH 05/13] fix(deps): update dependency certifi to v2026 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e924a8b..a4beec6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ "anyio==4.13.0", - "certifi==2025.11.12", + "certifi==2026.4.22", "cffi==2.0.0", "cryptography==46.0.7", "exceptiongroup==1.3.1", diff --git a/requirements.txt b/requirements.txt index 18b3715..655c010 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ anyio==4.13.0 -certifi==2025.11.12 +certifi==2026.4.22 cffi==2.0.0 cryptography==46.0.7 exceptiongroup==1.3.1 From 1452795e9ab124fdd5dcc4cd17ad83530f424341 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 May 2026 21:00:48 +0000 Subject: [PATCH 06/13] fix(deps): update dependency cryptography to v48 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e924a8b..c4bdc3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "anyio==4.13.0", "certifi==2025.11.12", "cffi==2.0.0", - "cryptography==46.0.7", + "cryptography==48.0.0", "exceptiongroup==1.3.1", "h11==0.16.0", "httpcore==1.0.9", diff --git a/requirements.txt b/requirements.txt index 18b3715..e6493c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ anyio==4.13.0 certifi==2025.11.12 cffi==2.0.0 -cryptography==46.0.7 +cryptography==48.0.0 exceptiongroup==1.3.1 h11==0.16.0 httpcore==1.0.9 From 81892b3e4e035953593ad2c08603e84898f38127 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 May 2026 21:00:57 +0000 Subject: [PATCH 07/13] fix(deps): update dependency pycparser to v3 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e924a8b..715bbf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "httpcore==1.0.9", "httpx==0.28.1", "idna==3.13", - "pycparser==2.23", + "pycparser==3.0", "typing_extensions==4.15.0", ] diff --git a/requirements.txt b/requirements.txt index 18b3715..cd4d585 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 idna==3.13 -pycparser==2.23 +pycparser==3.0 typing_extensions==4.15.0 From c76e48c7388411ae86707ac892e05b46982484ee Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 10 May 2026 20:39:38 +0000 Subject: [PATCH 08/13] fix(deps): update dependency idna to v3.14 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 927020f..2199bb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "h11==0.16.0", "httpcore==1.0.9", "httpx==0.28.1", - "idna==3.13", + "idna==3.14", "pycparser==3.0", "typing_extensions==4.15.0", ] diff --git a/requirements.txt b/requirements.txt index 46688c9..5ac5bfb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ exceptiongroup==1.3.1 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 -idna==3.13 +idna==3.14 pycparser==3.0 typing_extensions==4.15.0 From 8b90f9224f8aca769929c1f1bf5668fe988e191d Mon Sep 17 00:00:00 2001 From: alpha nerd Date: Mon, 11 May 2026 10:27:33 +0200 Subject: [PATCH 09/13] bump: version --- nomyo/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nomyo/__init__.py b/nomyo/__init__.py index a4aa26a..38d9bef 100644 --- a/nomyo/__init__.py +++ b/nomyo/__init__.py @@ -51,6 +51,6 @@ try: except ImportError: pass -__version__ = "0.2.8" +__version__ = "0.2.9" __author__ = "NOMYO AI" __license__ = "Apache-2.0" diff --git a/pyproject.toml b/pyproject.toml index 2199bb2..f5820c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "nomyo" -version = "0.2.8" +version = "0.2.9" description = "OpenAI-compatible secure chat client with end-to-end encryption for NOMYO Inference Endpoints" authors = [ {name = "NOMYO.AI", email = "ichi@nomyo.ai"}, From 92e04bcbac5515654ee68470a816029215114c7a Mon Sep 17 00:00:00 2001 From: alpha-nerd Date: Wed, 13 May 2026 10:13:51 +0200 Subject: [PATCH 10/13] =?UTF-8?q?.forgejo/workflows/nyx-scan.yml=20hinzuge?= =?UTF-8?q?f=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/nyx-scan.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .forgejo/workflows/nyx-scan.yml diff --git a/.forgejo/workflows/nyx-scan.yml b/.forgejo/workflows/nyx-scan.yml new file mode 100644 index 0000000..2ee672c --- /dev/null +++ b/.forgejo/workflows/nyx-scan.yml @@ -0,0 +1,32 @@ +name: NYX Security Scan + +on: + pull_request: + branches: [main, master] + +jobs: + nyx-scan: + runs-on: docker-amd64 + + steps: + - name: Checkout PR + run: | + git clone --depth=1 \ + "https://oauth2:${{ github.token }}@bitfreedom.net/code/${{ github.repository }}.git" \ + . + git fetch --depth=1 origin ${{ github.sha }} + git checkout ${{ github.sha }} + + - name: Fetch action source + run: | + git clone --depth=1 --branch master \ + "https://oauth2:${{ github.token }}@bitfreedom.net/code/nomyo-ai/actions.git" \ + ./.nyx-action + + - uses: ./.nyx-action/nyx-scan + with: + forgejo_push_token: ${{ secrets.FORGEJO_PUSH_TOKEN }} + repository: ${{ github.repository }} + pr_number: ${{ github.event.pull_request.number }} + sha: ${{ github.sha }} + fail_on: HIGH \ No newline at end of file From daa277243902717af1d2e04cf9f1fbf094693651 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 May 2026 08:29:06 +0000 Subject: [PATCH 11/13] fix(deps): update dependency idna to v3.15 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f5820c2..a5f2124 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "h11==0.16.0", "httpcore==1.0.9", "httpx==0.28.1", - "idna==3.14", + "idna==3.15", "pycparser==3.0", "typing_extensions==4.15.0", ] diff --git a/requirements.txt b/requirements.txt index 5ac5bfb..c53cfd7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ exceptiongroup==1.3.1 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 -idna==3.14 +idna==3.15 pycparser==3.0 typing_extensions==4.15.0 From b9fbf4ef729ccef6b0d65a07b32d3b7dc64dd38d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 May 2026 11:53:55 +0000 Subject: [PATCH 12/13] fix(deps): update dependency certifi to v2026.5.20 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a5f2124..c3b83bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ "anyio==4.13.0", - "certifi==2026.4.22", + "certifi==2026.5.20", "cffi==2.0.0", "cryptography==48.0.0", "exceptiongroup==1.3.1", diff --git a/requirements.txt b/requirements.txt index c53cfd7..d5cbcea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ anyio==4.13.0 -certifi==2026.4.22 +certifi==2026.5.20 cffi==2.0.0 cryptography==48.0.0 exceptiongroup==1.3.1 From ed25554b45706973fde6a3ebd18c4a928a308536 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 22 May 2026 00:24:17 +0000 Subject: [PATCH 13/13] fix(deps): update dependency idna to v3.16 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c3b83bb..c42fef8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "h11==0.16.0", "httpcore==1.0.9", "httpx==0.28.1", - "idna==3.15", + "idna==3.16", "pycparser==3.0", "typing_extensions==4.15.0", ] diff --git a/requirements.txt b/requirements.txt index d5cbcea..2e17834 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ exceptiongroup==1.3.1 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 -idna==3.15 +idna==3.16 pycparser==3.0 typing_extensions==4.15.0