Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: パッケージ更新 #1466

Merged
merged 4 commits into from
Sep 4, 2024
Merged

Conversation

sabonerune
Copy link
Contributor

内容

依存パッケージの更新を行います。

関連 Issue

その他

  • Pythonを3.11.9に更新しました。
  • poetryを1.8.3に更新しました。
  • pip-licensesのバージョンを^5.0.0に変更しました。
    これによりメジャーバージョンが5に固定されます。

Comment on lines +66 to +67
"le": None,
"ge": None,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

何故かOpenAPIスキーマーに

"le": 0,
"ge": 10,

が新しく追加されてしまったのでそれを回避するための修正です。
ただ存在しても動作自体に影響はないからこの修正はなくてもいいかも…
これもSkipJsonSchema[None]の副作用のようです。

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

うーーーーーんなるほどです!
この辺りもしちょっとよければ掃除してあげたいですね!!(別プルリクエストで)

ちょっと面倒かもなのですが、なんかいい感じにしていただけるとすごく助かります!!
この辺り詳しいの僕たちくらいなので。。。。。もしモチベあれば。。。
わかんないとこあったら何でも聞いていただければ (まあ僕もわからないのですが 😇 )

try:
uvicorn.run(app, host=args.host, port=args.port)
except KeyboardInterrupt:
print("`KeyboardInterrupt` の検出によりエンジンを停止しました。")
pass
uvicorn.run(app, host=args.host, port=args.port)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

KeyboardInterruptが抑制されるようになったため削除。
https://www.uvicorn.org/release-notes/#0303-2024-07-20

pyproject.toml Outdated Show resolved Hide resolved
@sabonerune sabonerune marked this pull request as ready for review August 30, 2024 14:19
@sabonerune sabonerune requested a review from a team as a code owner August 30, 2024 14:19
@sabonerune sabonerune requested review from Hiroshiba and removed request for a team August 30, 2024 14:19
pyproject.toml Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

starletteのバージョン固定のとこ以外lgtm だと思います!!
更新ありがとうございます!!

@sabonerune
Copy link
Contributor Author

starletteとpip-licensesを修正しました。

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

@Hiroshiba Hiroshiba merged commit 4129dd4 into VOICEVOX:master Sep 4, 2024
4 checks passed
@sabonerune sabonerune deleted the maint/update-deps branch September 4, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

依存パッケージ更新についての情報
2 participants