clai 1.2.1__tar.gz → 1.4.0__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 clai might be problematic. Click here for more details.
- {clai-1.2.1 → clai-1.4.0}/PKG-INFO +2 -2
- {clai-1.2.1 → clai-1.4.0}/.gitignore +0 -0
- {clai-1.2.1 → clai-1.4.0}/LICENSE +0 -0
- {clai-1.2.1 → clai-1.4.0}/README.md +0 -0
- {clai-1.2.1 → clai-1.4.0}/clai/__init__.py +0 -0
- {clai-1.2.1 → clai-1.4.0}/clai/__main__.py +0 -0
- {clai-1.2.1 → clai-1.4.0}/pyproject.toml +0 -0
- {clai-1.2.1 → clai-1.4.0}/update_readme.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: clai
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.4.0
|
|
4
4
|
Summary: Pydantic AI CLI: command line interface to chat to LLMs
|
|
5
5
|
Author-email: Samuel Colvin <samuel@pydantic.dev>, Marcelo Trylesinski <marcelotryle@gmail.com>, David Montague <david@pydantic.dev>, Alex Hall <alex@pydantic.dev>, Douwe Maan <douwe@pydantic.dev>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -24,7 +24,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
24
24
|
Classifier: Topic :: Internet
|
|
25
25
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
26
26
|
Requires-Python: >=3.10
|
|
27
|
-
Requires-Dist: pydantic-ai==1.
|
|
27
|
+
Requires-Dist: pydantic-ai==1.4.0
|
|
28
28
|
Description-Content-Type: text/markdown
|
|
29
29
|
|
|
30
30
|
# clai
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|