From b72a26427131184ec0eb36bf89ec21d36b5c0f40 Mon Sep 17 00:00:00 2001 From: Hajar AIT EL KADI Date: Wed, 20 Dec 2023 17:40:31 +0100 Subject: [PATCH] feat: udpate python packages and add pydantic --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 676c64d..6609d65 100755 --- a/requirements.txt +++ b/requirements.txt @@ -7,10 +7,9 @@ PyYAML geojson shapely minio==7.1.3 -boto3==1.17.112 +boto3==1.28.0 emails==0.6 -pandas==1.1.5 -cchardet==2.1.7 +pandas==1.5.3 papermill==2.3.4 plotly==5.6.0 plotly_express==0.4.1 @@ -21,8 +20,9 @@ openpyxl==3.0.9 elasticsearch==7.17.0 elasticsearch_dsl==7.4.0 requests==2.31.0 -python-dotenv==0.20.0 +python-dotenv==0.21.0 swifter==1.1.3 tweepy==4.8.0 pytest==7.2.1 -langdetect==1.0.9 \ No newline at end of file +langdetect==1.0.9 +pydantic==2.3.0 \ No newline at end of file