Skip to content

Commit b8812a6

Browse files
committed
minor fixes
1 parent ccf1389 commit b8812a6

5 files changed

Lines changed: 7 additions & 13 deletions

File tree

21.2 KB
Binary file not shown.

dist/syncsketch-1.0.12.1.tar.gz

35.3 KB
Binary file not shown.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="syncsketch",
13-
version="1.0.12.0",
13+
version="1.0.12.1",
1414
description="SyncSketch Python API",
1515
author="Philip Floetotto",
1616
author_email="phil@syncsketch.com",
@@ -39,7 +39,7 @@
3939
install_requires=[
4040
'requests>=2.20.0,<2.28; python_version < "3.0"',
4141
'requests>=2.20.0; python_version >= "3.7" and python_version < "3.9"',
42-
'requests>=2.32.0; python_version >= "3.9"',
42+
'requests>=2.33.0; python_version >= "3.9"',
4343
'urllib3>=2.6.3; python_version >= "3.9"',
4444
],
4545
extras_require={

syncsketch.egg-info/PKG-INFO

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.4
22
Name: syncsketch
3-
Version: 1.0.12.0
3+
Version: 1.0.12.1
44
Summary: SyncSketch Python API
55
Home-page: https://github.com/syncsketch/python-api
66
Author: Philip Floetotto
@@ -25,11 +25,10 @@ Description-Content-Type: text/markdown
2525
License-File: LICENSE
2626
Requires-Dist: requests<2.28,>=2.20.0; python_version < "3.0"
2727
Requires-Dist: requests>=2.20.0; python_version >= "3.7" and python_version < "3.9"
28-
Requires-Dist: requests>=2.32.0; python_version >= "3.9"
28+
Requires-Dist: requests>=2.33.0; python_version >= "3.9"
2929
Requires-Dist: urllib3>=2.6.3; python_version >= "3.9"
3030
Provides-Extra: test
31-
Requires-Dist: pytest<9.0,>=7.0; python_version < "3.9" and extra == "test"
32-
Requires-Dist: pytest<10.0,>=9.0.3; python_version >= "3.9" and extra == "test"
31+
Requires-Dist: pytest<10.0,>=7.0; extra == "test"
3332
Requires-Dist: pytest-cov>=4.0; extra == "test"
3433
Requires-Dist: responses>=0.20.0; extra == "test"
3534
Dynamic: author

syncsketch.egg-info/requires.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,10 @@ requests<2.28,>=2.20.0
66
requests>=2.20.0
77

88
[:python_version >= "3.9"]
9-
requests>=2.32.0
9+
requests>=2.33.0
1010
urllib3>=2.6.3
1111

1212
[test]
13+
pytest<10.0,>=7.0
1314
pytest-cov>=4.0
1415
responses>=0.20.0
15-
16-
[test:python_version < "3.9"]
17-
pytest<9.0,>=7.0
18-
19-
[test:python_version >= "3.9"]
20-
pytest<10.0,>=9.0.3

0 commit comments

Comments
 (0)