Skip to content

docs: stop pointing installs at the outdated PyPI package - #20

Merged
magi8101 merged 1 commit into
mainfrom
docs/fix-outdated-pypi-install-instructions
Sep 6, 2026
Merged

docs: stop pointing installs at the outdated PyPI package#20
magi8101 merged 1 commit into
mainfrom
docs/fix-outdated-pypi-install-instructions

Conversation

@magi8101

@magi8101 magi8101 commented Sep 6, 2026

Copy link
Copy Markdown
Member

pip install velocix pulls a stale 0.1.3 from before every fix since. Points install at source until a real release is cut.

pip install velocix currently pulls 0.1.3, published 2025-11-09 -- before
every fix that's landed in this repo since (router 405s, middleware
skipping error responses, OpenAPI doc bugs, missing/dead dependency
declarations, HTTPClient's hardcoded http2=True, and more). Anyone
following the README as written gets a known-broken version with no
indication anything's wrong.

Pointed installation at git clone + pip install -e . until a new release
is actually cut. Publishing to PyPI itself needs the maintainer's own
account/credentials, not something I can do from here.
Copilot AI lite review requested due to automatic review settings September 6, 2026 16:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@magi8101
magi8101 merged commit 9cfacd3 into main Sep 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants