The latest version of the Pub/Sub library requires :google_gax ~> 0.2, which requires the proper versions of Tesla and Poison, so we can trim down the deps specified here.
Gax v0.2.0 still doesn't directly expose the call to Tesla.client/1,2, so our adapter override will need to remain in place for the time being.
The latest version of the Pub/Sub library requires
:google_gax ~> 0.2
, which requires the proper versions of Tesla and Poison, so we can trim down the deps specified here.Gax v0.2.0 still doesn't directly expose the call to
Tesla.client/1,2
, so our adapter override will need to remain in place for the time being.