Skip to content

Commit 24e358b

Browse files
committed
fix: correct schema name for OASF manifest extension
Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>
1 parent 8e8ee91 commit 24e358b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

agntcy_acp/agws_v0/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@
7474
DeploymentManifest,
7575
)
7676

77-
OASF_EXTENSION_NAME_MANIFEST = "oasf.agntcy.org/feature/runtime/manifest"
77+
OASF_EXTENSION_NAME_MANIFEST = "schema.oasf.agntcy.org/features/runtime/manifest"

agntcy_acp/manifest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from ..agws_v0.models import * # NOQA
1+
from ..agws_v0 import * # NOQA

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agntcy-acp"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
license = "Apache-2.0"
55
description = "Agent Connect Protocol SDK"
66
readme = "README.md"

0 commit comments

Comments
 (0)