Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 43 additions & 44 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ xmltodict = ">=0.13,<0.15"
anyascii = "^0.3.2"
whenever = "^0.6.16"
setuptools = "^80.9.0" # Some connectors depend on this as an undeclared transitive dependency (e.g. source-shopify)
dateparser = "^1.2.2"

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

# TODO: Remove these dependencies if not needed:
"avro", # Only imported in `unit_tests` code
Expand Down
Loading