Skip to content

Release 0.7.2#43

Merged
shivamsn97 merged 1 commit into
mainfrom
release/0.7.2
Jul 10, 2026
Merged

Release 0.7.2#43
shivamsn97 merged 1 commit into
mainfrom
release/0.7.2

Conversation

@shivamsn97

Copy link
Copy Markdown
Member

Patch release. Two fixes land:

  • Fresh installs work again — the scaffolded requirements.txt pinned starlette>=0.37,<0.38, which conflicts with the framework's own starlette>=1.3.1 requirement, so pip install -r requirements.txt in a brand-new project failed to resolve. The scaffold now pins starlette>=1.3.1,<2.0.
  • pyxle serve --port rejects a boolean instead of silently binding port 1 (because bool is an int subclass in Python).

No API changes. Upgrade with pip install --upgrade pyxle-framework.

@shivamsn97 shivamsn97 merged commit 27c3e5b into main Jul 10, 2026
9 checks passed
@shivamsn97 shivamsn97 deleted the release/0.7.2 branch July 10, 2026 19:18
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.

1 participant