Skip to content

Conversation

@AntoinePrv
Copy link
Member

  • feat(server): Support nested dataclasses in build_dataclass
  • Add IPC schema to stats route
  • Read schema from stats route
  • Add perf commit type

AntoinePrv and others added 4 commits December 18, 2025 15:29
Add support for parsing nested dataclasses in the build_dataclass function.
The implementation handles three input formats:
- Existing dataclass instances (returned as-is)
- Dictionaries (recursively built into dataclass instances)
- JSON strings (parsed then built into dataclass instances)

This enables query parameter handlers to work with nested data structures,
improving the flexibility of the parameter parsing system.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@AntoinePrv AntoinePrv merged commit 08bbee7 into QuantStack:main Dec 18, 2025
7 checks passed
@AntoinePrv AntoinePrv deleted the schema branch December 18, 2025 15:23
@AntoinePrv AntoinePrv added the feature Add a new functionality to the project label Dec 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Add a new functionality to the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant