Skip to content

chore(deps)(deps): update typer requirement from ^0.16.1 to ^0.21.1#102

Open
dependabot[bot] wants to merge 20 commits intomainfrom
dependabot/pip/typer-tw-0.21.1
Open

chore(deps)(deps): update typer requirement from ^0.16.1 to ^0.21.1#102
dependabot[bot] wants to merge 20 commits intomainfrom
dependabot/pip/typer-tw-0.21.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 1, 2026

Updates the requirements on typer to permit the latest version.

Release notes

Sourced from typer's releases.

0.21.1

Fixes

  • 🐛 Fix escaping in help text when rich is installed but not used. PR #1089 by @​svlandeg.

Internal

Changelog

Sourced from typer's changelog.

0.21.1

Fixes

  • 🐛 Fix escaping in help text when rich is installed but not used. PR #1089 by @​svlandeg.

Internal

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.

... (truncated)

Commits

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot Bot and others added 20 commits January 1, 2026 18:15
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 8.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v6...v8)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on ruamel-yaml to permit the latest version.

---
updated-dependencies:
- dependency-name: ruamel-yaml
  dependency-version: 0.19.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…peter-evans/create-pull-request-8

chore(actions)(deps): bump peter-evans/create-pull-request from 6 to 8
…actions/cache-5

chore(actions)(deps): bump actions/cache from 4 to 5
…-tw-0.19.0

chore(deps)(deps): update ruamel-yaml requirement from ^0.18.6 to ^0.19.0
- Zero usage found in codebase
- All functionality moved to RemediationOrchestrator (Will layer)
- Part of Phase 1: Legacy wrapper elimination
- Zero usage found in codebase
- All functionality moved to body/services/constitutional_validator.py
- Part of Phase 1: Legacy wrapper elimination
- Migrated 3 imports to autonomous_developer_v2
- Files updated: development_routes.py, develop.py, modularity_remediation_service.py
- Part of Phase 1: Legacy wrapper elimination
…neration_v2

- Removed autonomous_developer.py legacy wrapper
- Updated imports in development_routes.py, develop.py, modularity_remediation_service.py
- Cleaned up test_generation_v2 directory remnants (already renamed to test_generation)
- Fixed vectorization progress logging
- Fixed resource_selector to use DEBUG level
- Renamed develop_from_goal_v2 → develop_from_goal
- Renamed autonomous_developer_v2.py → autonomous_developer.py
- Removed wrapper function
- Removed unused parameters: session, output_mode
- Updated 4 call sites to use clean interface
- Part of Phase 2: Unused parameter elimination
- Renamed develop_from_goal_v2 → develop_from_goal
- Renamed autonomous_developer_v2.py → autonomous_developer.py
- Removed wrapper function
- Removed unused parameters: session, output_mode
- Updated 4 call sites to use clean interface
- Part of Phase 2: Unused parameter elimination
- Created SandboxValidationPhase wrapper around PytestSandboxRunner
- Updated phase_registry.py to use real implementations
- Removed stub_phases.py
- All 6 phases now have working implementations:
  * CodeGenerationPhase ✅
  * TestGenerationPhase ✅
  * CanaryValidationPhase ✅
  * SandboxValidationPhase ✅ (NEW)
  * StyleCheckPhase ✅
  * ExecutionPhase ✅
- Unblocks autonomous workflows for A3+ operations
- Updated semantic_clusterer.py to use FileHandler
- Replaced direct file.open('w') with file_handler.write_runtime_json()
- All file writes now go through constitutional file handler
- base_processor.py kept as-is (low-level infrastructure utility)
- Part of Phase 8: Direct file I/O elimination
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.16.1...0.21.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 1, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 1, 2026

🏛️ Constitutional Audit Failed

This change introduces a violation of the CORE constitution.
Please review the audit logs to resolve the issue.

Audit Failure Details
The currently activated Python version 3.11.14 is not supported by the project (^3.12).
Trying to find and use a compatible version. 
Using python3.12 (3.12.3)
/home/runner/.cache/pypoetry/virtualenvs/core-y4NpAopc-py3.12/bin/python: Error while finding module specification for 'src.core.capabilities' (ModuleNotFoundError: No module named 'src.core')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant