Skip to content

Commit 7cbe958

Browse files
committed
polish
1 parent 7ac947f commit 7cbe958

File tree

4 files changed

+4
-37
lines changed

4 files changed

+4
-37
lines changed

.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient/input_sets/entry.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient/input_sets/entry2.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Apache License
157157
file or class name and description of purpose be included on the
158158
same "printed page" as the copyright notice for easier
159159
identification within third-party archives.
160-
Copyright [yyyy] [name of copyright owner]
160+
Copyright 2025 Harness Corporation
161161
Licensed under the Apache License, Version 2.0 (the "License");
162162
you may not use this file except in compliance with the License.
163163
You may obtain a copy of the License at

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@
1515
'iniconfig==1.1.1',
1616
'attrs==22.1.0',
1717
'pytest-asyncio==0.21.0',
18-
'aiohttp==3.8.4',
18+
'aiohttp>=3.8.4',
1919
'aiofiles>=23.1.0',
2020
'requests-kerberos>=0.15.0',
21-
'urllib3==2.0.7',
22-
'cryptography<=45.0.7'
21+
'urllib3==2.0.7'
2322
]
2423

2524
INSTALL_REQUIRES = [
2625
'requests',
27-
'pyyaml<=6.0.1',
26+
'pyyaml',
2827
'docopt>=0.6.2',
2928
'enum34;python_version<"3.4"',
3029
'bloom-filter2>=2.0.0'

0 commit comments

Comments
 (0)