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.5
to
3.8.6
+3
-2
openstef_dbc.egg-info/PKG-INFO
Metadata-Version: 2.4
Name: openstef_dbc
Version: 3.8.5
Version: 3.8.6
Summary: Database Connection for OpenSTEF

@@ -13,4 +13,5 @@ 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.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13.0
Requires-Python: >=3.12.0
Description-Content-Type: text/markdown

@@ -17,0 +18,0 @@ License-File: LICENSE

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

@@ -13,4 +13,5 @@ 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.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13.0
Requires-Python: >=3.12.0
Description-Content-Type: text/markdown

@@ -17,0 +18,0 @@ License-File: LICENSE

@@ -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.5",
version="3.8.6",
packages=find_packages(include=["openstef_dbc", "openstef_dbc.*"]),

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

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

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

r"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
)