pydantic-ai 1.27.0__tar.gz → 1.28.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.
@@ -43,7 +43,6 @@ typecheck-pyright:
43
43
  .PHONY: typecheck-mypy
44
44
  typecheck-mypy:
45
45
  uv run mypy
46
- uv run mypy typings/ --strict
47
46
 
48
47
  .PHONY: typecheck
49
48
  typecheck: typecheck-pyright ## Run static type checking
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pydantic-ai
3
- Version: 1.27.0
3
+ Version: 1.28.0
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
@@ -26,25 +26,25 @@ Classifier: Topic :: Internet
26
26
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
27
27
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
28
28
  Requires-Python: >=3.10
29
- Requires-Dist: pydantic-ai-slim[ag-ui,anthropic,bedrock,cli,cohere,evals,fastmcp,google,groq,huggingface,logfire,mcp,mistral,openai,retries,temporal,ui,vertexai]==1.27.0
29
+ Requires-Dist: pydantic-ai-slim[ag-ui,anthropic,bedrock,cli,cohere,evals,fastmcp,google,groq,huggingface,logfire,mcp,mistral,openai,retries,temporal,ui,vertexai]==1.28.0
30
30
  Provides-Extra: a2a
31
31
  Requires-Dist: fasta2a>=0.4.1; extra == 'a2a'
32
32
  Provides-Extra: dbos
33
- Requires-Dist: pydantic-ai-slim[dbos]==1.27.0; extra == 'dbos'
33
+ Requires-Dist: pydantic-ai-slim[dbos]==1.28.0; extra == 'dbos'
34
34
  Provides-Extra: examples
35
- Requires-Dist: pydantic-ai-examples==1.27.0; extra == 'examples'
35
+ Requires-Dist: pydantic-ai-examples==1.28.0; extra == 'examples'
36
36
  Provides-Extra: outlines-llamacpp
37
- Requires-Dist: pydantic-ai-slim[outlines-llamacpp]==1.27.0; extra == 'outlines-llamacpp'
37
+ Requires-Dist: pydantic-ai-slim[outlines-llamacpp]==1.28.0; extra == 'outlines-llamacpp'
38
38
  Provides-Extra: outlines-mlxlm
39
- Requires-Dist: pydantic-ai-slim[outlines-mlxlm]==1.27.0; (platform_system == 'Darwin' and platform_machine == 'arm64') and extra == 'outlines-mlxlm'
39
+ Requires-Dist: pydantic-ai-slim[outlines-mlxlm]==1.28.0; (platform_system == 'Darwin' and platform_machine == 'arm64') and extra == 'outlines-mlxlm'
40
40
  Provides-Extra: outlines-sglang
41
- Requires-Dist: pydantic-ai-slim[outlines-sglang]==1.27.0; extra == 'outlines-sglang'
41
+ Requires-Dist: pydantic-ai-slim[outlines-sglang]==1.28.0; extra == 'outlines-sglang'
42
42
  Provides-Extra: outlines-transformers
43
- Requires-Dist: pydantic-ai-slim[outlines-transformers]==1.27.0; extra == 'outlines-transformers'
43
+ Requires-Dist: pydantic-ai-slim[outlines-transformers]==1.28.0; extra == 'outlines-transformers'
44
44
  Provides-Extra: outlines-vllm-offline
45
- Requires-Dist: pydantic-ai-slim[outlines-vllm-offline]==1.27.0; extra == 'outlines-vllm-offline'
45
+ Requires-Dist: pydantic-ai-slim[outlines-vllm-offline]==1.28.0; extra == 'outlines-vllm-offline'
46
46
  Provides-Extra: prefect
47
- Requires-Dist: pydantic-ai-slim[prefect]==1.27.0; extra == 'prefect'
47
+ Requires-Dist: pydantic-ai-slim[prefect]==1.28.0; extra == 'prefect'
48
48
  Description-Content-Type: text/markdown
49
49
 
50
50
  <div align="center">
@@ -147,7 +147,6 @@ include = [
147
147
  "clai/**/*.py",
148
148
  "tests/**/*.py",
149
149
  "docs/**/*.py",
150
- "typings/**/*.pyi",
151
150
  ]
152
151
 
153
152
  [tool.ruff.lint]
@@ -195,10 +194,8 @@ quote-style = "single"
195
194
  "examples/**/*.py" = ["D101", "D103"]
196
195
  "tests/**/*.py" = ["D"]
197
196
  "docs/**/*.py" = ["D"]
198
- "typings/**/*.pyi" = ["F401", "PYI044", "PYI035", "ANN401"]
199
197
 
200
198
  [tool.pyright]
201
- stubPath = "typings"
202
199
  pythonVersion = "3.12"
203
200
  typeCheckingMode = "strict"
204
201
  reportMissingTypeStubs = false
@@ -228,7 +225,6 @@ exclude = [
228
225
  [tool.mypy]
229
226
  files = "tests/typed_agent.py,tests/typed_graph.py"
230
227
  strict = true
231
- mypy_path = "typings"
232
228
 
233
229
  [tool.pytest.ini_options]
234
230
  testpaths = ["tests", "docs/.hooks"]
File without changes
File without changes
File without changes