Skip to content

Commit 1e9ce68

Browse files
chore: 更新packetnte api版本
1 parent 7053e08 commit 1e9ce68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

agent/custom/action/Navi/coordinate_position.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ def _create_capture() -> _CoordinateCapture:
7171
) from exc
7272

7373
api_version = getattr(module, "API_VERSION", None)
74-
if api_version != "1.1.0":
74+
if api_version != "1.1.1":
7575
raise RuntimeError(
76-
"coordinate core API 1.1.0 is required, got %s"
76+
"coordinate core API 1.1.1 is required, got %s"
7777
% (api_version or "<unknown>")
7878
)
7979

0 commit comments

Comments
 (0)