ivcap_fastapi 0.2.0__tar.gz → 0.2.1__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ivcap_fastapi
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Helper functions for building FastAPI based IVCAP services
5
5
  Author: Max Ott
6
6
  Author-email: max.ott@csiro.au
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "ivcap_fastapi"
3
- version = "0.2.0"
3
+ version = "0.2.1"
4
4
  description = "Helper functions for building FastAPI based IVCAP services"
5
5
 
6
6
  authors = ["Max Ott <max.ott@csiro.au>"]
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2023 Commonwealth Scientific and Industrial Research Organisation (CSIRO). All rights reserved.
2
+ # Copyright (c) 2025 Commonwealth Scientific and Industrial Research Organisation (CSIRO). All rights reserved.
3
3
  # Use of this source code is governed by a BSD-style license that can be
4
4
  # found in the LICENSE file. See the AUTHORS file for names of contributors.
5
5
  #
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2023 Commonwealth Scientific and Industrial Research Organisation (CSIRO). All rights reserved.
2
+ # Copyright (c) 2025 Commonwealth Scientific and Industrial Research Organisation (CSIRO). All rights reserved.
3
3
  # Use of this source code is governed by a BSD-style license that can be
4
4
  # found in the LICENSE file. See the AUTHORS file for names of contributors.
5
5
  #
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2023 Commonwealth Scientific and Industrial Research Organisation (CSIRO). All rights reserved.
2
+ # Copyright (c) 2025 Commonwealth Scientific and Industrial Research Organisation (CSIRO). All rights reserved.
3
3
  # Use of this source code is governed by a BSD-style license that can be
4
4
  # found in the LICENSE file. See the AUTHORS file for names of contributors.
5
5
  #
@@ -22,5 +22,6 @@ def logging_init(cfg_path: str=None):
22
22
  cfg_path = os.path.join(script_dir, "logging.json")
23
23
 
24
24
  with open(cfg_path, 'r') as file:
25
+ global LOGGING_CONFIG
25
26
  LOGGING_CONFIG = json.load(file)
26
27
  dictConfig(LOGGING_CONFIG)
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2023 Commonwealth Scientific and Industrial Research Organisation (CSIRO). All rights reserved.
2
+ # Copyright (c) 2025 Commonwealth Scientific and Industrial Research Organisation (CSIRO). All rights reserved.
3
3
  # Use of this source code is governed by a BSD-style license that can be
4
4
  # found in the LICENSE file. See the AUTHORS file for names of contributors.
5
5
  #
File without changes
File without changes
File without changes