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

openstef-dbc

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openstef-dbc - npm Package Compare versions

Comparing version
3.8.4
to
3.8.5
+4
-7
openstef_dbc.egg-info/PKG-INFO
Metadata-Version: 2.4
Name: openstef_dbc
Version: 3.8.4
Version: 3.8.5
Summary: Database Connection for OpenSTEF

@@ -13,7 +13,4 @@ Home-page: https://github.com/openstef/openstef-dbc

Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7.0
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13.0
Description-Content-Type: text/markdown

@@ -23,3 +20,3 @@ License-File: LICENSE

Requires-Dist: geopy~=2.3.0
Requires-Dist: openstef~=3.4.4
Requires-Dist: openstef~=3.4.87
Requires-Dist: pydantic-settings<3.0.0,>=2.1.0

@@ -26,0 +23,0 @@ Requires-Dist: influxdb-client~=1.36.1

ciso8601~=2.3.0
geopy~=2.3.0
openstef~=3.4.4
openstef~=3.4.87
pydantic-settings<3.0.0,>=2.1.0

@@ -5,0 +5,0 @@ influxdb-client~=1.36.1

@@ -7,3 +7,3 @@ # SPDX-FileCopyrightText: 2017-2022 Contributors to the OpenSTEF project <korte.termijn.prognoses@alliander.com>

from typing import List, Optional, Union
from pydantic.v1 import ValidationError
from pydantic import ValidationError
import pandas as pd

@@ -10,0 +10,0 @@

Metadata-Version: 2.4
Name: openstef_dbc
Version: 3.8.4
Version: 3.8.5
Summary: Database Connection for OpenSTEF

@@ -13,7 +13,4 @@ Home-page: https://github.com/openstef/openstef-dbc

Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7.0
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13.0
Description-Content-Type: text/markdown

@@ -23,3 +20,3 @@ License-File: LICENSE

Requires-Dist: geopy~=2.3.0
Requires-Dist: openstef~=3.4.4
Requires-Dist: openstef~=3.4.87
Requires-Dist: pydantic-settings<3.0.0,>=2.1.0

@@ -26,0 +23,0 @@ Requires-Dist: influxdb-client~=1.36.1

@@ -32,3 +32,3 @@ # SPDX-FileCopyrightText: 2017-2022 Contributors to the OpenSTEF project <korte.termijn.prognoses@alliander.com> # noqa E501>

name="openstef_dbc",
version="3.8.4",
version="3.8.5",
packages=find_packages(include=["openstef_dbc", "openstef_dbc.*"]),

@@ -49,3 +49,3 @@ description="Database Connection for OpenSTEF",

},
python_requires=">=3.7.0",
python_requires=">=3.13.0",
install_requires=read_requirements_from_file(),

@@ -58,7 +58,4 @@ setup_requires=["wheel", "Cython"],

r"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.13",
],
)