-
If a custom `Content-Disposition` header is defined for an attachment, it will be ignored by an email client, because the same header has already been implicitly defined for the same attachment.
Pi…
-
I try to send an email to people who have a dash in their name.
(Happens for example sometimes with double names in German. e.g. Hans-Peter)
```
message = MessageSchema(
recipients=my_ema…
-
I am new to FastAPI and Python and I really like using this library. But for some reason it throws the invalid credentials error every time I try to request a **protected** route.
The thing is, I c…
-
Mails are not going out in [background](https://sabuhish.github.io/fastapi-mail/example/#email-as-background-task).
We have backgrounds tasks working well in other endpoints. Any idea of what could…
-
release: May 21th
wanted:
- [x] Python-3.11.2 (2023-02-06, 3.11.3=2023-04-03)
- [x] jupyterlab-3.6.3 (Jupyterlab-4 is too fresh)
- [x] pytorch-2 for python-3.11
- [x] numba for python-3.11
- …
-
Hi all,
first of all thank you for the awesome library and your work!
I was trying to replicate your SFT example from the script `clm_finetune_peft_imdb.py`. But it seems that the training gets …
-
- [x] I have searched the issue tracker and believe that this is not a duplicate.
I am attempting to install a local package into a .venv. This project was originally managed with pipenv and the re…
-
**Quem somos?**
A JetBov é uma Startup que está transformando a pecuária de corte no mundo. Usamos a tecnologia de inteligência artificial e armazenamento de dados com o objetivo de digitalizar a c…
-
**SolverProblemError**
Because no versions of fakeredis match >1.6.1,1.7.0,1.7.1,
-
There is a great deal of confusion about handling the `Any` type within an `Intersection`.
In Python, `Any` is both a [_top type_](https://en.wikipedia.org/wiki/Top_type) (a supertype of all types…