Skip to content

Commit 955b864

Browse files
authored
chore: swap pydantic-ai with pydantic-ai-slim (#45)
1 parent a5ac4ba commit 955b864

File tree

2 files changed

+18
-760
lines changed

2 files changed

+18
-760
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ requires-python = "<4,>=3.13"
77
dependencies = [
88
"httpx<1.0.0,>=0.28.0",
99
"python-dotenv<2.0.0,>=1.1.1",
10-
"pydantic-ai[logfire]<1.0.0,>=0.2.0",
1110
"click<9.0.0,>=8.1.7",
1211
"stamina<26.0.0,>=25.1.0",
1312
"pydantic-settings[dotenv]<3.0.0,>=2.9.1",
1413
"tiktoken<1.0.0,>=0.9.0",
1514
"tomlkit<1.0.0,>=0.13.3",
1615
"ruff>=0.12.4",
16+
"pydantic-ai-slim[google,openai]>=0.4.4",
17+
"logfire>=3.25.0",
1718
]
1819
name = "lightman_ai"
1920
version = "0.16.13"

0 commit comments

Comments
 (0)