Skip to content

Commit

Permalink
Merge pull request #37 from PerfectThymeTech/marvinbuss/update_backen…
Browse files Browse the repository at this point in the history
…d_dependencies

Update all backend dependencies
  • Loading branch information
marvinbuss authored Sep 24, 2024
2 parents d9cb8eb + c791107 commit 5c4c5e3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_terraformDestroyTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
continue-on-error: false
environment: ${{ inputs.environment }}
if: github.event_name == 'push' || github.event_name == 'release'
concurrency:
group: terraform-${{ inputs.config }}-${{ inputs.environment }}
cancel-in-progress: false

env:
ARM_TENANT_ID: ${{ inputs.tenant_id }}
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/_terraformEnvironmentTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:
continue-on-error: false
environment: ${{ inputs.environment }}
needs: [lint]
concurrency:
group: terraform-${{ inputs.config }}-${{ inputs.environment }}
cancel-in-progress: false

env:
ARM_TENANT_ID: ${{ inputs.tenant_id }}
Expand Down Expand Up @@ -199,6 +202,9 @@ jobs:
environment: ${{ inputs.environment }}
# if: github.event_name == 'push' || github.event_name == 'release'
needs: [plan]
concurrency:
group: terraform-${{ inputs.config }}-${{ inputs.environment }}
cancel-in-progress: false

env:
ARM_TENANT_ID: ${{ inputs.tenant_id }}
Expand Down
20 changes: 10 additions & 10 deletions code/backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
azure-identity~=1.17.1
azure-monitor-opentelemetry~=1.6.1
botbuilder-core~=4.16.1
botbuilder-azure~=4.16.1
botbuilder-integration-aiohttp~=4.16.1
botbuilder-dialogs~=4.16.1
openai~=1.44.1
opentelemetry-instrumentation-aiohttp-client~=0.47b0
opentelemetry-instrumentation-aiohttp-server~=0.47b0
pydantic~=2.9.0
pydantic-settings~=2.4.0
azure-monitor-opentelemetry~=1.6.2
botbuilder-core~=4.16.2
botbuilder-azure~=4.16.2
botbuilder-integration-aiohttp~=4.16.2
botbuilder-dialogs~=4.16.2
openai~=1.46.1
opentelemetry-instrumentation-aiohttp-client~=0.48b0
opentelemetry-instrumentation-aiohttp-server~=0.48b0
pydantic~=2.9.2
pydantic-settings~=2.5.2
1 change: 1 addition & 0 deletions code/infra/botservice.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module "bot_service" {
bot_service_streaming_endpoint_enabled = false
bot_service_public_network_access_enabled = true
bot_service_application_insights_id = module.application_insights.application_insights_id
bot_service_application_insights_key_enabled = false
diagnostics_configurations = local.diagnostics_configurations
subnet_id = azapi_resource.subnet_private_endpoints.id
connectivity_delay_in_seconds = var.connectivity_delay_in_seconds
Expand Down

0 comments on commit 5c4c5e3

Please sign in to comment.