databento
Advanced tools
@@ -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" |
+1
-1
| 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 |
+1
-2
| [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" |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
381606
09711
0.01%