Skip to content

Commit fe377e3

Browse files
committed
fix sftp errors
1 parent 7a97d02 commit fe377e3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ dependencies = [
2626
"types-paramiko",
2727
"pandas",
2828
"collection",
29-
"six"
29+
"six",
30+
"types-six"
3031
]
3132

3233
[project.urls]

src/worker/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pydantic import BaseModel
66
import os
77
import stat
8-
from datetime import datetime, timedelta, timezone
8+
from datetime import datetime, timezone
99
import io
1010
import logging
1111
from typing import List, Dict, Any, Optional, Union

uv.lock

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

0 commit comments

Comments
 (0)