backend.ai-plugin 25.13.0rc1__py3-none-any.whl → 25.13.2__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 backend.ai-plugin might be problematic. Click here for more details.

ai/backend/plugin/VERSION CHANGED
@@ -1 +1 @@
1
- 25.13.0rc1
1
+ 25.13.2
ai/backend/plugin/cli.py CHANGED
@@ -5,7 +5,7 @@ import itertools
5
5
  import json
6
6
  import logging
7
7
  from collections import defaultdict
8
- from typing import Any, Self
8
+ from typing import Self
9
9
 
10
10
  import click
11
11
  import colorama
@@ -36,14 +36,7 @@ class CLIContext:
36
36
  self.log_level = log_level
37
37
 
38
38
  def __enter__(self) -> Self:
39
- log_config: dict[str, Any] = {}
40
- if self.log_level != LogLevel.NOTSET:
41
- log_config["level"] = self.log_level
42
- log_config["pkg-ns"] = {
43
- "": LogLevel.WARNING,
44
- "ai.backend": self.log_level,
45
- }
46
- self._logger = LocalLogger(log_config)
39
+ self._logger = LocalLogger(log_level=self.log_level)
47
40
  self._logger.__enter__()
48
41
  return self
49
42
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: backend.ai-plugin
3
- Version: 25.13.0rc1
3
+ Version: 25.13.2
4
4
  Summary: Backend.AI Plugin Subsystem
5
5
  Home-page: https://github.com/lablup/backend.ai
6
6
  Author: Lablup Inc. and contributors
@@ -15,12 +15,12 @@ Classifier: Programming Language :: Python :: 3
15
15
  Classifier: Environment :: No Input/Output (Daemon)
16
16
  Classifier: Topic :: Scientific/Engineering
17
17
  Classifier: Topic :: Software Development
18
- Classifier: Development Status :: 4 - Beta
18
+ Classifier: Development Status :: 5 - Production/Stable
19
19
  Classifier: Programming Language :: Python :: 3.13
20
20
  Classifier: License :: OSI Approved :: MIT License
21
21
  Requires-Python: >=3.13,<3.14
22
22
  Description-Content-Type: text/markdown
23
- Requires-Dist: backend.ai-logging==25.13.0rc1
23
+ Requires-Dist: backend.ai-logging==25.13.2
24
24
  Requires-Dist: click~=8.1.7
25
25
  Requires-Dist: colorama>=0.4.6
26
26
  Requires-Dist: tabulate~=0.8.9
@@ -0,0 +1,11 @@
1
+ ai/backend/plugin/VERSION,sha256=JXyOQvE2ZWKhKQm8_lFG503aXaVjEeX3UWSHtCigbu0,8
2
+ ai/backend/plugin/__init__.py,sha256=HKBIEWtrpEk2KY3fB3Xb72N0xz5zoYUyn2HfZ75bTsc,96
3
+ ai/backend/plugin/cli.py,sha256=7SLUJy-8uPd_tSBOEZPYw1566QwrJJmCngoVyqrPAWE,5182
4
+ ai/backend/plugin/entrypoint.py,sha256=lFqz-QNcWfYBlFoDTGEU5sY0CgYD0NWEHhhtmXs4840,12083
5
+ ai/backend/plugin/py.typed,sha256=L3M0nPxGMCVTGcbI38G0aomWrOnRTY4HVjsWWRWRjsI,12
6
+ backend_ai_plugin-25.13.2.dist-info/METADATA,sha256=uNk9x4EPiV9-duFzDN81r347UvRp2YzhxRguEYE1QF8,1456
7
+ backend_ai_plugin-25.13.2.dist-info/WHEEL,sha256=ooBFpIzZCPdw3uqIQsOo4qqbA4ZRPxHnOH7peeONza0,91
8
+ backend_ai_plugin-25.13.2.dist-info/entry_points.txt,sha256=XxdR8AJRnWYCT-BgkqvFySRw_WjL0r9M43fRAVszaqY,56
9
+ backend_ai_plugin-25.13.2.dist-info/namespace_packages.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
10
+ backend_ai_plugin-25.13.2.dist-info/top_level.txt,sha256=TJAp5TUfTUztZSUatbygths7CWRrFfnOMCtZ-DIcw6c,3
11
+ backend_ai_plugin-25.13.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.0.0)
2
+ Generator: setuptools (80.0.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,11 +0,0 @@
1
- ai/backend/plugin/VERSION,sha256=gpdDlfxVXT7WFJ-QRq5SvKJhbL9gDxhbkW4hIKBtnOw,11
2
- ai/backend/plugin/__init__.py,sha256=HKBIEWtrpEk2KY3fB3Xb72N0xz5zoYUyn2HfZ75bTsc,96
3
- ai/backend/plugin/cli.py,sha256=oG3KUWot27WlRVwrpG9i2U-OF6XjwuweVdxVmUe4a4c,5443
4
- ai/backend/plugin/entrypoint.py,sha256=lFqz-QNcWfYBlFoDTGEU5sY0CgYD0NWEHhhtmXs4840,12083
5
- ai/backend/plugin/py.typed,sha256=L3M0nPxGMCVTGcbI38G0aomWrOnRTY4HVjsWWRWRjsI,12
6
- backend_ai_plugin-25.13.0rc1.dist-info/METADATA,sha256=Rsb8dymEou-7TYmSzQElpk81IIk1rvXap8lgtANLRFE,1449
7
- backend_ai_plugin-25.13.0rc1.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
8
- backend_ai_plugin-25.13.0rc1.dist-info/entry_points.txt,sha256=XxdR8AJRnWYCT-BgkqvFySRw_WjL0r9M43fRAVszaqY,56
9
- backend_ai_plugin-25.13.0rc1.dist-info/namespace_packages.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
10
- backend_ai_plugin-25.13.0rc1.dist-info/top_level.txt,sha256=TJAp5TUfTUztZSUatbygths7CWRrFfnOMCtZ-DIcw6c,3
11
- backend_ai_plugin-25.13.0rc1.dist-info/RECORD,,