Skip to content

chore: bump keboola-json-to-csv to 0.0.14#209

Merged
soustruh merged 1 commit intomasterfrom
devin/1773240851-bump-json-to-csv-0.0.14
Mar 11, 2026
Merged

chore: bump keboola-json-to-csv to 0.0.14#209
soustruh merged 1 commit intomasterfrom
devin/1773240851-bump-json-to-csv-0.0.14

Conversation

@Jakuboola
Copy link
Copy Markdown
Contributor

Summary

Bumps keboola-json-to-csv from 0.0.13 to 0.0.14 in the python-sync-actions dependencies.

0.0.14 fixes an AttributeError: 'NoneType' object has no attribute 'items' crash in analyzer.py:88 when a JSON field is a dict in one row but null in another during "Infer Mapping". This was the second bug discovered in the same code path after the 0.0.13 fix (NodeType enum in vs ==) unblocked it.

Upstream fix: keboola/python-json-to-csv#16

Review & Testing Checklist for Human

  • End-to-end test: After deploying, test "Infer Mapping" with an API response containing a field that is a dict in some rows and null in others — this was the exact crash scenario
  • Verify the upstream fix in python-json-to-csv PR #16 looks correct (single-line guard: and value is not None)

Notes

Co-Authored-By: Jakub Sochan <jakub.sochan@keboola.com>
@devin-ai-integration
Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Copy link
Copy Markdown
Contributor

@soustruh soustruh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing to see here, move along 🙃

@soustruh soustruh merged commit 724ba58 into master Mar 11, 2026
11 of 12 checks passed
@soustruh soustruh deleted the devin/1773240851-bump-json-to-csv-0.0.14 branch March 11, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants