Skip to content

Commit

Permalink
frank/upgrade driftpy, anchorpy, solana (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
soundsonacid committed May 22, 2024
1 parent 1b67eb4 commit 7ef3c46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "drift_jit_proxy"
version = "0.1.4"
version = "0.1.5"
description = "python sdk for drift protocol v2 jit proxy program"
authors = ["Frank <[email protected]>"]
readme = "README.md"
Expand All @@ -11,9 +11,9 @@ packages = [
[tool.poetry.dependencies]
python = "^3.10"
python-dotenv = "^1.0.0"
solana = "^0.30.1"
anchorpy = "^0.17.1"
driftpy = "^0.7.38"
solana = "^0.34.0"
anchorpy = "^0.20.1"
driftpy = "^0.7.52"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 7ef3c46

Please sign in to comment.