Files
py-dvt-ate/pyproject.toml
Kai Chappell e0a9976ca7
Some checks failed
CI / Lint (push) Successful in 4s
CI / Type Check (push) Successful in 19s
CI / Test (push) Failing after 20s
CI / Release (push) Has been skipped
Fix TCP server response handling and add pandas-stubs
- Always send a response (even empty) to prevent client timeouts
- Add pandas-stubs to dev dependencies for mypy type checking
- Server now sends newline-terminated response for all commands

This fixes the mypy CI failure. Integration test failures still need
investigation - likely due to event loop blocking when mixing sync/async.
2025-12-03 01:05:24 +00:00

1.8 KiB