From 86dc6c4209921b463b16152b46a1654a5d999444 Mon Sep 17 00:00:00 2001 From: Ricardo Salta Date: Thu, 9 May 2024 13:50:58 +0200 Subject: [PATCH 01/10] Create .python-version --- .python-version | 1 + 1 file changed, 1 insertion(+) create mode 100644 .python-version diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..bd28b9c --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.9 From 1969671db89bbaabd52a0e384390e5a4d76695ef Mon Sep 17 00:00:00 2001 From: Ricardo Salta Date: Thu, 9 May 2024 13:58:15 +0200 Subject: [PATCH 02/10] Create runtime.txt --- runtime.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 runtime.txt diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 0000000..425359e --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +python-3.9.9 From 82575e2365bf156b66535fd25d04dd5a6e66573e Mon Sep 17 00:00:00 2001 From: Ricardo Salta Date: Thu, 9 May 2024 14:12:57 +0200 Subject: [PATCH 03/10] Update runtime.txt --- runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.txt b/runtime.txt index 425359e..815b82f 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.9.9 +python-3.9.18 From f124c05006f509deeaa9fa5c63a8b65e214ef835 Mon Sep 17 00:00:00 2001 From: Ricardo Salta Date: Thu, 9 May 2024 14:20:14 +0200 Subject: [PATCH 04/10] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b8b0cda..ea32120 100644 --- a/requirements.txt +++ b/requirements.txt @@ -62,7 +62,7 @@ six==1.16.0 smmap==3.0.5 sniffio==1.3.0 soupsieve==2.3.2.post1 -starlette==0.27.0 +starlette>=0.26.1,<0.28 tenacity==8.2.2 threadpoolctl==3.1.0 tqdm==4.65.0 From 6781101dcd0c50fe508dacbee25359fd0d8711de Mon Sep 17 00:00:00 2001 From: Ricardo Salta Date: Thu, 9 May 2024 14:36:52 +0200 Subject: [PATCH 05/10] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ea32120..f362a78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ charset-normalizer==2.1.1 click==8.1.3 colorama==0.4.6 contourpy==1.0.5 -cryptography==41.0.0 +cryptography cycler==0.11.0 docker-pycreds==0.4.0 et-xmlfile==1.1.0 From 04d200805441f1f6e8dc18e60ab9fc3b42301f70 Mon Sep 17 00:00:00 2001 From: Ricardo Salta Date: Fri, 10 May 2024 15:37:38 +0200 Subject: [PATCH 06/10] Create Procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..629b83a --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: python main.py From cff6bcad0cf1a572d7bf16c516efc83997d314cc Mon Sep 17 00:00:00 2001 From: Ricardo Salta Date: Fri, 10 May 2024 16:01:26 +0200 Subject: [PATCH 07/10] Update requirements.txt --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index f362a78..36d3f51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.8.3 +aiohttp==3.8.5 aiosignal==1.3.1 anyio==3.6.2 appdirs==1.4.4 @@ -7,13 +7,13 @@ attrs==22.2.0 beautifulsoup4==4.11.1 Bottleneck==1.3.5 brotlipy==0.7.0 -certifi==2022.12.7 +certifi==2023.7.22 cffi==1.15.1 charset-normalizer==2.1.1 click==8.1.3 colorama==0.4.6 contourpy==1.0.5 -cryptography +cryptography==41.0.3 cycler==0.11.0 docker-pycreds==0.4.0 et-xmlfile==1.1.0 @@ -21,7 +21,7 @@ fastapi==0.95.0 fonttools==4.25.0 frozenlist==1.3.3 gitdb==4.0.10 -GitPython==3.1.31 +GitPython==3.1.32 h11==0.12.0 idna==3.4 joblib==1.2.0 @@ -30,10 +30,10 @@ matplotlib==3.7.1 multidict==6.0.2 munkres==1.1.4 numexpr==2.8.4 -numpy==1.23.5 +numpy==1.25.2 openai==0.27.2 -openpyxl==3.0.9 -packaging==23.0 +openpyxl==3.1.2 +packaging==23.1 pandas==1.5.3 pandas-stubs==1.5.3.230321 pathtools==0.1.2 @@ -43,7 +43,7 @@ platformdirs==3.2.0 plotly==5.13.1 pooch==1.7.0 protobuf==3.20.3 -psutil==5.9.0 +psutil==5.9.5 pycparser==2.21 pydantic==1.10.2 pyOpenSSL==23.1.0 From 2332dd345604b18ad45cb9a331dbac19836c856a Mon Sep 17 00:00:00 2001 From: Ricardo Salta Date: Fri, 10 May 2024 16:17:45 +0200 Subject: [PATCH 08/10] Update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 36d3f51..0c1fa37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ charset-normalizer==2.1.1 click==8.1.3 colorama==0.4.6 contourpy==1.0.5 -cryptography==41.0.3 +cryptography==40.0.2 # Compatible with pyopenssl cycler==0.11.0 docker-pycreds==0.4.0 et-xmlfile==1.1.0 @@ -46,7 +46,7 @@ protobuf==3.20.3 psutil==5.9.5 pycparser==2.21 pydantic==1.10.2 -pyOpenSSL==23.1.0 +pyOpenSSL==23.1.0 # Ensure compatible version pyparsing==3.0.9 PySocks==1.7.1 python-dateutil==2.8.2 From a074e0646cd00e0b38087212514962e68bbd6d90 Mon Sep 17 00:00:00 2001 From: Ricardo Salta Date: Fri, 10 May 2024 16:18:36 +0200 Subject: [PATCH 09/10] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 629b83a..3711acd 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python main.py +web: uvicorn main:app --host 0.0.0.0 --port ${PORT:-8000} From 4f087a9368858b509399ecf31fb54323349e0f79 Mon Sep 17 00:00:00 2001 From: Ricardo Salta Date: Fri, 10 May 2024 17:41:20 +0200 Subject: [PATCH 10/10] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 3711acd..8f09212 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: uvicorn main:app --host 0.0.0.0 --port ${PORT:-8000} +web: uvicorn main:app --host 0.0.0.0 --port ${PORT:-8080}