Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

flops-utils

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flops-utils - pypi Package Compare versions

Comparing version
0.6.1
to
0.6.2
+1
-3
flops_utils/env_vars.py

@@ -8,5 +8,3 @@ import os

_ERROR_MESSAGE = (
"Terminating. Make sure to set the environment variables first. Missing: "
)
_ERROR_MESSAGE = "Terminating. Make sure to set the environment variables first. Missing: "

@@ -13,0 +11,0 @@

@@ -46,5 +46,3 @@ import dataclasses

PROJECT_OBSERVER_FAILED = str(
Topic(subject=Subject.PROJECT_OBSERVER, status=Status.FAILED)
)
PROJECT_OBSERVER_FAILED = str(Topic(subject=Subject.PROJECT_OBSERVER, status=Status.FAILED))

@@ -51,0 +49,0 @@ FL_ACTORS_IMAGE_BUILDER_STARTED = str(

@@ -36,3 +36,3 @@ import json

)
mqtt_client = paho_mqtt.Client(paho_mqtt.CallbackAPIVersion.VERSION1) # type: ignore
mqtt_client = paho_mqtt.Client(paho_mqtt.CallbackAPIVersion.VERSION2) # type: ignore
mqtt_client.connect(mqtt_ip, mqtt_port)

@@ -39,0 +39,0 @@ mqtt_client.publish(

@@ -1,4 +0,4 @@

Metadata-Version: 2.1
Metadata-Version: 2.3
Name: flops_utils
Version: 0.6.1
Version: 0.6.2
Summary: A library containing common utilities for FLOps

@@ -12,2 +12,3 @@ Author: Alexander Malyuk

Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: paho-mqtt (==2.0)

@@ -14,0 +15,0 @@ Description-Content-Type: text/markdown

[tool.poetry]
name = "flops_utils"
version = "0.6.1"
version = "0.6.2"
description = "A library containing common utilities for FLOps"

@@ -11,4 +11,2 @@ authors = ["Alexander Malyuk <malyuk.alexander1999@gmail.com>"]

paho-mqtt = "2.0"
# pydantic = "^2.6.4"
# mlflow = "^2.12.1"

@@ -18,7 +16,1 @@ [build-system]

build-backend = "poetry.core.masonry.api"
#packages = ["flops_utils/*"]
#line-length = 100
#[tool.black]