Skip to content

Commit dc835ef

Browse files
committed
chore: add unidecode dep to python CDK
1 parent 5824a5e commit dc835ef

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

poetry.lock

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 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+
unidecode = "^1.3.8" # Used by source-google-sheets to convert unicode to ascii
9495

9596
[tool.poetry.group.dev.dependencies]
9697
freezegun = "*"

0 commit comments

Comments
 (0)