You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

fintoc

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fintoc - pypi Package Compare versions

Comparing version
2.12.0
to
2.13.0
+1
-1
fintoc/managers/v2/accounts_manager.py

@@ -12,3 +12,3 @@ # pylint: disable=duplicate-code

resource = "account"
methods = ["list", "get", "create"]
methods = ["list", "get", "create", "update"]

@@ -15,0 +15,0 @@ def __init__(self, path, client):

"""Module to hold the version utilities."""
version_info = (2, 12, 0)
version_info = (2, 13, 0)
__version__ = ".".join([str(x) for x in version_info])
Metadata-Version: 2.3
Name: fintoc
Version: 2.12.0
Version: 2.13.0
Summary: The official Python client for the Fintoc API.

@@ -5,0 +5,0 @@ License: BSD-3-Clause

[tool.poetry]
name = "fintoc"
version = "2.12.0"
version = "2.13.0"
description = "The official Python client for the Fintoc API."

@@ -5,0 +5,0 @@ authors = ["Daniel Leal <daniel@fintoc.com>", "Nebil Kawas <nebil@uc.cl>"]