instana / python-sensor

:snake: Python Distributed Tracing & Metrics Sensor for Instana
https://www.instana.com/
MIT License
69 stars 31 forks source link

report(currency): google-cloud library versions has been updated #578

Closed CagriYonca closed 2 months ago

CagriYonca commented 3 months ago

Versions of modules below has been updated for the Python runtime versions 3.8, 3.9, 3.10, 3.11, 3.12:

Since grpcio is not supported by beta versions of Python 3.13, we don't support Python 3.13.

pvital commented 3 months ago
* google-cloud-pubsub version has been changed up to 2.14.0 
* google-cloud-storage version has been changed up to 2.23.0 

I guess you changed the order of the versions:

CagriYonca commented 3 months ago
* google-cloud-pubsub version has been changed up to 2.14.0 
* google-cloud-storage version has been changed up to 2.23.0 

I guess you changed the order of the versions:

  • google-cloud-pubsub's most recent version is 2.23.0.
  • google-cloud-storage, you are setting an upper-bound as 2.1.40. I can see the most recent version is 2.18.2. Are the versions between 2.14.0 and 2.18.2 not working?

Yes, I have mistyped version numbers, we're supporting pubsub up to 2.23.0 and storage up to 2.14.0. It's failing for google-cloud-storage versions after 2.14.0: image