Skip to content

Commit 40527b8

Browse files
committed
Update the psycopg2 dependency
1 parent 7cae4d3 commit 40527b8

File tree

2 files changed

+3
-3
lines changed
  • instrumentation/opentelemetry-instrumentation-psycopg2/src/opentelemetry/instrumentation/psycopg2
  • opentelemetry-instrumentation/src/opentelemetry/instrumentation

2 files changed

+3
-3
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-psycopg2/src/opentelemetry/instrumentation/psycopg2/package.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515

16-
_instruments = ("psycopg2-binary >= 2.7.3.1",)
16+
_instruments = ("psycopg2 >= 2.7.3.1",)

Diff for: opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
"library": "mysql-connector-python ~= 8.0",
8181
"instrumentation": "opentelemetry-instrumentation-mysql==0.23.dev0",
8282
},
83-
"psycopg2-binary": {
84-
"library": "psycopg2-binary >= 2.7.3.1",
83+
"psycopg2": {
84+
"library": "psycopg2 >= 2.7.3.1",
8585
"instrumentation": "opentelemetry-instrumentation-psycopg2==0.23.dev0",
8686
},
8787
"pymemcache": {

0 commit comments

Comments
 (0)