Skip to content

Commit dae05e6

Browse files
authored
build: [release-0.25] pyinstallerを6.17.0に (#1834)
1 parent e274020 commit dae05e6

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ default-groups = []
2929
pyopenjtalk = { git = "https://github.com/VOICEVOX/pyopenjtalk", rev = "74703b034dd90a1f199f49bb70bf3b66b1728a86" }
3030

3131
[dependency-groups]
32-
build = ["pyinstaller>=6"]
32+
build = [
33+
"pyinstaller==6.17.0",
34+
]
3335
dev = [
3436
"coveralls>=4.0.1",
3537
"httpx>=0.28.1", # NOTE: required by fastapi.testclient.TestClient (fastapi-slim's unmanaged dependency)

uv.lock

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

0 commit comments

Comments
 (0)