Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade packages and update cicd #49

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Upgrade packages and update cicd #49

wants to merge 5 commits into from

Conversation

davidiw
Copy link
Contributor

@davidiw davidiw commented Jan 5, 2025

  • Update all packages to latest versions
  • Cleanup any issues
  • Make sure CICD is as clean as it can be

@davidiw davidiw requested review from gregnazario and a team as code owners January 5, 2025 20:44
python now requires version 3.9 or greater
removed tomli, I guess it was a temporary requirement
@@ -24,6 +24,7 @@ lint:
examples:
poetry run python -m examples.aptos_token
poetry run python -m examples.fee_payer_transfer_coin
poetry run python -m examples.multikey
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Positively alphabetical!

@@ -64,6 +64,8 @@ async def main(
alice, large_package_example_dir, large_packages_account
)

await rest_client.close()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit, can we use the client as a context manager? The indentation is annoying though...

@davidiw davidiw force-pushed the fixup branch 5 times, most recently from 2a2a2ad to cf0d19c Compare January 7, 2025 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants