-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update PraisonAI version to 2.2.30 across Dockerfiles and related files #611
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
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -121,7 +121,7 @@ healthcheck: | |||||
| ## 📦 Package Versions | ||||||
|
|
||||||
| All Docker images use consistent, up-to-date versions: | ||||||
| - PraisonAI: `>=2.2.29` | ||||||
| - PraisonAI: `>=2.2.30` | ||||||
| - PraisonAI Agents: `>=0.0.92` | ||||||
| - Python: `3.11-slim` | ||||||
|
|
||||||
|
|
@@ -218,7 +218,7 @@ docker-compose up -d | |||||
| ### Version Pinning | ||||||
| To use specific versions, update the Dockerfile: | ||||||
| ```dockerfile | ||||||
| RUN pip install "praisonai==2.2.29" "praisonaiagents==0.0.92" | ||||||
| RUN pip install "praisonai==2.2.30" "praisonaiagents==0.0.92" | ||||||
|
Contributor
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. The example Using an outdated version in the example might lead to confusion or users unintentionally installing an older, potentially incompatible version of Would it be possible to update the agent version in this example command?
Suggested change
|
||||||
| ``` | ||||||
|
|
||||||
| ## 🌐 Production Deployment | ||||||
|
|
||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
The
PraisonAI Agentsversion listed here appears to be outdated. The pull request description and changes inpyproject.tomlfiles indicate thatPraisonAI Agentshas been updated to version0.0.102(or>=0.0.102).Could you please update this line to reflect the correct version for
PraisonAI Agentsto ensure consistency with the actual dependencies?