Skip to content

Commit 0b5d851

Browse files
authored
Uprev to 0.28.0 (#45)
1 parent 54c19b7 commit 0b5d851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "logfire"
7-
version = "0.27.0"
7+
version = "0.28.0"
88
description = "The best Python observability tool! 🪵🔥"
99
authors = [
1010
{ name = "Pydantic Team", email = "engineering@pydantic.dev" },
@@ -59,7 +59,7 @@ flask = ["opentelemetry-instrumentation-flask >= 0.42b0"]
5959
httpx = ["opentelemetry-instrumentation-httpx >= 0.42b0"]
6060
starlette = ["opentelemetry-instrumentation-starlette >= 0.42b0"]
6161
sqlalchemy = ["opentelemetry-instrumentation-sqlalchemy >= 0.42b0"]
62-
asyncpg = ["opentelemetry-instrumentation-psycopg2 >= 0.42b0"]
62+
asyncpg = ["opentelemetry-instrumentation-asyncpg >= 0.42b0"]
6363
psycopg = ["opentelemetry-instrumentation-psycopg2 >= 0.42b0", "packaging"]
6464
psycopg2 = ["opentelemetry-instrumentation-psycopg2 >= 0.42b0", "packaging"]
6565
pymongo = ["opentelemetry-instrumentation-pymongo >= 0.42b0"]

0 commit comments

Comments
 (0)