From 0d3673f4089383425efc7244de7d32c7f289b7fd Mon Sep 17 00:00:00 2001 From: Nicholas Van Landschoot <135360226+nickvanlandschoot@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:01:42 -0700 Subject: [PATCH] Update requirements.txt to include docx This is a very small one line change to include docx. In v.2.7.7 there was an issue preventing custom agents from loading in the playground. https://github.com/phidatahq/phidata/issues/1738 Since then the playground functionality has been working but users must install python-docx This change installs docx by default. 1.1.2 is the latest stable version and doesn't appear to have any major bugs nor does it appear to cause any conflicts with any other dependencies of phidata thus the version. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 392cbe104..54ed13ac7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,6 +22,7 @@ pydantic==2.9.2 pydantic-core==2.23.4 pydantic-settings==2.5.2 pygments==2.18.0 +python-docx==1.1.2 python-dotenv==1.0.1 pyyaml==6.0.2 rich==13.9.2