Skip to content

Commit 1abf89a

Browse files
authored
Merge pull request #242 from SEKOIA-IO/chore/UpdateDependencies
SDK: update dependencies
2 parents 77ae0d8 + f976086 commit 1abf89a

3 files changed

Lines changed: 1024 additions & 894 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ default-groups = [
8484
"dev",
8585
"lint",
8686
]
87+
constraint-dependencies = [
88+
"orjson<3.11.8" # Obfuscaded code issues from socket-security
89+
]
8790

8891
[tool.hatch.build.targets.sdist]
8992
include = ["sekoia_automation"]

sekoia_automation/connector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def _send_chunk(
137137
collect_ids: dict[int, list[str]],
138138
):
139139
try:
140-
request_body = {
140+
request_body: dict[str, Any] = {
141141
"intake_key": self.configuration.intake_key,
142142
"jsons": chunk,
143143
}

0 commit comments

Comments
 (0)