Skip to content

Commit 7cc2bde

Browse files
authored
[OASIS-7552] fix: update requests library dependency (#330)
* feat: reak down requests[security] into separate modules * try compatible versions of modules * try compatible versions of modules * try compatible versions of modules * try compatible versions of modules * Update README with code credits
1 parent 2ee24cf commit 7cc2bde

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,3 +224,10 @@ would be:
224224
### Contributing
225225

226226
Please see [CONTRIBUTING](https://github.com/optimizely/python-sdk/blob/master/CONTRIBUTING.md).
227+
228+
### Additional Code
229+
This software incorporates code from the following open source repos:
230+
requests (Apache-2.0 License: https://github.com/psf/requests/blob/master/LICENSE)
231+
pyOpenSSL (Apache-2.0 License https://github.com/pyca/pyopenssl/blob/main/LICENSE)
232+
cryptography (Apache-2.0 https://github.com/pyca/cryptography/blob/main/LICENSE.APACHE)
233+
idna (BSD 3-Clause License https://github.com/kjd/idna/blob/master/LICENSE.md)

requirements/core.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
jsonschema==3.2.0
22
pyrsistent==0.14.0
33
mmh3==2.5.1
4-
requests[security]>=2.9.1
4+
requests>=2.21
5+
pyOpenSSL>=19.1.0
6+
cryptography>=2.8.0
7+
idna>=2.10

0 commit comments

Comments
 (0)