Skip to content

Commit 641e7ab

Browse files
committed
docs: refactor of a documentation
1 parent ecbb499 commit 641e7ab

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/release_6_0_0.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Removed requests and urllib3 from solnlib
2-
32
The `requests` and `urllib3` libraries has been removed from solnlib, so solnlib now depends on the `requests` and `urllib3` libraries from the running environment.
43
By default, Splunk delivers the above libraries and their version depends on the Splunk version. More information [here](https://docs.splunk.com/Documentation/Splunk/9.2.3/ReleaseNotes/Credits).
54

65
**IMPORTANT**: `urllib3` is available in Splunk `v8.1.0` and later
76

87
Please note that if `requests` or `urllib3` are installed in `<Add-on>/lib` e.g. as a dependency of another library, that version will be taken first.
9-
If `requests` or `urllib3` is missing in the add-on's `lib` directory, the version provided by Splunk will be used. In case the Splunk `requests` or `urllib3` version is not sufficient for you,
8+
If `requests` or `urllib3` is missing in the add-on's `lib` directory, the version provided by Splunk will be used.
9+
10+
## Custom Version of requests and urllib3
11+
In case the Splunk's `requests` or `urllib3` version is not sufficient for you,
1012
you can deliver version you need by simply adding it to the `requirements.txt` or `pyproject.toml` file in your add-on.
13+
14+
## Use solnlib outside the Splunk
15+
**Solnlib** no longer provides `requests` and `urllib3` so if you want to use **solnlib** outside the Splunk, please note that you will need to
16+
provide these libraries yourself in the environment where **solnlib** is used.

0 commit comments

Comments
 (0)