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

Adapting to Lastet Near Lake Framework #9

Merged
merged 7 commits into from
May 29, 2024
Merged

Adapting to Lastet Near Lake Framework #9

merged 7 commits into from
May 29, 2024

Conversation

bh2smith
Copy link
Collaborator

@bh2smith bh2smith commented May 29, 2024

  1. Drop CI python version to 3.11 (near lake framework doesn't work with 3.12)
  2. Load .env in Makefile
  3. [Minor] Fix enumeration in Readme
  4. 🔑 Adapt main file to use latest near-lake-framework
  5. Use >= on requirements file (also version bump near-lake-framework to 0.0.8)
  6. Add AWS env details to readme (closes Instructions Don't Mention Need for AWS Credentials #7)

@bh2smith bh2smith requested a review from anthony-near May 29, 2024 08:53
@@ -1,7 +1,7 @@
asyncio==3.4.3
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I would also like to remove the strict == requirements in near-lake-framework (otherwise we can't really move to python 3.12 or beyond).

Copy link
Collaborator

Choose a reason for hiding this comment

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

hmm. I used the == because in case the package makes an update with breaking changes in the future, it's guaranteed to work with the specified version. But since that syntax won't work with future python versions, then we can change it to >=.

toml==0.10.2
asyncio>=3.4.3
near-lake-framework>=0.0.8
requests>=2.32.0
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@bh2smith bh2smith merged commit ab2bf55 into main May 29, 2024
1 check passed
@bh2smith bh2smith deleted the make-load-env branch May 29, 2024 16:19
@bh2smith
Copy link
Collaborator Author

bh2smith commented May 29, 2024

Thanks for your quick review. I made some more updates to the near-lake today as well, will circle back here tomorrow to add a few more improvements.

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.

Instructions Don't Mention Need for AWS Credentials
2 participants