Skip to content

Commit 29ef6a9

Browse files
authored
Add type hints to dbapi (#3068)
1 parent 3ebdb63 commit 29ef6a9

File tree

4 files changed

+136
-114
lines changed

4 files changed

+136
-114
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838

3939
- `opentelemetry-instrumentation-httpx` Fix `RequestInfo`/`ResponseInfo` type hints
4040
([#3105](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3105))
41+
- `opentelemetry-instrumentation-dbapi` Move `TracedCursorProxy` and `TracedConnectionProxy` to the module level
42+
([#3068](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3068))
4143
- `opentelemetry-instrumentation-click` Disable tracing of well-known server click commands
4244
([#3174](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3174))
4345
- `opentelemetry-instrumentation` Fix `get_dist_dependency_conflicts` if no distribution requires

docs/nitpick-exceptions.ini

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ py-class=
4141
callable
4242
Consumer
4343
confluent_kafka.Message
44+
ObjectProxy
4445

4546
any=
4647
; API
@@ -68,6 +69,8 @@ any=
6869

6970
py-obj=
7071
opentelemetry.propagators.textmap.CarrierT
72+
opentelemetry.instrumentation.dbapi.ConnectionT
73+
opentelemetry.instrumentation.dbapi.CursorT
7174

7275
py-func=
7376
poll

0 commit comments

Comments
 (0)