agentic-flows 0.3.2__tar.gz → 0.3.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.
- {agentic_flows-0.3.2 → agentic_flows-0.3.3}/PKG-INFO +2 -2
- {agentic_flows-0.3.2 → agentic_flows-0.3.3}/pyproject.toml +1 -1
- {agentic_flows-0.3.2 → agentic_flows-0.3.3}/.gitignore +0 -0
- {agentic_flows-0.3.2 → agentic_flows-0.3.3}/CHANGELOG.md +0 -0
- {agentic_flows-0.3.2 → agentic_flows-0.3.3}/LICENSE +0 -0
- {agentic_flows-0.3.2 → agentic_flows-0.3.3}/README.md +0 -0
- {agentic_flows-0.3.2 → agentic_flows-0.3.3}/docs/maintainer/pypi.md +0 -0
- {agentic_flows-0.3.2 → agentic_flows-0.3.3}/hatch_build.py +0 -0
- {agentic_flows-0.3.2 → agentic_flows-0.3.3}/overview.md +0 -0
- {agentic_flows-0.3.2 → agentic_flows-0.3.3}/src/agentic_flows/__init__.py +0 -0
- {agentic_flows-0.3.2 → agentic_flows-0.3.3}/src/agentic_flows/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentic-flows
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
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/compat-packages/catalog/agentic-flows/
|
|
6
6
|
Project-URL: Website, https://bijux.io/
|
|
@@ -35,7 +35,7 @@ Classifier: Topic :: Software Development :: Libraries
|
|
|
35
35
|
Classifier: Topic :: Utilities
|
|
36
36
|
Classifier: Typing :: Typed
|
|
37
37
|
Requires-Python: <4.0,>=3.11
|
|
38
|
-
Requires-Dist: bijux-canon-runtime==0.3.
|
|
38
|
+
Requires-Dist: bijux-canon-runtime==0.3.3
|
|
39
39
|
Description-Content-Type: text/markdown
|
|
40
40
|
|
|
41
41
|
# agentic-flows
|
|
@@ -62,7 +62,7 @@ agentic-flows = "bijux_canon_runtime.interfaces.cli.entrypoint:main"
|
|
|
62
62
|
source = "vcs"
|
|
63
63
|
tag-pattern = "^v(?P<version>.*)$"
|
|
64
64
|
raw-options = { git_describe_command = "git describe --dirty --tags --long --match 'v*'", local_scheme = "dirty-tag", version_scheme = "guess-next-dev", root = "../..", search_parent_directories = true }
|
|
65
|
-
fallback-version = "0.3.
|
|
65
|
+
fallback-version = "0.3.3"
|
|
66
66
|
|
|
67
67
|
[tool.hatch.metadata.hooks.custom]
|
|
68
68
|
canonical-name = "bijux-canon-runtime"
|
|
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
|