From ab4c2826a96468f74271d46700a320bbb8046898 Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Wed, 19 Feb 2025 18:41:22 +0530 Subject: [PATCH] chore(deps): track fork of pypika Signed-off-by: Akhil Narang --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6369e55068..fa05d81231 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ # do NOT add loose requirements on PyMySQL versions. "PyMySQL==1.1.1", "pypdf~=3.17.0", - "PyPika==0.48.9", + "PyPika @ git+https://github.com/frappe/pypika@093984977ce157d35e048c51d9ff55a1f0f44570", "mysqlclient==2.2.7", "PyQRCode~=1.2.1", "PyYAML~=6.0.2",