Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/actions/check-uv-lock/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ runs:
steps:
- name: Install the latest version of uv
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
with:
version: "0.9.4"
- name: Check uv version
run: uv --version
shell: bash
- name: Install dependencies
run: uv sync --all-groups
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dev = [
]

[tool.uv]
required-version = "~=0.9.0"
required-version = ">=0.9,<0.11"
package = false
default-groups = "all"
override-dependencies = ["typing-extensions==4.12.2", "requests==2.32.5"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
monitoring: true
monitoring: false
temporary: true
access:
- title: P9 User Restricted Access
Expand Down
2 changes: 1 addition & 1 deletion specification/x-nhsd-apim/x-nhsd-apim-internal-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
monitoring: true
monitoring: false
temporary: true
access:
- title: IM1 PFS Auth - P9 User Restricted Access (dev)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
monitoring: true
monitoring: false
temporary: false
access:
- title: P9 User Restricted Access
Expand Down
2 changes: 1 addition & 1 deletion specification/x-nhsd-apim/x-nhsd-apim-internal-qa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
monitoring: true
monitoring: false
temporary: false
access:
- title: IM1 PFS Auth - P9 User Restricted Access (dev)
Expand Down
2 changes: 1 addition & 1 deletion specification/x-nhsd-apim/x-nhsd-apim-sandbox.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
monitoring: true
monitoring: false
temporary: false
access:
- title: P9 User Restricted Access
Expand Down
172 changes: 89 additions & 83 deletions uv.lock

Large diffs are not rendered by default.