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

databento

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

databento - npm Package Compare versions

Comparing version
0.68.1
to
0.68.2
+4
-2
databento/live/gateway.py

@@ -8,2 +8,3 @@ from __future__ import annotations

from typing import SupportsBytes
from typing import TypeVar

@@ -13,3 +14,2 @@ from databento_dbn import Encoding

from databento_dbn import SType
from typing_extensions import Self

@@ -29,4 +29,6 @@ from databento.common.publishers import Dataset

GC = TypeVar("GC", bound="GatewayControl")
@classmethod
def parse(cls: type[Self], line: str | bytes) -> Self:
def parse(cls: type[GC], line: str | bytes) -> GC:
"""

@@ -33,0 +35,0 @@ Parse a `GatewayControl` message from a string.

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

__version__ = "0.68.1"
__version__ = "0.68.2"
Metadata-Version: 2.4
Name: databento
Version: 0.68.1
Version: 0.68.2
Summary: Official Python client library for Databento

@@ -5,0 +5,0 @@ License-Expression: Apache-2.0

[project]
name = "databento"
version = "0.68.1"
version = "0.68.2"
description = "Official Python client library for Databento"

@@ -84,2 +84,1 @@ readme = "README.md"

extend = "../ruff.toml"
target-version = "py310"