Key Vault code was last generated with an older version of autorest that took dependencies on six and msrest. The former dependency should be dropped since Python 2.7 is no longer supported, and the latter should be dropped since it's not actually necessary for async requests.
Generated code still has a dependency on isodate>=0.6.1 and a recently-introduced dependency on typing-extensions>=4.0.1, so we need to add those dependencies to our setup.pys as well.
Key Vault code was last generated with an older version of
autorestthat took dependencies onsixandmsrest. The former dependency should be dropped since Python 2.7 is no longer supported, and the latter should be dropped since it's not actually necessary for async requests.Generated code still has a dependency on
isodate>=0.6.1and a recently-introduced dependency ontyping-extensions>=4.0.1, so we need to add those dependencies to oursetup.pys as well.