mirror of
https://github.com/FunnyWolf/agentic-soc-platform.git
synced 2026-08-22 13:12:56 +02:00
Prepare v0.5.0 release
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -52,7 +52,7 @@ from .utils import bool_param, list_param, parse_tags, parse_timezone_aware_date
|
||||
|
||||
API_VERSION = "v1"
|
||||
MIN_CLI_VERSION = "0.1.0"
|
||||
SERVER_VERSION = "0.1.0"
|
||||
SERVER_VERSION = "0.5.0"
|
||||
FOUNDATION_CAPABILITIES = [
|
||||
"agent.version",
|
||||
"case.list",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "asp"
|
||||
version = "0.1.0"
|
||||
version = "0.5.0"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"channels>=4.3.2",
|
||||
|
||||
Generated
+1
-1
@@ -52,7 +52,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "asp"
|
||||
version = "0.1.0"
|
||||
version = "0.5.0"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "channels" },
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "asp-cli"
|
||||
version = "0.1.0"
|
||||
version = "0.5.0"
|
||||
description = "Command line client for Agentic SOC Platform"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
|
||||
Generated
+1
-1
@@ -35,7 +35,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "asp-cli"
|
||||
version = "0.1.0"
|
||||
version = "0.5.0"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "httpx" },
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"0.2.0": "0_2_0_OCSF_And_BaseModel",
|
||||
"0.3.0": "0_3_0_MCP_And_ClaudeCodePlugin",
|
||||
"0.4.0": "0_4_0_I_always_have_a_choice",
|
||||
"0.4.1": "0_4_1_deployment_patch"
|
||||
"0.4.1": "0_4_1_deployment_patch",
|
||||
"0.5.0": "0_5_0_Fire_and_Blood"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user