Skip to content

Commit 8334dd6

Browse files
authored
Merge branch 'main' into export-nonmonotonic-sums-as-gauges-in-prometheus
2 parents 72237e4 + 92bfd08 commit 8334dd6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,15 @@ Meeting notes are available as a public [Google doc](https://docs.google.com/doc
9999
Approvers ([@open-telemetry/python-approvers](https://github.com/orgs/open-telemetry/teams/python-approvers)):
100100

101101
- [Aaron Abbott](https://github.com/aabmass), Google
102+
- [Jeremy Voss](https://github.com/jeremydvoss), Microsoft
102103
- [Sanket Mehta](https://github.com/sanketmehta28), Cisco
103104

104105
Emeritus Approvers
105106

106107
- [Ashutosh Goel](https://github.com/ashu658), Cisco
107108
- [Carlos Alberto Cortez](https://github.com/carlosalberto), Lightstep
108109
- [Christian Neumüller](https://github.com/Oberon00), Dynatrace
109-
- [Hector Hernandez](https://github.com/hectorhdzg), Microsoft
110+
- [Héctor Hernández](https://github.com/hectorhdzg), Microsoft
110111
- [Mauricio Vásquez](https://github.com/mauriciovasquezbernal), Kinvolk
111112
- [Nathaniel Ruiz Nowell](https://github.com/NathanielRN), AWS
112113
- [Tahir H. Butt](https://github.com/majorgreys) DataDog

opentelemetry-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"setuptools >= 16.0",
3030
# FIXME This should be able to be removed after 3.12 is released if there is a reliable API
3131
# in importlib.metadata.
32-
"importlib-metadata ~= 6.0.0",
32+
"importlib-metadata ~= 6.0",
3333
]
3434
dynamic = [
3535
"version",

0 commit comments

Comments
 (0)