softmax-cli 0.25.0__tar.gz → 0.26.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: softmax-cli
3
- Version: 0.25.0
3
+ Version: 0.26.2
4
4
  Summary: Softmax CLI — authentication and account tools
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: Programming Language :: Python :: 3.12
@@ -30,6 +30,8 @@ app = typer.Typer(
30
30
 
31
31
 
32
32
  def _register_optional_apps() -> None:
33
+ if importlib.util.find_spec("cogames") is None:
34
+ return
33
35
  if importlib.util.find_spec("cogames.softmax_cli") is None:
34
36
  return
35
37
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: softmax-cli
3
- Version: 0.25.0
3
+ Version: 0.26.2
4
4
  Summary: Softmax CLI — authentication and account tools
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: Programming Language :: Python :: 3.12
File without changes