diff --git a/forms-flow-api/requirements.txt b/forms-flow-api/requirements.txt index 42fa7e13de..268e7c0b53 100644 --- a/forms-flow-api/requirements.txt +++ b/forms-flow-api/requirements.txt @@ -41,4 +41,4 @@ rsa==4.9 six==1.16.0 urllib3==1.26.11 zipp==3.8.1 -git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils +git+https://github.com/AOT-Technologies/forms-flow-ai.git@master#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils diff --git a/forms-flow-api/requirements/prod.txt b/forms-flow-api/requirements/prod.txt index 8b826c0140..afaed8631a 100644 --- a/forms-flow-api/requirements/prod.txt +++ b/forms-flow-api/requirements/prod.txt @@ -15,4 +15,4 @@ Werkzeug==2.1.2 # Watch out updates on https://github.com/python-restx/flask-res sqlalchemy_utils markupsafe PyJWT -git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils \ No newline at end of file +git+https://github.com/AOT-Technologies/forms-flow-ai.git@master#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils \ No newline at end of file diff --git a/forms-flow-api/tests/docker/docker-compose.yml b/forms-flow-api/tests/docker/docker-compose.yml index 5246410f33..b063a3fade 100644 --- a/forms-flow-api/tests/docker/docker-compose.yml +++ b/forms-flow-api/tests/docker/docker-compose.yml @@ -6,17 +6,17 @@ services: image: stoplight/prism:3.3.0 command: > mock -p 4010 --host 0.0.0.0 - https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/develop/forms-flow-bpm/api-spec/forms-flow-bpm-api-spec.yaml + https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/master/forms-flow-bpm/api-spec/forms-flow-bpm-api-spec.yaml analytics: image: stoplight/prism:3.3.0 command: > mock -p 4010 --host 0.0.0.0 - https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/develop/forms-flow-analytics/api-spec/forms-flow-analytics-api-spec.yaml + https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/master/forms-flow-analytics/api-spec/forms-flow-analytics-api-spec.yaml forms: image: stoplight/prism:3.3.0 command: > mock -p 4010 --host 0.0.0.0 - https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/develop/forms-flow-forms/api-spec/forms-flow-forms-api-spec.yaml + https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/master/forms-flow-forms/api-spec/forms-flow-forms-api-spec.yaml proxy: image: nginx:alpine volumes: diff --git a/forms-flow-documents/requirements.txt b/forms-flow-documents/requirements.txt index 4035fc97e5..ec625dc924 100644 --- a/forms-flow-documents/requirements.txt +++ b/forms-flow-documents/requirements.txt @@ -42,4 +42,4 @@ six==1.16.0 urllib3==1.26.11 zipp==3.8.1 nested-lookup==0.2.25 -git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils \ No newline at end of file +git+https://github.com/AOT-Technologies/forms-flow-ai.git@master#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils \ No newline at end of file diff --git a/forms-flow-documents/requirements/prod.txt b/forms-flow-documents/requirements/prod.txt index b996c76ed4..2e805e4711 100644 --- a/forms-flow-documents/requirements/prod.txt +++ b/forms-flow-documents/requirements/prod.txt @@ -17,4 +17,4 @@ PyJWT selenium==3.141.0 selenium-wire==3.0.0 nested-lookup -git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils \ No newline at end of file +git+https://github.com/AOT-Technologies/forms-flow-ai.git@master#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils \ No newline at end of file diff --git a/forms-flow-documents/tests/docker/docker-compose.yml b/forms-flow-documents/tests/docker/docker-compose.yml index bdae985421..49213fbd0c 100644 --- a/forms-flow-documents/tests/docker/docker-compose.yml +++ b/forms-flow-documents/tests/docker/docker-compose.yml @@ -5,7 +5,7 @@ services: image: stoplight/prism:3.3.0 command: > mock -p 4010 --host 0.0.0.0 - https://raw.githubusercontent.com/sreehari-aot/forms-flow-ai/pdf-template/forms-flow-forms/api-spec/forms-flow-forms-api-spec.yaml + https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/master/forms-flow-forms/api-spec/forms-flow-forms-api-spec.yaml proxy: image: nginx:alpine volumes: