node9 1.1.2__tar.gz → 1.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {node9-1.1.2 → node9-1.1.3}/CHANGELOG.md +8 -0
- {node9-1.1.2 → node9-1.1.3}/PKG-INFO +1 -1
- {node9-1.1.2 → node9-1.1.3}/pyproject.toml +1 -1
- {node9-1.1.2 → node9-1.1.3}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {node9-1.1.2 → node9-1.1.3}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {node9-1.1.2 → node9-1.1.3}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {node9-1.1.2 → node9-1.1.3}/.github/workflows/ai-review.yml +0 -0
- {node9-1.1.2 → node9-1.1.3}/.github/workflows/auto-pr.yml +0 -0
- {node9-1.1.2 → node9-1.1.3}/.github/workflows/ci.yml +0 -0
- {node9-1.1.2 → node9-1.1.3}/.github/workflows/release.yml +0 -0
- {node9-1.1.2 → node9-1.1.3}/.gitignore +0 -0
- {node9-1.1.2 → node9-1.1.3}/LICENSE +0 -0
- {node9-1.1.2 → node9-1.1.3}/README.md +0 -0
- {node9-1.1.2 → node9-1.1.3}/conftest.py +0 -0
- {node9-1.1.2 → node9-1.1.3}/examples/basic.py +0 -0
- {node9-1.1.2 → node9-1.1.3}/examples/crewai_agent.py +0 -0
- {node9-1.1.2 → node9-1.1.3}/examples/langchain_agent.py +0 -0
- {node9-1.1.2 → node9-1.1.3}/node9/__init__.py +0 -0
- {node9-1.1.2 → node9-1.1.3}/node9/_client.py +0 -0
- {node9-1.1.2 → node9-1.1.3}/node9/_config.py +0 -0
- {node9-1.1.2 → node9-1.1.3}/node9/_decorator.py +0 -0
- {node9-1.1.2 → node9-1.1.3}/node9/_exceptions.py +0 -0
- {node9-1.1.2 → node9-1.1.3}/scripts/ai-review.mjs +0 -0
- {node9-1.1.2 → node9-1.1.3}/scripts/e2e.sh +0 -0
- {node9-1.1.2 → node9-1.1.3}/tests/test_client.py +0 -0
- {node9-1.1.2 → node9-1.1.3}/tests/test_config.py +0 -0
- {node9-1.1.2 → node9-1.1.3}/tests/test_decorator.py +0 -0
- {node9-1.1.2 → node9-1.1.3}/tests/test_exceptions.py +0 -0
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- version list -->
|
|
4
4
|
|
|
5
|
+
## v1.1.3 (2026-04-04)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Merge latest dev updates into main ([#4](https://github.com/node9-ai/node9-python/pull/4),
|
|
10
|
+
[`b09c223`](https://github.com/node9-ai/node9-python/commit/b09c223e859ed803d93aba9ee823b95583868c15))
|
|
11
|
+
|
|
12
|
+
|
|
5
13
|
## v1.1.2 (2026-04-04)
|
|
6
14
|
|
|
7
15
|
### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: node9
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.3
|
|
4
4
|
Summary: Execution security for Python AI agents — seatbelt for LangChain, CrewAI, and plain Python.
|
|
5
5
|
Project-URL: Homepage, https://node9.ai
|
|
6
6
|
Project-URL: Repository, https://github.com/node9-ai/node9-python
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "node9"
|
|
7
|
-
version = "1.1.
|
|
7
|
+
version = "1.1.3"
|
|
8
8
|
description = "Execution security for Python AI agents — seatbelt for LangChain, CrewAI, and plain Python."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "Apache-2.0" }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|