From 448a488f42cee5289b31e9aafedb9a2edee3aacc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Thu, 28 Nov 2024 16:10:14 +0100 Subject: [PATCH] fix: Revert pydyf dependency to 0.10.0 --- packages/dsw-document-worker/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dsw-document-worker/requirements.txt b/packages/dsw-document-worker/requirements.txt index 3227ee4..6273e7b 100644 --- a/packages/dsw-document-worker/requirements.txt +++ b/packages/dsw-document-worker/requirements.txt @@ -21,7 +21,7 @@ psycopg==3.2.3 psycopg-binary==3.2.3 pycparser==2.22 pycryptodome==3.21.0 -pydyf==0.11.0 +pydyf==0.10.0 pyparsing==3.2.0 pyphen==0.17.0 python-dateutil==2.9.0.post0 diff --git a/requirements.txt b/requirements.txt index 1e26dc9..f848264 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ psycopg==3.2.3 psycopg-binary==3.2.3 pycparser==2.22 pycryptodome==3.21.0 -pydyf==0.11.0 +pydyf==0.10.0 pyparsing==3.2.0 pyphen==0.17.0 python-dateutil==2.9.0.post0