We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3db2b0 commit fe0d403Copy full SHA for fe0d403
python/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "drift_jit_proxy"
3
-version = "0.1.1"
+version = "0.1.2"
4
description = "python sdk for drift protocol v2 jit proxy program"
5
authors = ["Frank <[email protected]>"]
6
readme = "README.md"
@@ -13,7 +13,7 @@ python = "^3.10"
13
python-dotenv = "^1.0.0"
14
solana = "^0.30.1"
15
anchorpy = "^0.17.1"
16
-driftpy = "^0.7.20"
+driftpy = "^0.7.34"
17
18
[build-system]
19
requires = ["poetry-core"]
0 commit comments