You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

ozi-core

Package Overview
Dependencies
Maintainers
0
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ozi-core - pypi Package Compare versions

Comparing version
1.21.25
to
1.21.26
+0
-2
.github/workflows/ozi.yml

@@ -173,4 +173,2 @@ name: OZI

- security1
- bugfix
- prerelease
fail-fast: true

@@ -177,0 +175,0 @@ max-parallel: 1

+4
-4

@@ -498,6 +498,6 @@ from __future__ import annotations

buttons=[
('btn-add', _('btn-add')),
('btn-remove', _('btn-remove')),
('btn-ok', _('btn-ok')),
('btn-menu', _('btn-menu')),
(_('btn-add'), 'btn-add'),
(_('btn-remove'), 'btn-remove'),
(_('btn-ok'), 'btn-ok'),
(_('btn-menu'), 'btn-menu'),
],

@@ -504,0 +504,0 @@ style=_style,

Metadata-Version: 2.3
Requires-Python: >=3.9, <3.14
Name: ozi-core
Version: 1.21.25
Version: 1.21.26
Author: Eden Ross Duff MSc

@@ -6,0 +6,0 @@ Author-email: help@oziproject.dev

@@ -12,3 +12,3 @@ # Part of ozi-core.

name = "ozi-core"
version = "1.21.25"
version = "1.21.26"
authors=[{name="Eden Ross Duff MSc", email="help@oziproject.dev"}]

@@ -15,0 +15,0 @@ classifiers=[

Sorry, the diff of this file is too big to display