From f15a79235c2d844137daa1fc70ff739dec6fa482 Mon Sep 17 00:00:00 2001 From: Bodong Yang <86948717+Bodong-Yang@users.noreply.github.com> Date: Sat, 3 Aug 2024 01:26:04 +0900 Subject: [PATCH] bump to use simple-sqlite3-orm v0.2.1 (#369) 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. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4dd1bc528..0c3486255 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",