Skip to content

Commit

Permalink
Update the psycopg2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSiu1995 committed Jun 15, 2021
1 parent 7cae4d3 commit 40527b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.


_instruments = ("psycopg2-binary >= 2.7.3.1",)
_instruments = ("psycopg2 >= 2.7.3.1",)
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"library": "mysql-connector-python ~= 8.0",
"instrumentation": "opentelemetry-instrumentation-mysql==0.23.dev0",
},
"psycopg2-binary": {
"library": "psycopg2-binary >= 2.7.3.1",
"psycopg2": {
"library": "psycopg2 >= 2.7.3.1",
"instrumentation": "opentelemetry-instrumentation-psycopg2==0.23.dev0",
},
"pymemcache": {
Expand Down

0 comments on commit 40527b8

Please sign in to comment.