Skip to content

Commit

Permalink
workflow python updates for v2.1.123
Browse files Browse the repository at this point in the history
Signed-off-by: Concourse <[email protected]>
  • Loading branch information
Concourse committed Dec 12, 2024
1 parent 9b7e9fa commit 8ce51bd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ This code is automatically generated by the [OpenAPI Generator](https://openapi-

## Versions

- API version: 0.1.1347
- SDK version: 2.1.122
- API version: 0.1.1359
- SDK version: 2.1.123

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion sdk/lusid_workflow/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 0.1.1347\n"\
"Version of the API: 0.1.1359\n"\
"SDK Package Version: {package_version}".\
format(env=sys.platform, pyversion=sys.version, package_version=package_version)

Expand Down
20 changes: 10 additions & 10 deletions sdk/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 sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lusid-workflow-sdk"
version = "2.1.122"
version = "2.1.123"
description = "FINBOURNE Workflow API"
authors = ["FINBOURNE Technology <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 8ce51bd

Please sign in to comment.