Skip to content

Commit 4185975

Browse files
committed
fix: add missing PyYAML dependency to pyproject.toml
Signed-off-by: Takumi Yanagawa <yana@jp.ibm.com>
1 parent 341f5b8 commit 4185975

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies = [
1717
"pandas==2.2.3",
1818
"pydantic==2.9.1",
1919
"pydantic-settings==2.7.1",
20+
"PyYAML==6.0.2",
2021
"requests==2.32.3",
2122
"tabulate==0.9.0",
2223
"urllib3>=2.2.2",

0 commit comments

Comments
 (0)