-
### my environment
ProductName: macOS
ProductVersion: 14.6.1
BuildVersion: 23G93
Python 3.13.0
pip 24.2 from /opt/homebrew/lib/python3.13/site-packages/pip (python…
-
### Description
Just asking for the same as I'm using for Python 3.12.4.
`msgspec-0.18.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl`
My ancient RHEL8 build environment is limited …
-
### Description
The `convert` function does not handle `UNSET` values as I expected (or I am missing some detail in how optionality and unset work together). If a field has a union type that allows…
-
### Summary
I'm a big fan of Litestar, but I've been a bit lost when it comes to finding the preferred best practices for actually validating data in a strict, security minded fashion, as the main Li…
-
An idea I have had for a while, msgspec performs [insanely better](https://jcristharif.com/msgspec/benchmarks.html) than anything else out there, and it would allow us to simplify models code by an in…
-
We should enable support for python 3.13.
To-do:
- Make sure that all tests pass with 3.13.
- Update `pyproject.toml`
- Update `docs`
- Update `workflows`
-
### Description
Imagine that I have a user being created from a web form, and it's defined like:
```python
class User(Struct):
first_name: str
middle_name: str
last_name: str
…
-
I'm using msgspec to shuttle data around where I'm often both the server and the client, meaning the schema is predefined and protobuf's extra compression would be nice. Taking a look at the protobuf …
-
Hello!
I think, there must be some race condition when running formatting and fix all + organize imports code actions on save.
I've tried LSP-ruff before and did not notice such issue, so decide…
-
### Description
Hey there,
First of all, thanks for this very nice library.
I wanted to report an issue, that **seems** to be related to msgspec, but you will be able to better assess whether …
sosna updated
2 months ago