Skip to content

Commit d213e34

Browse files
committed
🔖 Release 0.7.2
1 parent fa9640a commit d213e34

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pdm.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nonebot-plugin-orm"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = "SQLAlchemy ORM support for nonebot"
55
authors = [
66
{ name = "yanyongyu", email = "[email protected]" },
@@ -31,9 +31,9 @@ default = ["sqlalchemy[aiosqlite]"]
3131
mysql = ["sqlalchemy[aiomysql]"]
3232
asyncmy = ["sqlalchemy[asyncmy]"]
3333
aiomysql = ["sqlalchemy[aiomysql]"]
34-
postgresql = ["sqlalchemy[postgresql_psycopgbinary]"]
35-
psycopg = ["sqlalchemy[postgresql_psycopgbinary]"]
36-
asyncpg = ["sqlalchemy[postgresql_asyncpg]"]
34+
postgresql = ["sqlalchemy[postgresql-psycopgbinary]"]
35+
psycopg = ["sqlalchemy[postgresql-psycopgbinary]"]
36+
asyncpg = ["sqlalchemy[postgresql-asyncpg]"]
3737
sqlite = ["sqlalchemy[aiosqlite]"]
3838
aiosqlite = ["sqlalchemy[aiosqlite]"]
3939

0 commit comments

Comments
 (0)