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

fused

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fused - npm Package Compare versions

Comparing version
1.30.0
to
1.30.1
+2
-1
fused/_h3/ingest.py

@@ -267,3 +267,4 @@ import datetime

if not (
submit_kwargs.get("engine", None) == "local" or "instance_type" in submit_kwargs
submit_kwargs.get("engine", None) == "local"
or submit_kwargs.get("instance_type", "realtime") == "realtime"
):

@@ -270,0 +271,0 @@ # default logic: try realtime and fallback to large instance

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

__version__ = "1.30.0"
__version__ = "1.30.1"

@@ -618,2 +618,7 @@ from __future__ import annotations

def get_access_token(self) -> UdfAccessToken | None:
"""Get a UDF access token (share token) for this UDF, or None if no token exists."""
all_tokens = self.get_access_tokens()
return all_tokens[0] if all_tokens else None
def schedule(

@@ -620,0 +625,0 @@ self,

Metadata-Version: 2.4
Name: fused
Version: 1.30.0
Version: 1.30.1
Project-URL: Homepage, https://www.fused.io

@@ -5,0 +5,0 @@ Project-URL: Documentation, https://docs.fused.io

@@ -65,2 +65,3 @@ [project]

"pytest-asyncio>=0.23.5,<0.24",
"pytest-retry>=1.7,<1.8",
"pre-commit>=3.3.1,<4",

@@ -67,0 +68,0 @@ "pytest-httpserver>=1.0.8,<2",