indexify 0.0.34__tar.gz → 0.0.35__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.1
2
2
  Name: indexify
3
- Version: 0.0.34
3
+ Version: 0.0.35
4
4
  Summary: Python Client for Indexify
5
5
  Home-page: https://github.com/tensorlakeai/indexify
6
6
  License: Apache 2.0
@@ -400,7 +400,7 @@ class IndexifyClient:
400
400
  - content_id (str): content id to query
401
401
  """
402
402
  response = self.get(f"namespaces/{self.namespace}/content/{content_id}/metadata")
403
- return response.json()
403
+ return response.json()["content_metadata"]
404
404
 
405
405
  def download_content(self, content_id: str) -> bytes:
406
406
  """
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "indexify"
3
- version = "0.0.34"
3
+ version = "0.0.35"
4
4
  description = "Python Client for Indexify"
5
5
  authors = ["Diptanu Gon Choudhury <diptanuc@gmail.com>", "Lucas Jackson <lucas@tensorlake.ai>", "Vijay Parthasarathy <vijay2win@gmail.com>"]
6
6
  license = "Apache 2.0"
File without changes
File without changes
File without changes
File without changes
File without changes