-
Notifications
You must be signed in to change notification settings - Fork 798
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
After upgrade opentelemetry-instrumentation-psycopg2 from 0.19b0 to 0.23b2 there was an message DependencyConflict: requested: "psycopg2 >= 2.7.3.1" but found: "None"
, my project dependencies do not have psycopg2, there is psycopg2-binary.
Describe your environment
- python 3.9.6
- django 3.2.5
- uwsgi 2.0.19.1
- psycopg2-binary 2.9.1
- opentelemetry-instrumentation-psycopg2 0.23b2
Steps to reproduce
install psycopg2-binary to project dependencies and opentelemetry-instrumentation-psycopg2 0.23b2, run django server using uwsgi
What is the expected behavior?
no DependencyConflict message
What is the actual behavior?
message DependencyConflict: requested: "psycopg2 >= 2.7.3.1" but found: "None"
loukou007, Dipenbhatt03, cybergrind, phillipuniverse, PeterJCLaw-mns and 3 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed