Skip to content

Commit 0e788ee

Browse files
authored
Merge branch 'integration' into add-pydantic-settings
2 parents 12a447b + d0353e3 commit 0e788ee

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
- name: publish buildlogs
107107
if: ${{ github.event_name != 'pull_request' && steps.SetVariables.outputs.branch != 'null' }}
108108
uses: yitianyigexiangfa/ssh-scp-ssh-pipelines@v1.1.5
109+
continue-on-error: true
109110
env:
110111
REMOTE: ${{ steps.SetVariables.outputs.buildlog_dir }}
111112
LOCAL: ${{ github.workspace }}/buildlogs

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- bump python-multipart to 0.0.26 (moderate CVE-2026-40347) (#406)
2121
- bump python-multipart to 0.0.29 (fix high CVE-2026-42561) (#412)
2222
- bump idna from 3.11 to 3.16 (fix moderate CVE-2026-45409) (#414)
23+
- bump starlette to 1.2.1 (CVE-2026-48710) and update all packages (#416)
2324

2425
### Bug Fixes
2526

0 commit comments

Comments
 (0)