Skip to content

Commit 17e08fa

Browse files
committed
fix ci
Signed-off-by: emdneto <[email protected]>
1 parent faf0cef commit 17e08fa

File tree

3 files changed

+39
-37
lines changed

3 files changed

+39
-37
lines changed

opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
},
103103
{
104104
"library": "fastapi ~= 0.92",
105-
"instrumentation": "opentelemetry-instrumentation-fastapi==0.53b0.dev",
105+
"instrumentation": "opentelemetry-instrumentation-fastapi==0.55b0.dev",
106106
},
107107
{
108108
"library": "flask >= 1.0",

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ dependencies = [
6666
"opentelemetry-instrumentation-openai-v2[instruments]",
6767
]
6868

69+
6970
# https://docs.astral.sh/uv/reference/settings/
7071
[tool.uv]
7172
package = false # https://docs.astral.sh/uv/reference/settings/#package
@@ -147,6 +148,7 @@ members = [
147148
# TODO: remove after python 3.8 is dropped
148149
exclude = [
149150
"instrumentation-genai/opentelemetry-instrumentation-google-genai",
151+
"instrumentation/opentelemetry-instrumentation-starlette",
150152
]
151153

152154
[tool.ruff]

uv.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)