-
## Feature Request Type
- [x] Minor improvement by re-exporting something from strawberry
## Description
When I was working with the documentation improvements the other week, one area where …
-
## 🧩 Feature request
### Description
Currently, to transfer state from Scully to a running app, we must inject and wrap values with `TransferStateService` like so
e.g.
```typescript
expor…
-
# User Stories
AS a WTP engineer
I WANT TO see a "Hello, world" for the applications & infrastructure
SO THAT I know the starting point is working
AS a WTP engineer
I WANT TO be able to use a wtp cl…
-
### 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 …
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2 installed directly from the `main` branch, or equivalent
### Description
When using computed fields and properties, it is not pos…
-
Hi, first of all thanks for providing `cashews`!
I recently started using it and noticed that, when using custom formatters in tags, they get called with the already formatted value for matching, see…
-
this makes installing the correct version difficult especially as modules tend to change their formats or functions around
after many pip install commands. I finally got to this freeze list under U…
-
Pyright gets "Unknown" for the return-type of f, but Mypy and Pyre get "D.A".
```
from __future__ import annotations
from typing import Generic, Type, TypeVar
from abc import ABC
T = TypeVar("T")
cl…
-
### 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…