Skip to content

Commit

Permalink
Support PyMySQL 1.x series
Browse files Browse the repository at this point in the history
  • Loading branch information
owais committed Nov 3, 2021
1 parent 671aea3 commit d7ec723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
([#781](https:/open-telemetry/opentelemetry-python-contrib/pull/781))
- `opentelemetry-instrumentation-aws-lambda` Add instrumentation for AWS Lambda Service - Implementation (Part 2/2)
([#777](https:/open-telemetry/opentelemetry-python-contrib/pull/777))
- `opentelemetry-instrumentation-pymysql` Add support for PyMySQL 1.x series
([#792](https:/open-telemetry/opentelemetry-python-contrib/pull/792))

### Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.


_instruments = ("PyMySQL ~= 0.10.1",)
_instruments = ("PyMySQL < 2",)

0 comments on commit d7ec723

Please sign in to comment.