Skip to content

Commit

Permalink
bump to use simple-sqlite3-orm v0.2.1 (#369)
Browse files Browse the repository at this point in the history
Bumps simple-sqlite3-orm to v0.2.1.

Upstream fixes a problem related to using both RETURNING and LIMIT in DELETE stmt, see pga2rn/simple-sqlite3-orm#19 for more details.

Bumps the version fixes otaproxy not working on ubuntu 22.04 and newer.
  • Loading branch information
Bodong-Yang committed Aug 2, 2024
1 parent dd8fc87 commit ae14c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"pyopenssl<25,>=24.1",
"pyyaml<7,>=6.0.1",
"requests<2.33,>=2.32",
"simple-sqlite3-orm @ https://github.com/pga2rn/simple-sqlite3-orm/releases/download/v0.2.0/simple_sqlite3_orm-0.2.0-py3-none-any.whl",
"simple-sqlite3-orm @ https://github.com/pga2rn/simple-sqlite3-orm/releases/download/v0.2.1/simple_sqlite3_orm-0.2.1-py3-none-any.whl",
"typing-extensions>=4.6.3",
"urllib3<2.3,>=2.2.2",
"uvicorn[standard]<0.31,>=0.30",
Expand Down

0 comments on commit ae14c20

Please sign in to comment.