Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Install sdk
working-directory: ./sdk-repo-updated
run: |
pip install poetry==1.8.5
pip install poetry
poetry config virtualenvs.create false
python -m venv .venv
. .venv/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion templates/python/pyproject.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pydantic = ">=2.9.2"
python-dateutil = ">=2.9.0.post0"

[tool.poetry.group.dev.dependencies]
black = ">=24.8.0"
black = "<25.0.0" # Upgrading to a newer version requires bigger changes in the python generator. The formatting style in black has changed.
pytest = ">=8.3.3"
flake8 = [
{ version= ">=5.0.3", python="<3.12"},
Expand Down
Loading