Skip to content

Commit

Permalink
🔖 Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgramRipper committed Apr 28, 2024
1 parent fa9640a commit d213e34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nonebot-plugin-orm"
version = "0.7.1"
version = "0.7.2"
description = "SQLAlchemy ORM support for nonebot"
authors = [
{ name = "yanyongyu", email = "[email protected]" },
Expand Down Expand Up @@ -31,9 +31,9 @@ default = ["sqlalchemy[aiosqlite]"]
mysql = ["sqlalchemy[aiomysql]"]
asyncmy = ["sqlalchemy[asyncmy]"]
aiomysql = ["sqlalchemy[aiomysql]"]
postgresql = ["sqlalchemy[postgresql_psycopgbinary]"]
psycopg = ["sqlalchemy[postgresql_psycopgbinary]"]
asyncpg = ["sqlalchemy[postgresql_asyncpg]"]
postgresql = ["sqlalchemy[postgresql-psycopgbinary]"]
psycopg = ["sqlalchemy[postgresql-psycopgbinary]"]
asyncpg = ["sqlalchemy[postgresql-asyncpg]"]
sqlite = ["sqlalchemy[aiosqlite]"]
aiosqlite = ["sqlalchemy[aiosqlite]"]

Expand Down

0 comments on commit d213e34

Please sign in to comment.