Skip to content

Commit de6dd2c

Browse files
committed
Support Python 3.14
1 parent 74f6f19 commit de6dd2c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

pydantic_ai_slim/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies = [
5757
"eval-type-backport>=0.2.0",
5858
"griffe>=1.3.2",
5959
"httpx>=0.27",
60-
"pydantic>=2.12.0a1",
60+
"pydantic==2.12.0a1",
6161
"pydantic-graph=={{ version }}",
6262
"exceptiongroup; python_version < '3.11'",
6363
"opentelemetry-api>=1.28.0",
@@ -84,7 +84,7 @@ tavily = ["tavily-python>=0.5.0"]
8484
# CLI
8585
cli = ["rich>=13", "prompt-toolkit>=3", "argcomplete>=3.5.0", "pyperclip>=1.9.0"]
8686
# MCP
87-
mcp = ["mcp>=1.12.3; python_version >= '3.10'"]
87+
mcp = ["mcp>=1.12.3"]
8888
# Evals
8989
evals = ["pydantic-evals=={{ version }}"]
9090
# A2A

pydantic_evals/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ requires-python = ">=3.10"
5050
dependencies = [
5151
"rich>=13.9.4",
5252
"logfire-api>=3.14.1",
53-
"pydantic>=2.12.0a1",
53+
"pydantic==2.12.0a1",
5454
"pydantic-ai-slim=={{ version }}",
5555
"anyio>=0",
5656
"eval-type-backport>=0; python_version < '3.11'",

pydantic_graph/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ requires-python = ">=3.10"
4848
dependencies = [
4949
"httpx>=0.27",
5050
"logfire-api>=3.14.1",
51-
"pydantic>=2.12.0a1",
51+
"pydantic==2.12.0a1",
5252
"typing-inspection>=0.4.0",
5353
]
5454

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dev = [
9090
"devtools>=0.12.2",
9191
"coverage[toml]>=7.10.3",
9292
"dirty-equals>=0.9.0",
93-
"duckduckgo-search>=7.0.0",
93+
"ddgs>=9.0.0",
9494
"inline-snapshot>=0.19.3",
9595
"pytest>=8.3.3",
9696
"pytest-examples>=0.0.18",
@@ -101,9 +101,9 @@ dev = [
101101
"boto3-stubs[bedrock-runtime]",
102102
"strict-no-cover @ git+https://github.com/pydantic/strict-no-cover.git@7fc59da2c4dff919db2095a0f0e47101b657131d",
103103
"pytest-xdist>=3.6.1",
104+
"genai-prices>=0.0.22",
104105
# Needed for PyCharm users
105106
"pip>=25.2",
106-
"genai-prices>=0.0.22",
107107
]
108108
lint = ["mypy>=1.11.2", "pyright>=1.1.390", "ruff>=0.6.9"]
109109
docs = [

0 commit comments

Comments
 (0)