Daniel Mössner

Results 6 comments of Daniel Mössner

Any progress on this issue? I have the same problem.

In this file: [https://github.com/vitalik/django-ninja/blob/master/ninja/schema.py#L201](https://github.com/vitalik/django-ninja/blob/master/ninja/schema.py#L201) there is still old pydantic config code. Which is then referenced in other files. But if class Config could be changed to model_config that would be...

I would prefer to have a direct `pdm outdated` command. This command should not only list the packages pdm WOULD update but also the packages that in general CAN be...

Good point how about 4 columns? ``` >> pdm outdated package | current_version | would_update_to | latest_version -------------------------------------------------------------- django | 4.0.1 | 4.0.10 (==4.0.*) | 4.2.8 fastapi | 0.96.1 |...

For me personally it is also 5 which is the most useful and interesting.

I have the same issue, but for me it happens by switching from 3.0.12 to 3.1.0-beta.0 which internally only changes the React Version. My config is also the manual config...