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
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@
Scripts and utilities used across API managment platform and services


################################################################################
########### Python upgrade to 3.13 ###########
########### Utils Repo has been updated to python 3.13 ###########
################################################################################
##Python upgrade to 3.13
Utils Repo has been updated to python 3.13

########### We are continuing to support python 3.8/9(which are currently out of support) until January 26th 2026 ###########
########### After the deadline your pipelines will fail if you are using python version 3.8/9 ###########
We are continuing to support python 3.8/9(which are currently out of support) until January 26th 2026
After the deadline your pipelines will fail if you are using python version 3.8/9

Python upgrade related changes
###############################
##Python upgrade related changes
Projects using Python versions older than 3.13 and extending their pipeline with the utils repository must update their pipelines to ensure compatibility with the latest changes.
For detailed guidance, please refer to the APIM FAQ page:
https://nhsd-confluence.digital.nhs.uk/spaces/APM/pages/1226682275/Pipeline+Queries
Expand Down
2 changes: 1 addition & 1 deletion azure/cleanup-ecs-pr-proxies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
displayName: print aws info

- bash: |
tfenv use 0.14.6
tfenv use 1.2.3
displayName: setup terraform

- task: s3-cache-action@1
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pytest-xdist = "^3.0"
lxml = "^5.0"
boto3 = "^1.34.0"
ansible-core = "^2.19.4"
urllib3 = "^2.5.0"
urllib3 = "^2.6.0"
cryptography = "44.0.1"
click="^8.1.2"

Expand Down
Loading