Skip to content

[2025] Releasing version 3.0.0 #578

@amotl

Description

@amotl

About

We are intending to release Responder 3.0.0.

Notes

  • responder 3.0.0 is largely compatible with responder 2.0.0,
    and unlocks using it with Python 3.11 and higher.
  • All subsystems have been refactored to be true extensions,
    see responder.ext.{cli,graphql,openapi,schema}.

Preview

Pre-release packages are available on PyPI. Feedback is very much welcome.

Demo

Demonstrate package downloading and invocation works well.

uvx --with='responder[cli]>=3.0.0.dev0' responder --version
variants

uv solo

uv run --with='responder[cli]>=3.0.0.dev0' -- responder --version
uv run --python=3.8 --with='responder[cli]>=3.0.0.dev0' -- sh -c "python -V; responder --version"
uv run --python=3.13 --with='responder[cli]>=3.0.0.dev0' -- sh -c "python -V; responder --version"

uv+Docker

export PYTHON=python3.8
export PYTHON=python3.13
docker run "ghcr.io/astral-sh/uv:${PYTHON}-bookworm-slim" \
  uv run --with='responder[cli]>=3.0.0.dev0' -- responder --version

Downstream

Updates to responder 3.0.0, validated on downstream projects.

Details

What's inside

Maintenance

Currently, the package can't be installed on current systems, i.e. Python 3.11+.
The next release intends to improve this situation.

Code wrangling

Some subsystem modules got lost on the main branch.
Those patches bring them back into responder.ext.

Documentation

The documentation is on RTD now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions