Skip to content

Commit d9132b3

Browse files
authored
fix(py/dotpromptz): pyyaml is a runtime dependency; also update dotpromptz-handlebars to 0.1.3 (#369)
1 parent 92f6ee4 commit d9132b3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

python/dotpromptz/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@ classifiers = [
3535
]
3636
dependencies = [
3737
"aiofiles>=24.1.0",
38-
"dotpromptz-handlebars>=0.1.2",
38+
"anyio>=4.9.0",
39+
"dotpromptz-handlebars>=0.1.3",
3940
"pydantic[email]>=2.10.6",
41+
"pyyaml>=6.0.2",
42+
"strenum>=0.4.15 ; python_version < '3.11'",
4043
"structlog>=25.2.0",
4144
"types-aiofiles>=24.1.0.20250326",
42-
"strenum>=0.4.15 ; python_version < '3.11'",
43-
"anyio>=4.9.0",
45+
"types-pyyaml>=6.0.12.20241230",
4446
]
4547
description = "Dotpromptz is a language-neutral executable prompt template file format for Generative AI."
4648
license = { text = "Apache-2.0" }
@@ -61,8 +63,6 @@ dev = [
6163
"pytest>=8.3.5",
6264
"pytest-asyncio>=0.25.3",
6365
"pytest-cov>=6.0.0",
64-
"pyyaml>=6.0.2",
65-
"types-pyyaml>=6.0.12.20241230",
6666
]
6767

6868
[tool.pytest.ini_options]

python/uv.lock

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

0 commit comments

Comments
 (0)