Skip to content

Increment version to 0.0.76 in pyproject.toml and update `markitdow… #456

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/praisonai-agents/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "praisonaiagents"
version = "0.0.75"
version = "0.0.76"
description = "Praison AI agents for completing complex tasks with Self Reflection Agents"
authors = [
{ name="Mervin Praison" }
Expand All @@ -28,7 +28,7 @@ memory = [
knowledge = [
"mem0ai>=0.1.0",
"chromadb==0.5.23",
"markitdown",
"markitdown[all]",

Choose a reason for hiding this comment

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

medium

Consider adding a comment explaining why all extras are needed for the markitdown dependency. This will help future developers understand the purpose of this change.

    "markitdown[all]",  # Includes all extras for enhanced markdown functionality

"chonkie>=1.0.2"
]

Expand Down
4 changes: 2 additions & 2 deletions src/praisonai-agents/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading