New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

oli-python

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oli-python - pypi Package Compare versions

Comparing version
2.0.3
to
2.0.4
+1
-1
oli_python.egg-info/PKG-INFO
Metadata-Version: 2.4
Name: oli-python
Version: 2.0.3
Version: 2.0.4
Summary: Python SDK for interacting with the Open Labels Initiative; A standard, registry and trust layer for EVM address labels.

@@ -5,0 +5,0 @@ Home-page: https://github.com/openlabelsinitiative/oli-python

@@ -218,3 +218,3 @@ class UtilsValidator:

else:
print(f"Please use a valid value from the predefined value_set for {tag_id}: {self.oli.tag_definitions[tag_id]['value_set']}")
print(f"Please use a valid value from the predefined value_set for {tag_id}: oli.tag_value_sets['{tag_id}']")
# list of values

@@ -228,3 +228,3 @@ elif tags[tag_id] not in self.oli.tag_value_sets[tag_id] and isinstance(tags[tag_id], list):

else:
print(f"Please use a list of values from the predefined value_set for {tag_id}: {self.oli.tag_definitions[tag_id]['value_set']}")
print(f"Please use a list of values from the predefined value_set for {tag_id}: oli.tag_value_sets['{tag_id}']")

@@ -231,0 +231,0 @@ def validate_ref_uid(self, ref_uid: str) -> bool:

Metadata-Version: 2.4
Name: oli-python
Version: 2.0.3
Version: 2.0.4
Summary: Python SDK for interacting with the Open Labels Initiative; A standard, registry and trust layer for EVM address labels.

@@ -5,0 +5,0 @@ Home-page: https://github.com/openlabelsinitiative/oli-python

@@ -8,3 +8,3 @@ from setuptools import setup, find_packages

name="oli-python",
version="2.0.3",
version="2.0.4",
author="Lorenz Lehmann",

@@ -11,0 +11,0 @@ author_email="lorenz@growthepie.com",