From b6f19ab04e5740c414c96f60e68d07267796e72f Mon Sep 17 00:00:00 2001 From: Petro Vakulenko Date: Fri, 1 May 2026 12:46:49 +0200 Subject: [PATCH 1/2] chore: bump dev deps to current majors, standardize README H1 casing pyproject.toml dev extras: pytest 7.4 -> 8.3, pytest-cov 4.1 -> 5.0, black 23 -> 24.10, flake8 6 -> 7.1, mypy 1.0 -> 1.13. README: H1 'signNow' -> 'SignNow' to match peer SDKs. --- README.md | 2 +- pyproject.toml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9d74b8e..41f2111 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# signNow API Python SDK +# SignNow API Python SDK ## v3.0.0 [![Python Version](https://img.shields.io/badge/codebase-python--3.8+-blue)](https://www.python.org/) diff --git a/pyproject.toml b/pyproject.toml index 8e2d859..cb2d12a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,11 +31,11 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=7.4.0", - "pytest-cov>=4.1.0", - "black>=23.0.0", - "flake8>=6.0.0", - "mypy>=1.0.0", + "pytest>=8.3.0", + "pytest-cov>=5.0.0", + "black>=24.10.0", + "flake8>=7.1.0", + "mypy>=1.13.0", ] [project.urls] From 556de6690dcd4d55c1665c8c002759c0328df393 Mon Sep 17 00:00:00 2001 From: Petro Vakulenko Date: Tue, 30 Jun 2026 14:55:44 +0200 Subject: [PATCH 2/2] Changed license file range. Changed pyproject toml to proper version dependency. --- LICENSE | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 87d7ae0..6e452d3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 SignNow +Copyright (c) 2003-present SignNow Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index cb2d12a..f66d1dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ dev = [ "pytest>=8.3.0", "pytest-cov>=5.0.0", - "black>=24.10.0", + "black>=24.1.0", "flake8>=7.1.0", "mypy>=1.13.0", ]