Skip to content

Conversation

@thrau
Copy link
Member

@thrau thrau commented Jan 9, 2026

Motivation

It was pointed out by the platform team, specifically @Pive01 (thank you! 🙏), that #6 introduced a bug, where you could no longer pass None as a parameter value. This created a failure downstream. For example, this is a reasonable way to create a param dict:

parameters = {
   "since": since.isoformat() if since else None
}

This PR adds tests, updates the type hints, and fixes the underlying error. Also bumps the version to 0.5.2

Changes

  • None values can now be passed as parameters again to the query and pipes api.

@thrau thrau mentioned this pull request Jan 9, 2026
@thrau thrau merged commit cc5fa7d into main Jan 9, 2026
7 checks passed
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.

3 participants