Skip to content

Commit 25c91dd

Browse files
committed
Increased the minimum requests version to 2.31.0
1 parent 779a5c3 commit 25c91dd

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mosparo_api_client"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "Python API Client to communicate with mosparo."
99
readme = "README.md"
1010
authors = [{ name = "mosparo Core Developers", email = "info@mosparo.io" }]
1111
license = { file = "LICENSE" }
1212
classifiers = [
13+
"Development Status :: 5 - Production/Stable",
1314
"Intended Audience :: Developers",
1415
"License :: OSI Approved :: MIT License",
1516
"Operating System :: OS Independent",
@@ -25,7 +26,7 @@ classifiers = [
2526
]
2627
keywords = ["mosparo", "api-client", "spam-protection", "accessibility", "captcha"]
2728
dependencies = [
28-
"requests"
29+
"requests>=2.31.0"
2930
]
3031
requires-python = ">=3.5"
3132

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ charset-normalizer==3.1.0
1010
# via requests
1111
idna==3.4
1212
# via requests
13-
requests==2.29.0
13+
requests==2.31.0
1414
# via mosparo-api-client (pyproject.toml)
1515
urllib3==1.26.15
1616
# via requests

0 commit comments

Comments
 (0)