Skip to content

Commit

Permalink
Updates for v2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed Dec 22, 2023
1 parent 09b62c0 commit 4e548b9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FINBOURNE Technology

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.1.680
- Package version: 2.0.12
- API version: 0.1.688
- Package version: 2.0.13
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://www.finbourne.com](https://www.finbourne.com)

Expand Down
Binary file not shown.
Binary file added sdk/dist/lusid_workflow_sdk-2.0.13.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion sdk/lusid_workflow/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,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.680\n"\
"Version of the API: 0.1.688\n"\
"SDK Package Version: {package_version}".\
format(env=sys.platform, pyversion=sys.version, package_version=package_version)

Expand Down
2 changes: 2 additions & 0 deletions sdk/lusid_workflow/extensions/api_client_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ def __init__(
connector = rc.pool_manager.connector
if tcp_keep_alive:
connector = TcpKeepAliveConnector(connector=connector, socket_options=socket_options)
# dereference connector so existing session closes correctly
rc.pool_manager._connector = None
rc.pool_manager = ClientSession(
connector=connector,
trust_env=True,
Expand Down
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.0.12"
version = "2.0.13"
description = "FINBOURNE Workflow API"
authors = ["FINBOURNE Technology <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 4e548b9

Please sign in to comment.