instana / python-sensor

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

update: added google-cloud-storage v2.18.2 support #594

Closed CagriYonca closed 2 months ago

CagriYonca commented 2 months ago

Python 3.11 and 3.12 has the dependency conflict below: image

pvital commented 2 months ago

Wonderful @CagriYonca!

Please change the following in addition:

  1. remove any entry of the Google Cloud packages from the requirements file for Python 3.11, 3.12, and 3.13.
  2. add an extra job for Python 3.13.
  3. update the pipelines for Tekton as well.
CagriYonca commented 2 months ago

Wonderful @CagriYonca!

Please change the following in addition:

  1. remove any entry of the Google Cloud packages from the requirements file for Python 3.11, 3.12, and 3.13.
  2. add an extra job for Python 3.13.
  3. update the pipelines for Tekton as well.