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",