2 parents be8fb89 + 24dace7 commit 91227f2Copy full SHA for 91227f2
2 files changed
.github/workflows/cd.yml
@@ -182,7 +182,6 @@ jobs:
182
--set client.image.tag="${{ steps.sha.outputs.sha }}" \
183
--set bankingService.image.tag="${{ steps.sha.outputs.sha }}" \
184
--set-string bankingService.enableBanking.appId="${{ secrets.EB_APP_ID }}" \
185
- --set-string bankingService.enableBanking.redirectUrl="${{ secrets.EB_REDIRECT_URL }}" \
186
--timeout 5m \
187
--wait \
188
--debug
genai/requirements.txt
@@ -1,5 +1,5 @@
1
-fastapi==0.138.2
2
-uvicorn==0.49.0
+fastapi==0.139.0
+uvicorn==0.50.2
3
requests==2.34.2
4
prometheus-fastapi-instrumentator==8.0.2
5
pytest==9.1.1
0 commit comments