Skip to content

Commit 823dea9

Browse files
committed
update baml client
1 parent 6fe87e6 commit 823dea9

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

fastapi-starter/poetry.lock

Lines changed: 15 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fastapi-starter/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "0.1.0"
44
description = ""
55
authors = ["None"]
66
readme = "README.md"
7-
87
packages = [
98
{ include = "fast_api_starter", from = "." }
109

@@ -14,7 +13,7 @@ packages = [
1413
python = "^3.11"
1514
fastapi = "^0.110.0"
1615
uvicorn = {extras = ["standard"], version = "^0.29.0"}
17-
baml = ">=0.17.0"
16+
baml = "0.17.1"
1817

1918

2019
[build-system]

tutorials/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = ">=3.8,<4.0"
10-
baml = "^0.17.0"
10+
baml = "^0.17.1"
1111

1212

1313
[build-system]

0 commit comments

Comments
 (0)