Skip to content

Commit 4193208

Browse files
authored
Add Douwe to maintainers (#2221)
1 parent 4eff63c commit 4193208

File tree

6 files changed

+29
-10
lines changed

6 files changed

+29
-10
lines changed

clai/pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ name = "clai"
1515
dynamic = ["version", "dependencies"]
1616
description = "PydanticAI CLI: command line interface to chat to LLMs"
1717
authors = [
18-
{ name = "Samuel Colvin", email = "[email protected]" },
19-
{ name = "Marcelo Trylesinski", email = "[email protected]" },
20-
{ name = "David Montague", email = "[email protected]" },
21-
{ name = "Alex Hall", email = "[email protected]" },
18+
{ name = "Samuel Colvin", email = "[email protected]" },
19+
{ name = "Marcelo Trylesinski", email = "[email protected]" },
20+
{ name = "David Montague", email = "[email protected]" },
21+
{ name = "Alex Hall", email = "[email protected]" },
22+
{ name = "Douwe Maan", email = "[email protected]" },
2223
]
2324
license = "MIT"
2425
readme = "README.md"

examples/pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ bump = true
1414
name = "pydantic-ai-examples"
1515
dynamic = ["version", "dependencies"]
1616
description = "Examples of how to use PydanticAI and what it can do."
17-
authors = [{ name = "Samuel Colvin", email = "[email protected]" }]
17+
authors = [
18+
{ name = "Samuel Colvin", email = "[email protected]" },
19+
{ name = "Marcelo Trylesinski", email = "[email protected]" },
20+
{ name = "David Montague", email = "[email protected]" },
21+
{ name = "Alex Hall", email = "[email protected]" },
22+
{ name = "Douwe Maan", email = "[email protected]" },
23+
]
1824
license = "MIT"
1925
readme = "README.md"
2026
classifiers = [

pydantic_ai_slim/pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ name = "pydantic-ai-slim"
1515
dynamic = ["version", "dependencies", "optional-dependencies"]
1616
description = "Agent Framework / shim to use Pydantic with LLMs, slim package"
1717
authors = [
18-
{ name = "Samuel Colvin", email = "[email protected]" },
19-
{ name = "Marcelo Trylesinski", email = "[email protected]" },
20-
{ name = "David Montague", email = "[email protected]" },
21-
{ name = "Alex Hall", email = "[email protected]" },
18+
{ name = "Samuel Colvin", email = "[email protected]" },
19+
{ name = "Marcelo Trylesinski", email = "[email protected]" },
20+
{ name = "David Montague", email = "[email protected]" },
21+
{ name = "Alex Hall", email = "[email protected]" },
22+
{ name = "Douwe Maan", email = "[email protected]" },
2223
]
2324
license = "MIT"
2425
readme = "README.md"

pydantic_evals/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ name = "pydantic-evals"
1515
dynamic = ["version", "dependencies"]
1616
description = "Framework for evaluating stochastic code execution, especially code making use of LLMs"
1717
authors = [
18+
{ name = "Samuel Colvin", email = "[email protected]" },
19+
{ name = "Marcelo Trylesinski", email = "[email protected]" },
1820
{ name = "David Montague", email = "[email protected]" },
21+
{ name = "Alex Hall", email = "[email protected]" },
22+
{ name = "Douwe Maan", email = "[email protected]" },
1923
]
2024
license = "MIT"
2125
readme = "README.md"

pydantic_graph/pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ bump = true
1414
name = "pydantic-graph"
1515
dynamic = ["version"]
1616
description = "Graph and state machine library"
17-
authors = [{ name = "Samuel Colvin", email = "[email protected]" }]
17+
authors = [
18+
{ name = "Samuel Colvin", email = "[email protected]" },
19+
{ name = "Marcelo Trylesinski", email = "[email protected]" },
20+
{ name = "David Montague", email = "[email protected]" },
21+
{ name = "Alex Hall", email = "[email protected]" },
22+
{ name = "Douwe Maan", email = "[email protected]" },
23+
]
1824
license = "MIT"
1925
readme = "README.md"
2026
classifiers = [

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ authors = [
1919
{ name = "Marcelo Trylesinski", email = "[email protected]" },
2020
{ name = "David Montague", email = "[email protected]" },
2121
{ name = "Alex Hall", email = "[email protected]" },
22+
{ name = "Douwe Maan", email = "[email protected]" },
2223
]
2324
license = "MIT"
2425
readme = "README.md"

0 commit comments

Comments
 (0)