Skip to content

Commit f54c61f

Browse files
author
Andrei Neagu
committed
Merge remote-tracking branch 'upstream/master' into pr-osparc-add-notifications-service
2 parents b5dce44 + 2d68a47 commit f54c61f

File tree

238 files changed

+4349
-2007
lines changed

Some content is hidden

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

238 files changed

+4349
-2007
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)