Marc Mueller

Results 381 comments of Marc Mueller

Pushed a new commit to incorporate the license metadata changes from #11226. @webknjaz Would you mind taking a look at this again? I believe I've addressed all your comments in...

> > I believe I've addressed all your comments in [#9951 (comment)](https://github.com/aio-libs/aiohttp/pull/9951#issuecomment-2841603641). Please let me know if you have any more questions. > > All other threads need to be...

@webknjaz Pushed another update to address the style changes and also responded to your questions. Please let me know if I missed anything.

@webknjaz I just resolved the conflicts. Would love get get this over the finish line, especially as there isn't much left to do here.

Thanks @webknjaz! I'll work on the backports and open a separate PR to move the dependencies as we talked about.

_Just my personal opinion, but I'm not really a fan of poetry or uv for that matter. Setuptools does want it should and unless broken there is no really need...

Let me know if I can help with anything. From my experience the "hardest" part was to get the workflow right (this PR). The setup in Github and PyPI is...

> > It's much safe to use `build` with `twine` for the upload. > > Yep, I've been using these commands for all mashumaro releases 😄 > > ``` >...

We should wait until we can test 3.14 in CI before merging this. I also don't really like that we need to duplicate a lot of tests. Maybe we can...

> > I also don't really like that we need to duplicate a lot of tests. Maybe we can come up with a better solution for dealing conditional errors in...