You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,20 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
6
+
[2025-07-24] Version 9.7.0
7
+
--------------------------
8
+
**Library - Fix**
9
+
-[PR #878](https://github.com/twilio/twilio-python/pull/878): Remove not existence class ServiceList. Thanks to [@lopenchi](https://github.com/lopenchi)!
10
+
11
+
**Events**
12
+
- Remove `SinkSid` parameter when updating subscriptions. **(breaking change)**
:param description: A human readable description for the Subscription.
121
-
:param sink_sid: The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created.
Asynchronous coroutine to update the SubscriptionInstance
137
131
138
132
:param description: A human readable description for the Subscription.
139
-
:param sink_sid: The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created.
:param description: A human readable description for the Subscription.
261
-
:param sink_sid: The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created.
Asynchronous coroutine to update the SubscriptionInstance
291
277
292
278
:param description: A human readable description for the Subscription.
293
-
:param sink_sid: The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created.
0 commit comments