Skip to content

chore: update PraisonAI version to 2.2.23 across Dockerfiles and docu…#564

Merged
MervinPraison merged 1 commit intomainfrom
develop
May 31, 2025
Merged

chore: update PraisonAI version to 2.2.23 across Dockerfiles and docu…#564
MervinPraison merged 1 commit intomainfrom
develop

Conversation

@MervinPraison
Copy link
Copy Markdown
Owner

…mentation

  • Updated the PraisonAI version from 2.2.22 to 2.2.23 in all relevant Dockerfiles.
  • Adjusted version references in README.md, local-development.mdx, and other documentation files.
  • Ensured consistency in versioning for deployment scripts and project files.

This change maintains compatibility with the latest features and fixes in PraisonAI.

…mentation

- Updated the PraisonAI version from 2.2.22 to 2.2.23 in all relevant Dockerfiles.
- Adjusted version references in README.md, local-development.mdx, and other documentation files.
- Ensured consistency in versioning for deployment scripts and project files.

This change maintains compatibility with the latest features and fixes in PraisonAI.
@MervinPraison MervinPraison merged commit 6fc50bd into main May 31, 2025
8 of 11 checks passed
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented May 31, 2025

Warning

Rate limit exceeded

@MervinPraison has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 4 minutes and 31 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 1bea6b2 and 904cd79.

⛔ Files ignored due to path filters (2)
  • src/praisonai-agents/uv.lock is excluded by !**/*.lock
  • src/praisonai/uv.lock is excluded by !**/*.lock
📒 Files selected for processing (13)
  • docker/Dockerfile (1 hunks)
  • docker/Dockerfile.chat (1 hunks)
  • docker/Dockerfile.dev (1 hunks)
  • docker/Dockerfile.ui (1 hunks)
  • docker/README.md (2 hunks)
  • docs/api/praisonai/deploy.html (1 hunks)
  • docs/developers/local-development.mdx (1 hunks)
  • docs/ui/chat.mdx (1 hunks)
  • docs/ui/code.mdx (1 hunks)
  • src/praisonai-agents/pyproject.toml (1 hunks)
  • src/praisonai/praisonai.rb (1 hunks)
  • src/praisonai/praisonai/deploy.py (1 hunks)
  • src/praisonai/pyproject.toml (4 hunks)
✨ Finishing Touches
  • 📝 Generate Docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@netlify
Copy link
Copy Markdown

netlify bot commented May 31, 2025

Deploy Preview for praisonai ready!

Name Link
🔨 Latest commit 904cd79
🔍 Latest deploy log https://app.netlify.com/projects/praisonai/deploys/683b29b9341c1b0008c5bb2f
😎 Deploy Preview https://deploy-preview-564--praisonai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Hello @MervinPraison, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

Summary of Changes

Hello! Gemini here, providing a summary of this pull request to help everyone get up to speed quickly.

This PR primarily focuses on updating the version of the PraisonAI package and its related praisonaiagents dependency across the project. The changes involve updating version specifications in various Dockerfiles, documentation files (including READMEs and deployment guides), and the project's dependency management files (pyproject.toml, uv.lock, and a Homebrew formula). The goal is to ensure the project is using the latest compatible versions of these core libraries, as stated in the PR description, to benefit from recent features and fixes.

Highlights

  • PraisonAI Version Update: The core change is the update of the PraisonAI package version requirement from >=2.2.22 or ==2.2.22 to >=2.2.23 or ==2.2.23 across multiple files.
  • PraisonAI Agents Version Update: The praisonaiagents dependency is also updated from version 0.0.93 (or >=0.0.91) to 0.0.94 (or >=0.0.94) in the project's dependency files.
  • Configuration and Documentation Sync: Version references have been synchronized in Dockerfiles, READMEs, documentation pages (MDX and HTML), and dependency lock files to reflect the new package versions.

Changelog

