We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are intending to release Responder 3.0.0.
responder.ext.{cli,graphql,openapi,schema}
Pre-release packages are available on PyPI. Feedback is very much welcome.
uv pip install --upgrade 'responder>=3.0.0.dev0'
Demonstrate package downloading and invocation works well.
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"
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
Updates to responder 3.0.0, validated on downstream projects.
responder 3.0.0.dev0
Currently, the package can't be installed on current systems, i.e. Python 3.11+. The next release intends to improve this situation.
Some subsystem modules got lost on the main branch. Those patches bring them back into responder.ext.
main
responder.ext
pueblo.sfa
responder run
responder.ext.openapi
The documentation is on RTD now.
The text was updated successfully, but these errors were encountered:
Hi Andreas, that's good news! I'm happy to test it with our next release and let you now, if we encounter any problems.
Thank you for your great work with this great library, Adrian
Sorry, something went wrong.
No branches or pull requests
About
We are intending to release Responder 3.0.0.
Notes
and unlocks using it with Python 3.11 and higher.
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.
variants
uv solo
uv+Docker
Downstream
Updates to responder 3.0.0, validated on downstream projects.
responder 3.0.0.dev0
, and support Python 3.13 daq-tools/vasuki#28Details
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
.pueblo.sfa
forresponder run
#576responder.ext.openapi
#555Documentation
The documentation is on RTD now.
The text was updated successfully, but these errors were encountered: