capiscio 2.1.2__tar.gz → 2.1.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: capiscio
3
- Version: 2.1.2
3
+ Version: 2.1.3
4
4
  Summary: The official CapiscIO CLI tool for validating A2A agents.
5
5
  Project-URL: Homepage, https://capisc.io
6
6
  Project-URL: Documentation, https://docs.capisc.io/cli
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "capiscio"
7
- version = "2.1.2"
7
+ version = "2.1.3"
8
8
  description = "The official CapiscIO CLI tool for validating A2A agents."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -17,7 +17,7 @@ console = Console()
17
17
  logger = logging.getLogger(__name__)
18
18
 
19
19
  # Configuration
20
- CORE_VERSION = "2.1.2" # Matches the python package version
20
+ CORE_VERSION = "1.0.2" # The version of the core binary to download
21
21
  GITHUB_REPO = "capiscio/capiscio-core"
22
22
  BINARY_NAME = "capiscio"
23
23
 
File without changes
File without changes
File without changes
File without changes
File without changes