From 9a186ba623b0235f00a6bf2c20b7deb354420966 Mon Sep 17 00:00:00 2001 From: Abrar Mesbah Date: Wed, 1 Nov 2023 13:15:49 -0400 Subject: [PATCH 1/3] update reasoner pydantic --- requirements-lock.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index 9ec95d8..31030d0 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -9,7 +9,7 @@ httpx==0.24.1 idna==3.3 packaging==23.2 pydantic==1.9.0 -reasoner-pydantic==4.1.3 +reasoner-pydantic==4.1.4 rfc3986==1.5.0 sniffio==1.2.0 starlette==0.17.1 diff --git a/requirements.txt b/requirements.txt index 81ee91b..beff67c 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.75.0 gunicorn==21.2.0 httpx==0.24.1 -reasoner-pydantic==4.1.3 +reasoner-pydantic==4.1.4 uvicorn==0.22.0 From e146e04c28ffc172737e4eda0943ed93ff62ab86 Mon Sep 17 00:00:00 2001 From: Abrar Mesbah Date: Wed, 1 Nov 2023 13:17:55 -0400 Subject: [PATCH 2/3] bump version --- app/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server.py b/app/server.py index 1f42f00..0edfdf4 100644 --- a/app/server.py +++ b/app/server.py @@ -22,7 +22,7 @@ openapi_args = dict( title="Workflow runner", - version="1.6.6", + version="1.6.7", terms_of_service="", translator_component="ARA", translator_teams=["Standards Reference Implementation Team"], From e10cec83709c658168dd4935c0f7250df8d0a18f Mon Sep 17 00:00:00 2001 From: Abrar Mesbah Date: Wed, 1 Nov 2023 13:35:47 -0400 Subject: [PATCH 3/3] bump reasoner-pydantic --- requirements-lock.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index 31030d0..af5293b 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -9,7 +9,7 @@ httpx==0.24.1 idna==3.3 packaging==23.2 pydantic==1.9.0 -reasoner-pydantic==4.1.4 +reasoner-pydantic==4.1.5 rfc3986==1.5.0 sniffio==1.2.0 starlette==0.17.1 diff --git a/requirements.txt b/requirements.txt index beff67c..6ce03a3 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.75.0 gunicorn==21.2.0 httpx==0.24.1 -reasoner-pydantic==4.1.4 +reasoner-pydantic==4.1.5 uvicorn==0.22.0