File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " logfire"
7- version = " 0.27 .0"
7+ version = " 0.28 .0"
88description = " The best Python observability tool! 🪵🔥"
99authors = [
1010 { name = " Pydantic Team" , email = " engineering@pydantic.dev" },
@@ -59,7 +59,7 @@ flask = ["opentelemetry-instrumentation-flask >= 0.42b0"]
5959httpx = [" opentelemetry-instrumentation-httpx >= 0.42b0" ]
6060starlette = [" opentelemetry-instrumentation-starlette >= 0.42b0" ]
6161sqlalchemy = [" opentelemetry-instrumentation-sqlalchemy >= 0.42b0" ]
62- asyncpg = [" opentelemetry-instrumentation-psycopg2 >= 0.42b0" ]
62+ asyncpg = [" opentelemetry-instrumentation-asyncpg >= 0.42b0" ]
6363psycopg = [" opentelemetry-instrumentation-psycopg2 >= 0.42b0" , " packaging" ]
6464psycopg2 = [" opentelemetry-instrumentation-psycopg2 >= 0.42b0" , " packaging" ]
6565pymongo = [" opentelemetry-instrumentation-pymongo >= 0.42b0" ]
You can’t perform that action at this time.
0 commit comments