Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

fix(templates): versions in agent templates should be pinned to avoid breakages.

オープン
#1,851 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
48/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
静か
技術スタック
python, typescript
領域
cli, tooling

調査の方向性

まず、リンクされている pull request 1850 と、src/assets/python/agui/langchain_langgraph/base/pyproject.toml にある固定された依存関係の例を読みます。Python と TypeScript のエージェントテンプレートを調べ、固定されていない依存関係を確認してから、Python の互換リリースに関するガイダンスと TypeScript の同等のものを比較します。外部のリリースによってテンプレート間に breaking changes が導入され得なくなれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Problem

Many versions in agent templates are left unpinned. This allows for new major releases (or any breaking change) to break projects completely.

More info in: https://github.com/aws/agentcore-cli/pull/1850.

Example of a dependency that is still pinned: https://github.com/aws/agentcore-cli/blob/main/src/assets/python/agui/langchain_langgraph/base/pyproject.toml#L24

If langgraph releases a new major version that isn't compatible with our code, all projects will break.

The same is true for the TS projects. We already pin CDK versions, but we need to pin all versions.

Definition of Done
  • Investigate pinning or "partially pinning" via https://peps.python.org/pep-0440/#compatible-release (and the TS equiv) to ensure new releases don't break projects. We can't blindly pin everything since newer versions may already be resolved such that pinning changes behavior.
  • Ensure that projects cannot be broken by external releases.
主要言語
TypeScript
スター
291
フォーク
96
平均マージ
21時間 31分
マージ済み PR(30日)
217

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

aws/agentcore-cli のほかの issue

aws/agentcore-cli の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。