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
* remove unused import
* removed typing import from TYPE_CHECKING
* add return type and returns to docstrings
* remove unnecessary parens
* add timeout to flush methods in producer
* disable inconsistent return rule
* add timeout kwarg to public api
* add update_token to create_token
* update mgmt_request operation kwargs
* add typed kwargs for send*
* typed kwargs for create_batch
* update receive batch kwargs
* kwargs for mgmt exec op
* typed kwargs for receieve
* add typed kwargs for sync consumer client
* consumer from conn str kwargs
* producer conn str kwargs
* kwargs for send client in transports
* receive client kwargs
* typed kwargs for create_connection
* fix error in event processor
* make locales optional
* fix type in field name
* make max_batch_size position
* pass in timeout kwarg
* address PR comments
* missing comma
* fix uamqp transport
* add final new line
* fix missing comma
* initial mypy fixes
* match up conn manager with amqp.create_connection
* intial mypy fixes for transports
* futher mypy match up conn manager and transport
* fix eventprocessor mypy errors
* further fixes to align typing
* more mypy fixes
* address comments
* add forward ref types for uamqp and azure amqp
* enable uamqp tests for ci run
* disable uAMQP tests
0 commit comments