Skip to content

Commit 396a14b

Browse files
authored
Merge pull request #20 from adobe/bug_fix
Dependencies version upgrade
2 parents e039613 + 5b43c75 commit 396a14b

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

requirements.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
build==0.3.0
2-
certifi==2020.12.5
3-
cffi==1.14.5
1+
build==0.9.0
2+
certifi==2022.12.7
3+
cffi==1.15.1
44
cryptography==3.4.6
55
multipart==0.2.4
6-
packaging==20.9
7-
pep517==0.9.1
8-
polling==0.3.1
9-
polling2==0.4.6
10-
pycparser==2.20
11-
Pygments==2.8.0
6+
packaging==21.3
7+
pep517==0.13.0
8+
polling==0.3.2
9+
polling2==0.5.0
10+
pycparser==2.21
11+
Pygments==2.14.0
1212
PyJWT==2.4.0
13-
pyparsing==2.4.7
14-
PyYAML==5.4.1
15-
requests==2.25.1
16-
requests-toolbelt==0.9.1
17-
six==1.15.0
13+
pyparsing==3.0.9
14+
PyYAML==6.0
15+
requests==2.27.1
16+
requests-toolbelt==0.10.1
17+
six==1.16.0
1818
toml==0.10.2
19-
urllib3==1.26.8
19+
urllib3==1.26.13

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def parse_requirements(filename, session=None):
1212

1313
setuptools.setup(
1414
name="pdfservices-sdk",
15-
version="2.1.0",
15+
version="2.1.2",
1616
author='Adobe Document Services',
1717
author_email='extractapi@adobe.com',
1818
license='Apache2',

src/adobe/pdfservices/operation/internal/http/http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def _append_default_headers(headers: dict):
4848
# Set SDK Info header
4949
headers[DefaultHeaders.DC_APP_INFO_HEADER_KEY] = "{lang}-{name}-{version}".format(lang="python",
5050
name='pdfservices-sdk',
51-
version='2.1.0')
51+
version='2.1.2')
5252
headers[DefaultHeaders.ACCEPT_HEADER_NAME] = DefaultHeaders.JSON_TXT_CONTENT_TYPE
5353

5454

0 commit comments

Comments
 (0)