-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feat…
-
Apologies if this has already been asked/solved - I can't figure out exactly what this is called so it's very difficult to search for.
I'm writing a simple strongly typed dependency system, based o…
-
## Initial ideas
1. `swagger` should be supported in the core library, we prefer to get `v3` support
2. Strict separation of parser / validation / logic / render steps
3. Strict separation of vie…
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
### Version
2.6.11
### Reproduction link
[https://imgur.com/a/RxJz6fT](https://imgur.com/a/RxJz6fT)
### Steps to reproduce
Since the 2.6.11 my IDE (VSCode) now suggest me import V…
-
The current implementation of the type specification is a bit messy.
There are 3 possible methods.
1. Headers in comments:
```python
#$ header function f2(int, int) results(int)
```…
-
To make it a no-brainer:
1. Provide halo for models:
1. #220
2. #252
2. Provide patch size for samples:
1. #302
2. #307
3. Make model filters look different and like filters:
…
-
### Steps to reproduce
1. app.py
```
from flask import Flask
from flask_sqlalchemy import SQLAlchemy
app = Flask(__name__)
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///:memory:'
db = …
-
BPO | [44109](https://bugs.python.org/issue44109)
--- | :---
Nosy | @rhettinger, @ericvsmith, @brandtbucher, @akulakov, @ahmetveburak
*Note: these values reflect the state of the issue at the time it…
-
Following what the readme says:
> The service token (a.k.a. ServiceFactory)
>
> The "service token" is the second part of the logical key tuple for a service lookup. It is combines the string-ba…