agentic-flows 0.3.5__tar.gz → 0.3.6__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.
- {agentic_flows-0.3.5 → agentic_flows-0.3.6}/CHANGELOG.md +6 -0
- {agentic_flows-0.3.5 → agentic_flows-0.3.6}/PKG-INFO +7 -2
- {agentic_flows-0.3.5 → agentic_flows-0.3.6}/README.md +5 -0
- {agentic_flows-0.3.5 → agentic_flows-0.3.6}/.gitignore +0 -0
- {agentic_flows-0.3.5 → agentic_flows-0.3.6}/LICENSE +0 -0
- {agentic_flows-0.3.5 → agentic_flows-0.3.6}/NOTICE +0 -0
- {agentic_flows-0.3.5 → agentic_flows-0.3.6}/docs/maintainer/pypi.md +0 -0
- {agentic_flows-0.3.5 → agentic_flows-0.3.6}/hatch_build.py +0 -0
- {agentic_flows-0.3.5 → agentic_flows-0.3.6}/overview.md +0 -0
- {agentic_flows-0.3.5 → agentic_flows-0.3.6}/pyproject.toml +0 -0
- {agentic_flows-0.3.5 → agentic_flows-0.3.6}/src/agentic_flows/__init__.py +0 -0
- {agentic_flows-0.3.5 → agentic_flows-0.3.6}/src/agentic_flows/py.typed +0 -0
|
@@ -9,6 +9,12 @@ Historical release entries below preserve the wording that shipped with tagged
|
|
|
9
9
|
releases when a tagged changelog existed. Releases that shipped without a
|
|
10
10
|
changelog update are reconstructed from tag annotations and release diffs.
|
|
11
11
|
|
|
12
|
+
## 0.3.6 - 2026-04-20
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- Finalized the `0.3.6` package release entry and aligned release-readiness notes in the package README.
|
|
17
|
+
|
|
12
18
|
## 0.3.5 - 2026-04-19
|
|
13
19
|
|
|
14
20
|
### Changed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentic-flows
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.6
|
|
4
4
|
Summary: Compatibility bridge for the legacy agentic-flows PyPI package. Preserves installs, imports, and the agentic-flows command while installing bijux-canon-runtime from the bijux-canon family at the same version.
|
|
5
5
|
Project-URL: Homepage, https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/
|
|
6
6
|
Project-URL: Website, https://bijux.io/
|
|
@@ -37,7 +37,7 @@ Classifier: Topic :: Software Development :: Libraries
|
|
|
37
37
|
Classifier: Topic :: Utilities
|
|
38
38
|
Classifier: Typing :: Typed
|
|
39
39
|
Requires-Python: <4.0,>=3.11
|
|
40
|
-
Requires-Dist: bijux-canon-runtime==0.3.
|
|
40
|
+
Requires-Dist: bijux-canon-runtime==0.3.6
|
|
41
41
|
Description-Content-Type: text/markdown
|
|
42
42
|
|
|
43
43
|
# agentic-flows
|
|
@@ -132,3 +132,8 @@ Depend on `bijux-canon-runtime` directly and read the canonical docs there:
|
|
|
132
132
|
- <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/hatch_build.py>
|
|
133
133
|
- <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/overview.md>
|
|
134
134
|
- <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/CHANGELOG.md>
|
|
135
|
+
|
|
136
|
+
## Release Readiness
|
|
137
|
+
|
|
138
|
+
- upcoming release line: `0.3.6`
|
|
139
|
+
- package changelog: [`CHANGELOG.md`](CHANGELOG.md)
|
|
@@ -90,3 +90,8 @@ Depend on `bijux-canon-runtime` directly and read the canonical docs there:
|
|
|
90
90
|
- <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/hatch_build.py>
|
|
91
91
|
- <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/overview.md>
|
|
92
92
|
- <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/CHANGELOG.md>
|
|
93
|
+
|
|
94
|
+
## Release Readiness
|
|
95
|
+
|
|
96
|
+
- upcoming release line: `0.3.6`
|
|
97
|
+
- package changelog: [`CHANGELOG.md`](CHANGELOG.md)
|
|
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
|