Skip to content

Commit 7d093e6

Browse files
authored
Merge pull request #381 from zowe/chore/update-urllib3
Update `urllib3` dependency for technical currency
2 parents 6be5144 + 34b8c69 commit 7d093e6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the Zowe Client Python SDK will be documented in this file.
44

5+
## Recent Changes
6+
7+
- Updated the `urllib3` dependency of the Core SDK for technical currency. [#381](https://github.com/zowe/zowe-client-python-sdk/pull/381)
8+
59
## `1.0.0-dev24`
610

711
### Enhancements

src/core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"jsonschema~=4.25.1",
4040
"pyyaml~=6.0.1",
4141
"requests~=2.32.0",
42-
"urllib3~=2.5.0",
42+
"urllib3>=1.21.1,<3", # Same version range that `requests` uses
4343
],
4444
extras_require={"secrets": [resolve_sdk_dep("secrets", "~=1.0.0.dev")]},
4545
packages=find_namespace_packages(include=["zowe.*"]),

0 commit comments

Comments
 (0)