lusid-sdk 2.0.480__py3-none-any.whl → 2.0.482__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of lusid-sdk might be problematic. Click here for more details.

lusid/configuration.py CHANGED
@@ -373,7 +373,7 @@ class Configuration:
373
373
  return "Python SDK Debug Report:\n"\
374
374
  "OS: {env}\n"\
375
375
  "Python Version: {pyversion}\n"\
376
- "Version of the API: 0.11.6427\n"\
376
+ "Version of the API: 0.11.6429\n"\
377
377
  "SDK Package Version: {package_version}".\
378
378
  format(env=sys.platform, pyversion=sys.version, package_version=package_version)
379
379
 
@@ -184,6 +184,7 @@ class ApiClientFactory:
184
184
  A list of aiohttp TraceConfigs, used to set up request tracing.
185
185
  by default None
186
186
  """
187
+ is_owner = True
187
188
  api_config = get_api_configuration(config_loaders=config_loaders)
188
189
  api_client_config = api_config.build_api_client_config(
189
190
  tcp_keep_alive=tcp_keep_alive,
@@ -197,6 +198,7 @@ class ApiClientFactory:
197
198
  try:
198
199
  if client_session is not None:
199
200
  connector = client_session.connector
201
+ is_owner = False
200
202
  # by default take explicitly passed trace_config param
201
203
  # otherwise copy from session.
202
204
  trace_configs = trace_configs or client_session.trace_configs
@@ -209,7 +211,8 @@ class ApiClientFactory:
209
211
  rc.pool_manager = ClientSession(
210
212
  connector=connector,
211
213
  trust_env=True,
212
- trace_configs=trace_configs
214
+ trace_configs=trace_configs,
215
+ connector_owner=is_owner
213
216
  )
214
217
  except AttributeError:
215
218
  logger.exception("client_session must be an aiohttp.ClientSession"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lusid-sdk
3
- Version: 2.0.480
3
+ Version: 2.0.482
4
4
  Summary: LUSID API
5
5
  Home-page: https://github.com/finbourne/lusid-sdk-python
6
6
  License: MIT
@@ -29,8 +29,8 @@ FINBOURNE Technology
29
29
 
30
30
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
31
31
 
32
- - API version: 0.11.6427
33
- - Package version: 2.0.480
32
+ - API version: 0.11.6429
33
+ - Package version: 2.0.482
34
34
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
35
35
  For more information, please visit [https://www.finbourne.com](https://www.finbourne.com)
36
36
 
@@ -64,11 +64,11 @@ lusid/api/transaction_portfolios_api.py,sha256=Q-RvuNmYL4drz4LeytNHRCmvrWwxfnPnT
64
64
  lusid/api/translation_api.py,sha256=8_YL07_CYCI-FV4jMdiq7zlsDXqvkPMFQPyT6NL4jvU,20086
65
65
  lusid/api_client.py,sha256=dF6l9RAsdxdQjf6Qn4ny6LB-QXlJmsscWiozCvyyBFA,30709
66
66
  lusid/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
67
- lusid/configuration.py,sha256=jfhaIH3NxB5O65_5zkoDmSk34UJAUJYDEfHJytv2Ktg,14404
67
+ lusid/configuration.py,sha256=xXC_AO7_QmnyYNYaQ51sGx39HBC_WJ5P5nqfuiled9U,14404
68
68
  lusid/exceptions.py,sha256=HIQwgmQrszLlcVCLaqex8dO0laVuejUyOMz7U2ZWJ6s,5326
69
69
  lusid/extensions/__init__.py,sha256=DeUuQP7yTcklJH7LT-bw9wQhKEggcs1KwQbPbFcOlhw,560
70
70
  lusid/extensions/api_client.py,sha256=Ob06urm4Em3MLzgP_geyeeGsPCkU225msW_1kpIeABM,30567
71
- lusid/extensions/api_client_factory.py,sha256=UHczRh7tRs6uOdmQEGNRxbJag0mpjRUW5V757lCU3rE,9673
71
+ lusid/extensions/api_client_factory.py,sha256=qPlqYe8AMzXUZrQPMbO5YJrKWLYy01rWNdNcKZVi1Xg,9772
72
72
  lusid/extensions/api_configuration.py,sha256=LbuhaM-PcrY0a4cZ-ff7GBP8UybSqI5Ys2WQOBcr_8I,8052
73
73
  lusid/extensions/configuration_loaders.py,sha256=vrbsw3GqZ9ax5uoBPQL6skuA-0szU5ZxmrMb5PK1xsA,6760
74
74
  lusid/extensions/proxy_config.py,sha256=UUHQhd8ub-mKVIVbzDbmNQYLLemPX1b209ZcDrCFOWw,2187
@@ -1003,6 +1003,6 @@ lusid/models/weighted_instruments.py,sha256=M2Mr7KTAcMS40g309xatBHDhvYk3g61yigx0
1003
1003
  lusid/models/yield_curve_data.py,sha256=i2MHEJe9kdTTgxQFti2a6BAU7ikE0wTPXsS_sMJhrDk,6327
1004
1004
  lusid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1005
1005
  lusid/rest.py,sha256=gHQ76psf1vzmBJI14ZGVvb3f_Urp0zBBo3R5u3-kNIM,10032
1006
- lusid_sdk-2.0.480.dist-info/METADATA,sha256=mI-5gwD-9s_roJqK7j5CA2a9IxHvjjw3OIEUNU2ZVqg,176601
1007
- lusid_sdk-2.0.480.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
1008
- lusid_sdk-2.0.480.dist-info/RECORD,,
1006
+ lusid_sdk-2.0.482.dist-info/METADATA,sha256=aR73z0O9HNAzUuGl950eroido_X87fq8U-03viJrgxU,176601
1007
+ lusid_sdk-2.0.482.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
1008
+ lusid_sdk-2.0.482.dist-info/RECORD,,