Skip to content

Commit 1b45e9c

Browse files
authored
Merge pull request #2 from Achronus/v0.1.3
v0.1.3
2 parents c23634e + 8b03744 commit 1b45e9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zenforge"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "A simple CLI tool for bootstrapping new projects fast"
55
authors = [{ name = "Ryan Partridge", email = "rpartridge101@gmail.com" }]
66
maintainers = [{ name = "Ryan Partridge", email = "rpartridge101@gmail.com" }]

zenforge/config/deps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
]
1313

1414
API = [
15-
"fastapi",
15+
"fastapi[standard]",
1616
"logfire",
1717
]
1818

@@ -24,7 +24,7 @@
2424

2525
API_AGENTS = [
2626
"pydantic-ai-slim[logfire]",
27-
"fastapi",
27+
"fastapi[standard]",
2828
]
2929

3030
BASIC = CORE + CORE_CONDITIONAL

0 commit comments

Comments
 (0)