mlflow-tclake-plugin 2.1.7.dev4__tar.gz → 2.1.7.dev6__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.
Files changed (14) hide show
  1. {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/PKG-INFO +1 -1
  2. {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin/credential_provider.py +1 -1
  3. {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin.egg-info/PKG-INFO +1 -1
  4. {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/setup.py +1 -1
  5. {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/LICENSE.txt +0 -0
  6. {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/README.md +0 -0
  7. {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin/__init__.py +0 -0
  8. {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin/tclake_store.py +0 -0
  9. {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin.egg-info/SOURCES.txt +0 -0
  10. {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin.egg-info/dependency_links.txt +0 -0
  11. {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin.egg-info/entry_points.txt +0 -0
  12. {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin.egg-info/requires.txt +0 -0
  13. {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin.egg-info/top_level.txt +0 -0
  14. {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mlflow-tclake-plugin
3
- Version: 2.1.7.dev4
3
+ Version: 2.1.7.dev6
4
4
  Summary: Tclake plugin for MLflow
5
5
  License-File: LICENSE.txt
6
6
  Requires-Dist: mlflow==2.17.2
@@ -326,7 +326,7 @@ class CredentialProvider(object):
326
326
  secret_id=secret_id,
327
327
  secret_key=secret_key,
328
328
  token=data.get("Token"),
329
- expire=_normalize_expire(data.get("ExpiredTime")),
329
+ expire=_parse_expire(data.get("ExpiredTime")),
330
330
  owner_uin=data.get("OwnerUserId"),
331
331
  user_id=data.get("UserId"),
332
332
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mlflow-tclake-plugin
3
- Version: 2.1.7.dev4
3
+ Version: 2.1.7.dev6
4
4
  Summary: Tclake plugin for MLflow
5
5
  License-File: LICENSE.txt
6
6
  Requires-Dist: mlflow==2.17.2
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
2
2
 
3
3
  setup(
4
4
  name="mlflow-tclake-plugin",
5
- version="2.1.7.dev4",
5
+ version="2.1.7.dev6",
6
6
  description="Tclake plugin for MLflow",
7
7
  packages=find_packages(),
8
8
  # Require MLflow as a dependency of the plugin, so that plugin users can simply install