fast-agent-acp 0.4.0__tar.gz → 0.4.17__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.

Potentially problematic release.


This version of fast-agent-acp might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fast-agent-acp
3
- Version: 0.4.0
3
+ Version: 0.4.17
4
4
  Summary: Convenience launcher that pulls in fast-agent-mcp and exposes the ACP CLI entrypoint.
5
5
  Project-URL: Homepage, https://github.com/evalstate/fast-agent
6
6
  Project-URL: Repository, https://github.com/evalstate/fast-agent
@@ -12,7 +12,7 @@ Classifier: License :: OSI Approved :: Apache Software License
12
12
  Classifier: Operating System :: OS Independent
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Python: <3.14,>=3.13.5
15
- Requires-Dist: fast-agent-mcp==0.4.0
15
+ Requires-Dist: fast-agent-mcp==0.4.17
16
16
  Description-Content-Type: text/markdown
17
17
 
18
18
  # fast-agent-acp
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "fast-agent-acp"
7
- version = "0.4.0"
7
+ version = "0.4.17"
8
8
  description = "Convenience launcher that pulls in fast-agent-mcp and exposes the ACP CLI entrypoint."
9
9
  readme = "README.md"
10
10
  license = { text = "Apache-2.0" }
@@ -18,7 +18,7 @@ classifiers = [
18
18
  ]
19
19
  requires-python = ">=3.13.5,<3.14"
20
20
  dependencies = [
21
- "fast-agent-mcp==0.4.0",
21
+ "fast-agent-mcp==0.4.17",
22
22
  ]
23
23
 
24
24
  [project.urls]
File without changes