pydantic-ai 0.0.34__tar.gz → 0.0.35__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 pydantic-ai might be problematic. Click here for more details.
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/PKG-INFO +3 -3
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/pyproject.toml +3 -3
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/test_cli.py +1 -1
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/.gitignore +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/LICENSE +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/Makefile +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/README.md +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/__init__.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/assets/kiwi.png +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/assets/marcelo.mp3 +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/conftest.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/example_modules/README.md +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/example_modules/bank_database.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/example_modules/fake_database.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/example_modules/weather_service.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/graph/__init__.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/graph/test_graph.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/graph/test_history.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/graph/test_mermaid.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/graph/test_state.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/graph/test_utils.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/import_examples.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/json_body_serializer.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/__init__.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/cassettes/test_anthropic/test_image_url_input.yaml +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/cassettes/test_anthropic/test_image_url_input_invalid_mime_type.yaml +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/cassettes/test_anthropic/test_multiple_parallel_tool_calls.yaml +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/cassettes/test_gemini/test_image_as_binary_content_input.yaml +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/cassettes/test_gemini/test_image_url_input.yaml +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/cassettes/test_groq/test_image_as_binary_content_input.yaml +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/cassettes/test_groq/test_image_url_input.yaml +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/cassettes/test_openai/test_audio_as_binary_content_input.yaml +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/cassettes/test_openai/test_image_as_binary_content_input.yaml +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/cassettes/test_openai/test_openai_o1_mini_system_role[developer].yaml +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/cassettes/test_openai/test_openai_o1_mini_system_role[system].yaml +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/mock_async_stream.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/test_anthropic.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/test_cohere.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/test_fallback.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/test_gemini.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/test_groq.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/test_instrumented.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/test_mistral.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/test_model.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/test_model_function.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/test_model_names.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/test_model_test.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/test_openai.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/test_vertexai.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/providers/__init__.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/providers/test_deepseek.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/providers/test_google_gla.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/providers/test_google_vertex.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/providers/test_provider_names.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/test_agent.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/test_deps.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/test_examples.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/test_format_as_xml.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/test_json_body_serializer.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/test_live.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/test_logfire.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/test_parts_manager.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/test_streaming.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/test_tools.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/test_usage_limits.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/test_utils.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/typed_agent.py +0 -0
- {pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/typed_graph.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pydantic-ai
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.35
|
|
4
4
|
Summary: Agent Framework / shim to use Pydantic with LLMs
|
|
5
5
|
Project-URL: Homepage, https://ai.pydantic.dev
|
|
6
6
|
Project-URL: Source, https://github.com/pydantic/pydantic-ai
|
|
@@ -28,9 +28,9 @@ Classifier: Topic :: Internet
|
|
|
28
28
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
29
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
30
|
Requires-Python: >=3.9
|
|
31
|
-
Requires-Dist: pydantic-ai-slim[anthropic,cli,cohere,groq,mistral,openai,vertexai]==0.0.
|
|
31
|
+
Requires-Dist: pydantic-ai-slim[anthropic,cli,cohere,groq,mistral,openai,vertexai]==0.0.35
|
|
32
32
|
Provides-Extra: examples
|
|
33
|
-
Requires-Dist: pydantic-ai-examples==0.0.
|
|
33
|
+
Requires-Dist: pydantic-ai-examples==0.0.35; extra == 'examples'
|
|
34
34
|
Provides-Extra: logfire
|
|
35
35
|
Requires-Dist: logfire>=2.3; extra == 'logfire'
|
|
36
36
|
Description-Content-Type: text/markdown
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pydantic-ai"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.35"
|
|
8
8
|
description = "Agent Framework / shim to use Pydantic with LLMs"
|
|
9
9
|
authors = [
|
|
10
10
|
{ name = "Samuel Colvin", email = "samuel@pydantic.dev" },
|
|
@@ -36,7 +36,7 @@ classifiers = [
|
|
|
36
36
|
]
|
|
37
37
|
requires-python = ">=3.9"
|
|
38
38
|
dependencies = [
|
|
39
|
-
"pydantic-ai-slim[openai,vertexai,groq,anthropic,mistral,cohere,cli]==0.0.
|
|
39
|
+
"pydantic-ai-slim[openai,vertexai,groq,anthropic,mistral,cohere,cli]==0.0.35",
|
|
40
40
|
]
|
|
41
41
|
|
|
42
42
|
[project.urls]
|
|
@@ -46,7 +46,7 @@ Documentation = "https://ai.pydantic.dev"
|
|
|
46
46
|
Changelog = "https://github.com/pydantic/pydantic-ai/releases"
|
|
47
47
|
|
|
48
48
|
[project.optional-dependencies]
|
|
49
|
-
examples = ["pydantic-ai-examples==0.0.
|
|
49
|
+
examples = ["pydantic-ai-examples==0.0.35"]
|
|
50
50
|
logfire = ["logfire>=2.3"]
|
|
51
51
|
|
|
52
52
|
[tool.uv.sources]
|
|
@@ -47,6 +47,6 @@ def test_cli_help(capfd: CaptureFixture[str]):
|
|
|
47
47
|
def test_invalid_model(capfd: CaptureFixture[str]):
|
|
48
48
|
assert cli(['--model', 'invalid_model']) == 1
|
|
49
49
|
assert capfd.readouterr().out == snapshot("""\
|
|
50
|
-
pai - PydanticAI CLI v0.0.
|
|
50
|
+
pai - PydanticAI CLI v0.0.35
|
|
51
51
|
Invalid model "invalid_model"
|
|
52
52
|
""")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pydantic_ai-0.0.34 → pydantic_ai-0.0.35}/tests/models/cassettes/test_groq/test_image_url_input.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|