Skip to content

Commit ea30bbd

Browse files
committed
Version updated
1 parent d858925 commit ea30bbd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "socketsecurity"
9-
version = "2.0.44"
9+
version = "2.0.45"
1010
requires-python = ">= 3.10"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [

socketsecurity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.0.44'
2+
__version__ = '2.0.45'

socketsecurity/core/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ def load_files_for_sending(files: List[str], workspace: str) -> List[Tuple[str,
304304

305305
key = key.lstrip("/")
306306
key = key.lstrip("./")
307+
key = key.lstrip(workspace)
307308

308309
f = open(file_path, 'rb')
309310
payload = (key, (name, f))

0 commit comments

Comments
 (0)