2.0.0
(break):
Release of the Python SDK generator version 2, updating default configuration.
What’s changed
- The python SDK is now on major version 2, there are no substantial logic changes, however default configuration has changed. To take this upgrade without any breaks, please add the below configuration to your
generators.yml
file:
1.7.0-rc0
(chore):
you can now declare a new python version range for your pyproject.toml
, which will declare a new version range for your pip package.
1.6.0-rc0
(chore):
You can now specify dev dependencies from your generators.yml
file