Skip to content

Commit a562875

Browse files
authored
feat: adds dateparser dependency for parsing timezone abbrs. (#636)
1 parent cc93e62 commit a562875

File tree

2 files changed

+45
-44
lines changed

2 files changed

+45
-44
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ xmltodict = ">=0.13,<0.15"
9191
anyascii = "^0.3.2"
9292
whenever = "^0.6.16"
9393
setuptools = "^80.9.0" # Some connectors depend on this as an undeclared transitive dependency (e.g. source-shopify)
94+
dateparser = "^1.2.2"
9495

9596
[tool.poetry.group.dev.dependencies]
9697
freezegun = "*"
@@ -228,6 +229,7 @@ DEP002 = [
228229
"setuptools", # Incorrectly used without declaring in some connectors (e.g. source-shopify)
229230
"cryptography", # Constrained as transitive dependency due to a bug in newer versions
230231
"google-cloud-secret-manager", # Deptry can't detect that `google.cloud.secretmanager_v1` uses this package
232+
"dateparser", # Used by `source-amazon-seller-partner` for parsing string-formatted dates w/ timezone abbreviations. May add to `AirbyteDateTime`.
231233

232234
# TODO: Remove these dependencies if not needed:
233235
"avro", # Only imported in `unit_tests` code

0 commit comments

Comments
 (0)