ygo 1.2.5__tar.gz → 1.2.6__tar.gz

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 ygo might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ygo
3
- Version: 1.2.5
3
+ Version: 1.2.6
4
4
  Summary: 一个轻量级 Python 工具包,支持 并发执行(带进度条)、延迟调用、链式绑定参数、函数信息获取、模块/函数动态加载。
5
5
  Project-URL: homepage, https://github.com/link-yundi/ygo
6
6
  Project-URL: repository, https://github.com/link-yundi/ygo
@@ -8,7 +8,7 @@ Requires-Python: >=3.12
8
8
  Description-Content-Type: text/markdown
9
9
  License-File: LICENSE
10
10
  Requires-Dist: joblib>=1.5.0
11
- Requires-Dist: logair>=1.0.2
11
+ Requires-Dist: logair>=1.0.3
12
12
  Requires-Dist: tqdm>=4.67.1
13
13
  Dynamic: license-file
14
14
 
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ygo"
7
- version = "1.2.5"
7
+ version = "1.2.6"
8
8
  description = "一个轻量级 Python 工具包,支持 并发执行(带进度条)、延迟调用、链式绑定参数、函数信息获取、模块/函数动态加载。"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
11
11
  dependencies = [
12
12
  "joblib>=1.5.0",
13
- "logair>=1.0.2",
13
+ "logair>=1.0.3",
14
14
  "tqdm>=4.67.1",
15
15
  ]
16
16
 
@@ -13,7 +13,7 @@ from .utils import (
13
13
  )
14
14
  from .lazy import lazy_import
15
15
 
16
- __version__ = "1.2.5"
16
+ __version__ = "1.2.6"
17
17
 
18
18
  __all__ = [
19
19
  "FailTaskError",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ygo
3
- Version: 1.2.5
3
+ Version: 1.2.6
4
4
  Summary: 一个轻量级 Python 工具包,支持 并发执行(带进度条)、延迟调用、链式绑定参数、函数信息获取、模块/函数动态加载。
5
5
  Project-URL: homepage, https://github.com/link-yundi/ygo
6
6
  Project-URL: repository, https://github.com/link-yundi/ygo
@@ -8,7 +8,7 @@ Requires-Python: >=3.12
8
8
  Description-Content-Type: text/markdown
9
9
  License-File: LICENSE
10
10
  Requires-Dist: joblib>=1.5.0
11
- Requires-Dist: logair>=1.0.2
11
+ Requires-Dist: logair>=1.0.3
12
12
  Requires-Dist: tqdm>=4.67.1
13
13
  Dynamic: license-file
14
14
 
@@ -1,3 +1,3 @@
1
1
  joblib>=1.5.0
2
- logair>=1.0.2
2
+ logair>=1.0.3
3
3
  tqdm>=4.67.1
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes