-
-
Notifications
You must be signed in to change notification settings - Fork 687
chore: update PraisonAI version to 2.2.24 across Dockerfiles and docu… #571
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ class Praisonai < Formula | |
|
||
desc "AI tools for various AI applications" | ||
homepage "https://github.com/MervinPraison/PraisonAI" | ||
url "https://github.com/MervinPraison/PraisonAI/archive/refs/tags/v2.2.23.tar.gz" | ||
sha256 `curl -sL https://github.com/MervinPraison/PraisonAI/archive/refs/tags/v2.2.23.tar.gz | shasum -a 256`.split.first | ||
url "https://github.com/MervinPraison/PraisonAI/archive/refs/tags/v2.2.24.tar.gz" | ||
sha256 `curl -sL https://github.com/MervinPraison/PraisonAI/archive/refs/tags/v2.2.24.tar.gz | shasum -a 256`.split.first | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dynamically calculating the Homebrew best practices recommend hardcoding the Could you consider calculating the SHA256 sum of the For example:
sha256 "PUT_CALCULATED_SHA256_HASH_HERE" # Please calculate and replace this placeholder |
||
license "MIT" | ||
|
||
depends_on "[email protected]" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the PraisonAI version here!
It looks like the
praisonaiagents
package was updated to0.0.95
in this PR (e.g., insrc/praisonai-agents/pyproject.toml
and as a dependency insrc/praisonai/pyproject.toml
).For consistency with the PR's goal to ensure consistent package versioning, should the
PraisonAI Agents
version listed on the next line (line 125) in this README also be updated from>=0.0.92
to reflect the new version, perhaps to>=0.0.95
?