New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

python-odpt

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-odpt - pypi Package Compare versions

Comparing version
0.1.0
to
0.1.1
+2
-1
PKG-INFO
Metadata-Version: 2.1
Name: python-odpt
Version: 0.1.0
Version: 0.1.1
Summary: Python client for ODPT(Open Data of Public Transportation) API

@@ -14,2 +14,3 @@ License: MIT

Classifier: Programming Language :: Python :: 3.12
Requires-Dist: attrs (>=24.2.0,<25.0.0)
Requires-Dist: httpx (>=0.27.2,<0.28.0)

@@ -16,0 +17,0 @@ Description-Content-Type: text/markdown

[tool.poetry]
name = "python-odpt"
version = "0.1.0"
version = "0.1.1"
description = "Python client for ODPT(Open Data of Public Transportation) API"

@@ -12,2 +12,3 @@ authors = ["Maruo.S <raspi-maru2004@outlook.jp>"]

httpx = "^0.27.2"
attrs = "^24.2.0"

@@ -14,0 +15,0 @@ [tool.poetry.group.dev.dependencies]