Skip to content

Commit 91227f2

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/client/npm-minor-and-patch-1812fe97eb
2 parents be8fb89 + 24dace7 commit 91227f2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ jobs:
182182
--set client.image.tag="${{ steps.sha.outputs.sha }}" \
183183
--set bankingService.image.tag="${{ steps.sha.outputs.sha }}" \
184184
--set-string bankingService.enableBanking.appId="${{ secrets.EB_APP_ID }}" \
185-
--set-string bankingService.enableBanking.redirectUrl="${{ secrets.EB_REDIRECT_URL }}" \
186185
--timeout 5m \
187186
--wait \
188187
--debug

genai/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
fastapi==0.138.2
2-
uvicorn==0.49.0
1+
fastapi==0.139.0
2+
uvicorn==0.50.2
33
requests==2.34.2
44
prometheus-fastapi-instrumentator==8.0.2
55
pytest==9.1.1

0 commit comments

Comments
 (0)