Skip to content

Commit

Permalink
[OASIS-7552] fix: update requests library dependency (#330)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Mat001 committed Jun 29, 2021
1 parent 2ee24cf commit 7cc2bde
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,10 @@ would be:
### Contributing

Please see [CONTRIBUTING](https://github.com/optimizely/python-sdk/blob/master/CONTRIBUTING.md).

### Additional Code
This software incorporates code from the following open source repos:
requests (Apache-2.0 License: https://github.com/psf/requests/blob/master/LICENSE)
pyOpenSSL (Apache-2.0 License https://github.com/pyca/pyopenssl/blob/main/LICENSE)
cryptography (Apache-2.0 https://github.com/pyca/cryptography/blob/main/LICENSE.APACHE)
idna (BSD 3-Clause License https://github.com/kjd/idna/blob/master/LICENSE.md)
5 changes: 4 additions & 1 deletion requirements/core.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
jsonschema==3.2.0
pyrsistent==0.14.0
mmh3==2.5.1
requests[security]>=2.9.1
requests>=2.21
pyOpenSSL>=19.1.0
cryptography>=2.8.0
idna>=2.10

0 comments on commit 7cc2bde

Please sign in to comment.