clai 0.8.1__tar.gz → 1.0.0b1__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: clai
3
- Version: 0.8.1
3
+ Version: 1.0.0b1
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
@@ -17,15 +17,14 @@ Classifier: Operating System :: Unix
17
17
  Classifier: Programming Language :: Python
18
18
  Classifier: Programming Language :: Python :: 3
19
19
  Classifier: Programming Language :: Python :: 3 :: Only
20
- Classifier: Programming Language :: Python :: 3.9
21
20
  Classifier: Programming Language :: Python :: 3.10
22
21
  Classifier: Programming Language :: Python :: 3.11
23
22
  Classifier: Programming Language :: Python :: 3.12
24
23
  Classifier: Programming Language :: Python :: 3.13
25
24
  Classifier: Topic :: Internet
26
25
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
27
- Requires-Python: >=3.9
28
- Requires-Dist: pydantic-ai==0.8.1
26
+ Requires-Python: >=3.10
27
+ Requires-Dist: pydantic-ai==1.0.0b1
29
28
  Description-Content-Type: text/markdown
30
29
 
31
30
  # clai
@@ -28,7 +28,6 @@ classifiers = [
28
28
  "Programming Language :: Python",
29
29
  "Programming Language :: Python :: 3",
30
30
  "Programming Language :: Python :: 3 :: Only",
31
- "Programming Language :: Python :: 3.9",
32
31
  "Programming Language :: Python :: 3.10",
33
32
  "Programming Language :: Python :: 3.11",
34
33
  "Programming Language :: Python :: 3.12",
@@ -44,7 +43,7 @@ classifiers = [
44
43
  "Topic :: Software Development :: Libraries :: Python Modules",
45
44
  "Topic :: Internet",
46
45
  ]
47
- requires-python = ">=3.9"
46
+ requires-python = ">=3.10"
48
47
 
49
48
  [tool.hatch.metadata.hooks.uv-dynamic-versioning]
50
49
  dependencies = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes