We're currently using google_drive 3.0.7 which has a dependency on googleauth >= 0.5.0, < 1.0.0. However, we are also using google-ads-googleads and need to update to 25.0.1 which has a dependency on gapic-common ~> 0.20, which has a dependency on googleauth ~> 1.0.
Is it possible to update google_drive to such that it can depend on googleauth versions greater than 1.0?
We're currently using google_drive 3.0.7 which has a dependency on
googleauth >= 0.5.0, < 1.0.0. However, we are also using google-ads-googleads and need to update to 25.0.1 which has a dependency ongapic-common ~> 0.20, which has a dependency ongoogleauth ~> 1.0.Is it possible to update google_drive to such that it can depend on googleauth versions greater than 1.0?