File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44> NOTE: pywa follows the [ semver] ( https://semver.org/ ) versioning standard.
55
6- #### 4.0.0b6 (2026-04-25) ** Latest Beta**
6+ #### 4.0.0b7 (2026-04-30) ** Latest Beta**
7+
8+ - [ helpers] fix incoming updates in ` fastapi ` and ` starlette `
9+ - [ helpers] hide webhook endpoints from OpenAPI schema
10+ - [ ci] streamline publish workflow for PyPI
11+
12+ #### 4.0.0b6 (2026-04-25)
713
814- [ client] add ` run ` method to start the webhook server and listen for updates
915- [ server] refactor webhook handling to include validation and improve endpoint management
Original file line number Diff line number Diff line change 99from pywa .client import WhatsApp
1010from pywa .utils import Version
1111
12- __version__ = "4.0.0b6 "
12+ __version__ = "4.0.0b7 "
1313__author__ = "David Lev"
1414__license__ = "MIT"
You can’t perform that action at this time.
0 commit comments