Click here to see the changelog
  • docker/Dockerfile
    • Updated praisonai version requirement from >=2.2.22 to >=2.2.23.
  • docker/Dockerfile.chat
    • Updated praisonai version requirement from >=2.2.22 to >=2.2.23.
  • docker/Dockerfile.dev
    • Updated praisonai version requirement from >=2.2.22 to >=2.2.23.
  • docker/Dockerfile.ui
    • Updated praisonai version requirement from >=2.2.22 to >=2.2.23.
  • docker/README.md
    • Updated PraisonAI version reference in the 'Package Versions' section from >=2.2.22 to >=2.2.23.
    • Updated PraisonAI version in the 'Version Pinning' example from ==2.2.22 to ==2.2.23.
  • docs/api/praisonai/deploy.html
    • Updated praisonai version in the Dockerfile snippet within the deployment documentation from ==2.2.22 to ==2.2.23.
  • docs/developers/local-development.mdx
    • Updated praisonai version in the Dockerfile snippet for local development from ==2.2.22 to ==2.2.23.
  • docs/ui/chat.mdx
    • Updated praisonai version in the Dockerfile snippet for UI chat development from ==2.2.22 to ==2.2.23.
  • docs/ui/code.mdx
    • Updated praisonai version in the Dockerfile snippet for UI code development from ==2.2.22 to ==2.2.23.
  • src/praisonai-agents/pyproject.toml
    • Updated project version from 0.0.93 to 0.0.94.
  • src/praisonai-agents/uv.lock
    • Updated locked version of praisonaiagents from 0.0.93 to 0.0.94.
    • Updated sdist and wheel URLs and hashes for praisonaiagents version 0.0.94.
  • src/praisonai/praisonai.rb
    • Updated the Homebrew formula URL and sha256 hash to reference v2.2.23.
  • src/praisonai/praisonai/deploy.py
    • Updated the hardcoded praisonai version in the create_dockerfile method from ==2.2.22 to ==2.2.23.
  • src/praisonai/pyproject.toml
    • Updated project version from 2.2.22 to 2.2.23 (both [project] and [tool.poetry] sections).
    • Updated praisonaiagents dependency requirement from >=0.0.91 to >=0.0.94.
  • src/praisonai/uv.lock
    • Updated locked version of praisonai from 2.2.22 to 2.2.23.
    • Updated locked version of praisonaiagents from 0.0.91 to 0.0.94.
    • Updated sdist and wheel URLs and hashes for praisonaiagents version 0.0.94.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist is currently in preview and may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments to provide feedback.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.


Versions tick and climb,
Updating through space and time,
Docs must match the code.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request successfully updates the PraisonAI and praisonaiagents versions across various Dockerfiles, documentation files, and project configuration files. The changes are consistent with the stated objective of maintaining compatibility with the latest versions. The updates in the Dockerfiles, README, and documentation files are straightforward version bumps.

Summary of Findings

  • Homebrew Formula SHA Calculation: The Homebrew formula calculates the SHA256 hash using a shell command (curl ... | shasum -a 256) at install time. It is more standard and robust practice in Homebrew to pre-calculate the hash and hardcode it in the formula.
  • Version Updates: Consistent updates to PraisonAI and praisonaiagents versions across Dockerfiles, documentation, and project files. (No comments added for these as they are low severity and correctly implemented).

Merge Readiness

The pull request addresses the stated goal of updating version numbers. The changes are mostly straightforward configuration updates. There is one medium severity issue identified regarding the Homebrew formula's SHA calculation method, which should ideally be addressed for better robustness and adherence to Homebrew best practices. I recommend addressing this point before merging. As a reviewer, I am unable to approve this pull request; please have another reviewer approve it after the suggested change is made.

url "https://github.com/MervinPraison/PraisonAI/archive/refs/tags/v2.2.22.tar.gz"
sha256 `curl -sL https://github.com/MervinPraison/PraisonAI/archive/refs/tags/v2.2.22.tar.gz | shasum -a 256`.split.first
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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

For Homebrew formulas, it's standard practice to calculate the SHA256 hash locally and hardcode it directly in the formula, rather than using a shell command to calculate it at install time. This makes the formula more robust and less reliant on external command execution during the installation process.

    sha256 "cf45d35ced31ccbb32b2f7dbd61768f77cba231dd7e62adc7ce5740d77103d24"

shaneholloman pushed a commit to shaneholloman/praisonai that referenced this pull request Feb 4, 2026
chore: update PraisonAI version to 2.2.23 across Dockerfiles and docu…
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.

1 participant