Koudai Aono

Results 38 issues of Koudai Aono

This PR supports third-party SDK on the Python Local interpreter panel. ## Background I'm working on creating [a plugin](https://github.com/koxudaxi/rye-pycharm-plugin) for [Rye](https://github.com/mitsuhiko/rye) that is a Python package manager. I added classes...

[ruff](https://github.com/astral-sh/ruff) supports `format` command. We should add the feature to select `ruff` as formatter in code generation instead of `black`.

enhancement

## Goal To provide clear and comprehensive documentation detailing the support status for various input formats like JsonSchema and OpenAPI, including different drafts like Draft 7 and Draft 2019-09, to...

documentation

### Discussed in https://github.com/koxudaxi/datamodel-code-generator/discussions/1205 Originally posted by **michaeligreenberg** March 28, 2023 Here's an example FastAPI app: ``` from typing import Tuple from fastapi import FastAPI from pydantic import BaseModel class...

**Describe the bug** After `241.13688.16-EAP-SNAPSHOT`, unittest is failed. We should fix it before release it. https://github.com/koxudaxi/pydantic-pycharm-plugin/actions/runs/7994205495/job/21879373618

bug

Pydantic V2 changes some behavior. This issue should list all related issues and PRs related to V2. - [x] Add an error when `__root__` is set in the model. #696...

Meta

@wolverdude Thank you for developing an excellent library. ### Request Could you distribute the pure python wheel package in pypi? https://pypi.org/project/genson/#files ![image](https://github.com/wolverdude/GenSON/assets/630670/6fe884ce-b49f-42c1-82f8-925fe1d25f54) We can generate wheel package by following the...

We should support `JSONB` for PostgreSQL ## Related issues https://github.com/koxudaxi/py-data-api/issues/68

enhancement

We want pydataapi as published lambda layers. Also, CI should publish it. ## Motivation The package usually is used on aws lambda. However, there is a limitation on package size....

enhancement