Skip to content

chore(deps): update typer requirement from <0.21.0,>=0.20.0 to >=0.20.0,<0.22.0#503

Merged
Zochory merged 4 commits intomainfrom
dependabot/pip/typer-gte-0.20.0-and-lt-0.22.0
Dec 29, 2025
Merged

chore(deps): update typer requirement from <0.21.0,>=0.20.0 to >=0.20.0,<0.22.0#503
Zochory merged 4 commits intomainfrom
dependabot/pip/typer-gte-0.20.0-and-lt-0.22.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Updates the requirements on typer to permit the latest version.

Release notes

Sourced from typer's releases.

0.21.0

Breaking Changes

Docs

Internal

Changelog

Sourced from typer's changelog.

0.21.0

Breaking Changes

Docs

Internal

0.20.1

Features

  • ✨ Add support for standard tracebacks via the env TYPER_STANDARD_TRACEBACK. PR #1299 by @​colin-nolan.

Fixes

  • 🐛 Ensure that options_metavar is passed through correctly. PR #816 by @​gar1t.
  • 🐛 Ensure an optional argument is shown in brackets, even when metavar is set. PR #1409 by @​svlandeg.
  • 🐛 Ensure that the default rich_markup_mode is interpreted correctly. PR #1304 by @​svlandeg.

Refactors

Docs

  • 📝 Ensure that bold letters are rendered correctly in printing.md. PR #1365 by @​svlandeg.
  • 🩺 Update test badge to only reflect pushes to master. PR #1414 by @​svlandeg.
  • 📝 Update console output on the Rich help formatting page. PR #1430 by @​svlandeg.
  • 📝 Update emoji used in Rich help formatting tutorial. PR #1429 by @​svlandeg.
  • 📝 Remove duplicate explanation how the path is resolved. PR #956 by @​dennis-rall.
  • 📝 Update docs to use Typer() more prominently. PR #1418 by @​svlandeg.
  • 💄 Use font 'Fira Code' to fix display of Rich panels in docs in Windows. PR #1419 by @​tiangolo.

Internal

... (truncated)

