kaggle-environments 1.14.14__py2.py3-none-any.whl → 1.14.16__py2.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 kaggle-environments might be problematic. Click here for more details.

@@ -18,10 +18,9 @@ from .agent import Agent
18
18
  from .api import get_episode_replay, list_episodes, list_episodes_for_team, list_episodes_for_submission
19
19
  from .core import *
20
20
  from .main import http_request
21
- from . import errors
22
- from . import utils
21
+ from . import errorshttps://github.com/Kaggle/kaggleazure/pull/31690
23
22
 
24
- __version__ = "1.14.14"
23
+ __version__ = "1.14.16"
25
24
 
26
25
  __all__ = ["Agent", "environments", "errors", "evaluate", "http_request",
27
26
  "make", "register", "utils", "__version__",