Skip to content

Commit

Permalink
Merge pull request #5 from xeroc/release/202407291307
Browse files Browse the repository at this point in the history
Release/202407291307
  • Loading branch information
xeroc authored Jul 29, 2024
2 parents 7d93fed + a7b473a commit af873af
Show file tree
Hide file tree
Showing 6 changed files with 280 additions and 421 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Full Documentation is available on [python-solana-actions.rtfd.io](https://pytho

Please find implementation examples in this repo:

- [Using Flask](./examples/flask/)
- [Using FastAPI](./examples/fastapi/)
- [Using Flask](https://github.com/xeroc/python-solana-actions/tree/main/examples/flask)
- [Using FastAPI](https://github.com/xeroc/python-solana-actions/tree/main/examples/fastapi)

## Grant

Expand Down
178 changes: 16 additions & 162 deletions examples/fastapi/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/fastapi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
python = "^3.10"
fastapi = "^0.111.0"
pydantic = "^2.8.2"
solana-actions = "^0.0.3"
solana-actions = "^0.2.0"
solana = "^0.34.2"
solders = "^0.21.0"
requests = "^2.32.3"
Expand Down
Loading

0 comments on commit af873af

Please sign in to comment.