Commits
  • 753cb32 🔖 Release version 0.21.0
  • 6dd4f9b 📝 Update release notes
  • 10d209c 📝 Update release notes
  • fbff83e ➖ Drop support for Python 3.8 (#1464)
  • 76e8462 📝 Update release notes
  • 51e48d2 📝 Update code examples to Python 3.9 (#1459)
  • b7f39ea 📝 Update release notes
  • 6c28962 ➖ Drop support for Python 3.8 (#1463)
  • 2108ffc 📝 Update release notes
  • c1806c4 💚 Move ruff dependency to shared requirements-docs-tests.txt to fix "Buil...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [typer](https://github.com/fastapi/typer) to permit the latest version.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.20.0...0.21.0)

---
updated-dependencies:
- dependency-name: typer
  dependency-version: 0.21.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Dependency updates python Python-related changes labels Dec 29, 2025
@github-actions github-actions bot removed the python Python-related changes label Dec 29, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 29, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
pip/typer >= 0.20.0,< 0.22.0 UnknownUnknown

Scanned Files

  • pyproject.toml

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 29, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the typer dependency constraint to allow version 0.21.x, expanding the acceptable range from >=0.20.0,<0.21.0 to >=0.20.0,<0.22.0. The update is compatible with the project's Python version requirements (>=3.12), as typer 0.21.0's breaking change (dropping Python 3.8 support) does not affect this codebase.

Key Changes

  • Expanded typer version constraint to include 0.21.x releases

@Zochory Zochory merged commit 89f2489 into main Dec 29, 2025
7 checks passed
@Zochory Zochory deleted the dependabot/pip/typer-gte-0.20.0-and-lt-0.22.0 branch December 29, 2025 15:56
@github-project-automation github-project-automation bot moved this from Backlog to Done in AgenticFleet Dec 29, 2025
Zochory added a commit that referenced this pull request Dec 29, 2025
* Potential fix for code scanning alert no. 172: Log Injection

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Zachary BENSALEM <zachary@qredence.ai>

* chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#501)

Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7.0.1...ed59741)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zachary BENSALEM <zachary@qredence.ai>

* chore(deps): bump actions/checkout from 5.0.1 to 6.0.1 (#499)

Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5.0.1...8e8c483)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zachary BENSALEM <zachary@qredence.ai>

* Delete .fleet/AgenticFleet_Synthesis.md

Signed-off-by: Zachary BENSALEM <zachary@qredence.ai>

* Delete .fleet/technical.md

Signed-off-by: Zachary BENSALEM <zachary@qredence.ai>

* chore(deps): update typer requirement (#503)

Updates the requirements on [typer](https://github.com/fastapi/typer) to permit the latest version.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.20.0...0.21.0)

---
updated-dependencies:
- dependency-name: typer
  dependency-version: 0.21.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zachary BENSALEM <zachary@qredence.ai>

---------

Signed-off-by: Zachary BENSALEM <zachary@qredence.ai>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Zochory added a commit that referenced this pull request Dec 29, 2025
* chore: Remove outdated documentation and style guides

- Deleted the technical whitepaper for AgenticFleet, which detailed the architecture and design principles.
- Removed general code style principles, Python style guide summary, TypeScript style guide summary, product guidelines, and product overview documents.
- Cleared out the tech stack documentation and project tracks, including metadata and plans for refactoring.
- Eliminated the setup state file and workflow documentation to streamline the repository.

* chore(memory): update .gitignore to track shared knowledge blocks

- Track core/project.md and core/persona.md (shared architecture & guidelines)
- Track blocks/ (shared topic knowledge)
- Track system/ (agent definitions like fleet-agent)
- Track skills/memory-system-guide.md (documentation)
- Keep ignored: human.md, skills/*.md, recall/**/*, .chroma/*, .neon/*

* feat: add documentation agent and related configurations

- Introduced a new configuration file `opencode.jsonc` for MCP context.
- Updated `pyproject.toml` to include `psycopg2-binary` as a dependency.
- Added `get_documentation_instructions` function in `prompts.py` for documentation agent.
- Configured the documentation agent in `workflow_config.yaml` with model, instructions, and capabilities.
- Updated `uv.lock` to include `psycopg2-binary` with version 2.9.11.

* merge main (#509)

* Potential fix for code scanning alert no. 172: Log Injection

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Zachary BENSALEM <zachary@qredence.ai>

* chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#501)

Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7.0.1...ed59741)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zachary BENSALEM <zachary@qredence.ai>

* chore(deps): bump actions/checkout from 5.0.1 to 6.0.1 (#499)

Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5.0.1...8e8c483)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zachary BENSALEM <zachary@qredence.ai>

* Delete .fleet/AgenticFleet_Synthesis.md

Signed-off-by: Zachary BENSALEM <zachary@qredence.ai>

* Delete .fleet/technical.md

Signed-off-by: Zachary BENSALEM <zachary@qredence.ai>

* chore(deps): update typer requirement (#503)

Updates the requirements on [typer](https://github.com/fastapi/typer) to permit the latest version.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.20.0...0.21.0)

---
updated-dependencies:
- dependency-name: typer
  dependency-version: 0.21.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zachary BENSALEM <zachary@qredence.ai>

---------

Signed-off-by: Zachary BENSALEM <zachary@qredence.ai>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: update typer dependency version range to allow for newer releases

* Potential fix for pull request finding 'Empty except'

Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Signed-off-by: Zachary BENSALEM <zachary@qredence.ai>

* fix: replace hardcoded CONTEXT7_API_KEY with environment variable

* Update .claude/skills/feature-dev/README.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Zachary BENSALEM <zachary@qredence.ai>

* Update .fleet/context/scripts/neon_learn.py

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Zachary BENSALEM <zachary@qredence.ai>

* Potential fix for pull request finding 'Empty except'

Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Signed-off-by: Zachary BENSALEM <zachary@qredence.ai>

---------

Signed-off-by: Zachary BENSALEM <zachary@qredence.ai>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants

Comments