File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 33
44> NOTE: pywa follows the [ semver] ( https://semver.org/ ) versioning standard.
55
6-
7- ### 2.10.0 (2025-05-14) ** Latest**
6+ ### 2.11.0 (2025-06-17) ** Latest**
7+
8+ - [ flows] adding support for ` ImageCarousel `
9+ - [ flows] adding ` with_params ` to ` FlowPreview ` to configure the interactive web preview
10+ - [ client] adding ` get_business_phone_numbers ` method
11+ - [ types] adding ` all ` method to ` Result ` and fix ` next ` and ` previous ` to return empty result
12+ - [ sent_message] fix ` wait_for_click ` to wait only for reply-clicks and not to same ` data `
13+ - [ api] fix ` update_conversational_automation ` request
14+ - [ utils] try to import ` cryptography ` globally
15+ - [ utils] bump graph-api version to ` 23.0 `
16+
17+ ### 2.10.0 (2025-05-14)
818
919- [ client] allow to migrate flows from one WABA to another
1020- [ client] improve mime-type handling when downloading media
Original file line number Diff line number Diff line change 99from pywa .client import WhatsApp
1010from pywa .utils import Version
1111
12- __version__ = "2.10 .0"
12+ __version__ = "2.11 .0"
1313__author__ = "David Lev"
1414__license__ = "MIT"
You can’t perform that action at this time.
0 commit comments