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
Provide proper deprecation of the "address" argument and field
* Raise deprecation warnings when address is used
* Add a compatibility property to avoid breaking existing code
(based on suggestion by Bas Stottelaar in PR #27)
* Make addresses keyword-only, so that address can be eventually
removed and replaced with it without breaking consumers
* Raise TypeError instead of an assertion on conflicting address
and addresses
0 commit comments