Skip to content

Commit ae27a67

Browse files
authored
chore: pin speakeasy cli version to maintain python v1 functionality (#117)
1 parent 7884557 commit ae27a67

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.speakeasy/workflow.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
# !NOTE: Speakeasy CLI version 1.508.0 is the last version compatible with the Python v1
2+
# generator. After upgrading to the Python v2 generator, update `speakeasyVersion` to
3+
# `latest` to ensure you continue to receive the latest updates.
4+
#
5+
# See: https://www.speakeasy.com/docs/manage/migrate/python-migration
6+
17
workflowVersion: 1.0.0
2-
speakeasyVersion: latest
8+
speakeasyVersion: 1.508.0
39
sources:
410
my-source:
511
inputs:

0 commit comments

Comments
 (0)