Which component is this bug for?
Pinecone Instrumentation
π Description
After upgrading pinecone, I am now getting the error DependencyConflict: requested: "pinecone-client >= 2.2.2, <6" but found: "None".
π Reproduction steps
Use "pinecone[grpc]==7.0.0" and "opentelemetry-instrumentation-pinecone>=0.51.0" as dependencies. Then run as usual:
from opentelemetry.instrumentation.pinecone import PineconeInstrumentor
PineconeInstrumentor().instrument()
π Expected behavior
Expected telemetry data should be sent automatically.
π Actual Behavior with Screenshots
Getting error (as described). Telemetry data is not being sent at all currently.
π€ Python Version
3.10.13
π Provide any additional context for the Bug.
No response
π Have you spent some time to check if this bug has been raised before?
Are you willing to submit PR?
None