nanocode-cli 0.6.6__tar.gz → 0.7.1__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: nanocode-cli
3
- Version: 0.6.6
3
+ Version: 0.7.1
4
4
  Summary: A small terminal coding agent written in Python
5
5
  Author-email: hit9 <hit9@icloud.com>
6
6
  License-Expression: BSD-3-Clause
@@ -22,13 +22,14 @@ Requires-Python: >=3.11
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
24
  Requires-Dist: anthropic>=0.64.0
25
- Requires-Dist: code-symbol-index>=0.3.0
25
+ Requires-Dist: code-symbol-index>=0.3.1
26
26
  Requires-Dist: json-repair
27
- Requires-Dist: fastmcp<4,>=3
27
+ Requires-Dist: fastmcp-slim[client]<4,>=3
28
28
  Requires-Dist: openai>=2.37.0
29
29
  Requires-Dist: prompt-toolkit>=3.0
30
30
  Requires-Dist: rich>=13.0
31
31
  Requires-Dist: socksio>=1.0.0
32
+ Requires-Dist: websockets>=15.0.1
32
33
  Provides-Extra: dev
33
34
  Requires-Dist: pytest>=8.0; extra == "dev"
34
35
  Requires-Dist: ruff>=0.4.0; extra == "dev"