sycommon-python-lib 0.1.4__py3-none-any.whl → 0.1.6__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 sycommon-python-lib might be problematic. Click here for more details.

sycommon/config/Config.py CHANGED
@@ -12,7 +12,7 @@ class SingletonMeta(type):
12
12
 
13
13
  class Config(metaclass=SingletonMeta):
14
14
  def __init__(self, config_file='app.yaml'):
15
- with open(config_file, 'r') as f:
15
+ with open(config_file, 'r', encoding='utf-8') as f:
16
16
  self.config = yaml.safe_load(f)
17
17
  self.MaxBytes = self.config.get('MaxBytes', 209715200)
18
18
  self.Timeout = self.config.get('Timeout', 300000)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sycommon-python-lib
3
- Version: 0.1.4
3
+ Version: 0.1.6
4
4
  Summary: Add your description here
5
5
  Requires-Python: >=3.10
6
6
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  sycommon/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  sycommon/services.py,sha256=Ow3BwiscQeX0k9fcr5t9ykpw6Oy-vcKkLR_UlFTb4WQ,8537
3
- sycommon/config/Config.py,sha256=rSqr-6QIf4ISbfkGffqKhrZrSV4K_9QEXEmTPjnJ28c,3023
3
+ sycommon/config/Config.py,sha256=9yO5b8WfvEDvkyrGrlwrLFasgh_-MjcEvGF20Gz5Xo4,3041
4
4
  sycommon/config/DatabaseConfig.py,sha256=ILiUuYT9_xJZE2W-RYuC3JCt_YLKc1sbH13-MHIOPhg,804
5
5
  sycommon/config/EmbeddingConfig.py,sha256=gPKwiDYbeu1GpdIZXMmgqM7JqBIzCXi0yYuGRLZooMI,362
6
6
  sycommon/config/LLMConfig.py,sha256=yU-aIqePIeF6msfRVEtGq7SXZVDfHyTi6JduKjhMO_4,371
@@ -39,7 +39,7 @@ sycommon/synacos/nacos_service.py,sha256=8l2qaVg5GQSTybGrcdmg0B5jRNAzbOPM3mjQ6T0
39
39
  sycommon/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
40
  sycommon/tools/snowflake.py,sha256=rc-VUjBMMpdAvbnHroVwfVt1xzApJbTCthUy9mglAuw,237
41
41
  sycommon/tools/timing.py,sha256=OiiE7P07lRoMzX9kzb8sZU9cDb0zNnqIlY5pWqHcnkY,2064
42
- sycommon_python_lib-0.1.4.dist-info/METADATA,sha256=HU-MYolCX_1sXjaQH4CCHRYT0peisulYwXW1Ge4RJwI,7032
43
- sycommon_python_lib-0.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
- sycommon_python_lib-0.1.4.dist-info/top_level.txt,sha256=qb-vRf3lrmIaCLrGZxsv6k8Q8l3_lGuAeFtwjh0wYCQ,9
45
- sycommon_python_lib-0.1.4.dist-info/RECORD,,
42
+ sycommon_python_lib-0.1.6.dist-info/METADATA,sha256=JlgINAVlRTYTC8yFH1Zn1gKb_bk4wmf3ZrBye2rSMbQ,7032
43
+ sycommon_python_lib-0.1.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
+ sycommon_python_lib-0.1.6.dist-info/top_level.txt,sha256=qb-vRf3lrmIaCLrGZxsv6k8Q8l3_lGuAeFtwjh0wYCQ,9
45
+ sycommon_python_lib-0.1.6.dist-info/RECORD,,