From 9aec4b6ac25943a69d768b1150b07b17f14c8e73 Mon Sep 17 00:00:00 2001 From: frank <98238480+soundsonacid@users.noreply.github.com> Date: Thu, 18 Jan 2024 11:50:41 -0800 Subject: [PATCH] chore: bump driftpy (#24) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 204eaf66..fe31998a 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -13,7 +13,7 @@ python = "^3.10" python-dotenv = "^1.0.0" solana = "^0.30.1" anchorpy = "^0.17.1" -driftpy = "^0.7.15" +driftpy = "0.7.16" [build-system] requires = ["poetry-core"]