Skip to content

Commit 4ebdc60

Browse files
committed
Merge branch 'master' into 49-46-pass-metadata-and-return-display-version
2 parents 9decbd5 + 9d0e894 commit 4ebdc60

File tree

66 files changed

+631
-435
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+631
-435
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This document provides guidelines and best practices for using GitHub Copilot in
2121
- ensure we use `sqlalchemy` >2 compatible code.
2222
- ensure we use `pydantic` >2 compatible code.
2323
- ensure we use `fastapi` >0.100 compatible code
24-
24+
- use f-string formatting
2525

2626
## Node.js-Specific Instructions
2727

.github/workflows/ci-pact-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: install uv
2929
uses: astral-sh/setup-uv@v5
3030
with:
31-
version: "0.5.x"
31+
version: "0.6.x"
3232
enable-cache: false
3333
- name: checkout source branch
3434
uses: actions/checkout@v4

0 commit comments

Comments
 (0)