Skip to content

Commit 93b37f3

Browse files
feat: bumping up sdk version
1 parent 1540a52 commit 93b37f3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.9, <3.14"
77
authors = [
88
]
99
dependencies = [
10-
"splunk-soar-sdk==1.6.0",
10+
"splunk-soar-sdk==1.6.2",
1111
"validators",
1212
"xmltodict",
1313
]

src/actions/put_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def put_file(params: PutFileParams, soar: SOARClient, asset: Asset) -> PutFileOu
8585
logger.info(f"Uploading file '{file_name_to_send}' to: {full_url}")
8686
response = requests.request(
8787
method="POST",
88-
uri=full_url,
88+
url=full_url,
8989
auth=auth_object,
9090
headers=final_headers,
9191
params=query_params,

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)