-
`event_api`produce different default values between different versions of python in the response.description:
code:
```
__api__ = event_api(
summary="Simple Example: List Objects",
que…
-
While taking on some "good first issues" the typing issues always seem to popup. Wthout a good prior knowledge of Python types and custom Circuit Python types such as `i2c: busio.I2C` it's actually m…
-
## Summary
Currently, you can enable fingerprint (Touch ID on macOS) for quick unlock. I'm proposing an *optional* setting that allows unlocking the entire database with just your fingerprint. This o…
-
Type annotations can be Strings and with Python 4.0 will always be handled as such ([PEP 484](https://www.python.org/dev/peps/pep-0484/)).
As of Python 3.7 you can `from __future__ import annotations…
-
### Describe the bug
Given a custom `dataclass` input such as:
```
@dataclass_json
@dataclass
class MyClass:
a: str
b: str
```
If a workflow contains an input of type `MyClass` a…
-
### What problem are you facing?
Pretty much what the title says, if possible, with support for all sorts of links, or at least the most common/basic ones with and without titles: https://github.com/…
-
Hello, so i already have an tls client session oben, i would like to use this session in my requests but if that wo't be added for some reason, then just add a slver function with tls_client libary. t…
-
**Describe the bug**
Not sure how to exactly explain it, but if I use a union, mapped and cast together, there is something wrong.
**Expected behavior**
No mypy error
**To Reproduce**
```py…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the …
-
### 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…