clai 1.0.0b1__tar.gz → 1.0.2__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.

@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: clai
3
- Version: 1.0.0b1
3
+ Version: 1.0.2
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
7
7
  License-File: LICENSE
8
- Classifier: Development Status :: 4 - Beta
8
+ Classifier: Development Status :: 5 - Production/Stable
9
9
  Classifier: Environment :: Console
10
10
  Classifier: Environment :: MacOS X
11
11
  Classifier: Intended Audience :: Developers
@@ -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.0.0b1
27
+ Requires-Dist: pydantic-ai==1.0.2
28
28
  Description-Content-Type: text/markdown
29
29
 
30
30
  # clai
@@ -24,7 +24,7 @@ authors = [
24
24
  license = "MIT"
25
25
  readme = "README.md"
26
26
  classifiers = [
27
- "Development Status :: 4 - Beta",
27
+ "Development Status :: 5 - Production/Stable",
28
28
  "Programming Language :: Python",
29
29
  "Programming Language :: Python :: 3",
30
30
  "Programming Language :: Python :: 3 :: Only",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes