Closed dave42w closed 5 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
robyn | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 16, 2024 1:20am |
Comparing dave42w:my-py2
(b347d17) with main
(5589ddf)
✅ 146
untouched benchmarks
Hi @sansyrox
Sorry about this. I don't see how this build timeout could be caused by my code.
Hey @dave42w 👋
Don't worry about it :D
Hey @dave42w 👋
Don't worry about it :D
Is there anything I can/should do to trigger a re-check so this can be merged?
BTW did you see this warning from CI:
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
I guess it might be part of the cause of the failure
@dave42w ,
That is coming from on of the dependencies. But we should update that for sure !
Description
This PR fixes two problems found by the mypy typechecker.
processpool.py reuse of route_trype local var for two different actual types ws.py was missing dict type
self.methods: dict = {}
PR Checklist
Please ensure that:
Pre-Commit Instructions: