Richard Webb

Results 3 issues of Richard Webb

I'm attempting to implement websockets for the [rumqtt](https://github.com/AtherEnergy/rumqtt) MQTT library and I'm running into some issues using this crate. My main problem is mentioned here: https://github.com/AtherEnergy/rumqtt/issues/70 But what I'd like...

enhancement
question

We're using a modified version of the Starlette middleware at the moment, primarily to support asyncio better. Assuming asyncio support is added in future, there are a couple of other...

Pydantic 2.0 was recently [released](https://docs.pydantic.dev/latest/changelog/) This library currently depends on [Pydantic 1.8.2](https://github.com/anvilco/python-anvil/blob/master/pyproject.toml#L46). This makes it incompatible with projects using Pydantic 2.0 Is there any appetite to upgrade the dependency to...