Skip to content

Commit d374817

Browse files
Pin Python SDK formatter version
1 parent 79faea4 commit d374817

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdks/python/templates/test-requirements.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ flake8 >= 4.0.0
55
types-python-dateutil >= 2.8.19.14
66
mypy >= 1.5
77
{{#useCustomTemplateCode}}
8-
black>=24.8.0
8+
black==25.1.0
99
{{/useCustomTemplateCode}}

sdks/python/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ tox >= 3.9.0
44
flake8 >= 4.0.0
55
types-python-dateutil >= 2.8.19.14
66
mypy >= 1.5
7-
black>=24.8.0
7+
black==25.1.0

0 commit comments

Comments
 (0)