-
1. Extra 'msgid domain' ConnectionConfig parameter
Set your own domain instead of the currently used local hostname.
MAIL_MSGID_DOMAIN: Optional[str] = None
2. Extra 'msgid domain' MailMsg …
-
note : tzinfo=pytz.timezone(TZ_INFO)
```python
class Users(Model):
class Config:
collection: str = 'users'
# def __setattr__(self, key, value):
# match key:
# …
-
## Describe the bug
An index is created on the `email` field:
https://github.com/fastapi-users/fastapi-users-db-sqlalchemy/blob/main/fastapi_users_db_sqlalchemy/__init__.py#L61
but the index ca…
-
**Describe the bug**
I am using version 0.19.1 of tortoise-orm. It is not fetching the datetime fields of models correctly from from postgres database. This problem is not present in version 0.19.0.
…
-
### Describe the bug
I am not able to update the trace name user with `langfuse_context.update_current_trace`
![image](https://github.com/user-attachments/assets/577edaed-1019-45c8-91c6-5e450f5018…
-
### Describe the bug
When trying to import `aioredis` in Python 3.11 an error is raised
### To Reproduce
1- use python 3.11
2- try to import aioredis
3- this error is raised:
```python
>>> im…
-
As the SMTP is required TLS 1.2, how to force smtp use TLS 1.2?
-
I'm trying to add a custom metric as described in the documentation.
```python
from prometheusrock import PrometheusMiddleware, metrics_route
from prometheusrock import Metric, AddMetric
...
…
-
### Seja bem-vindo!
Toda contribuição dentro dessa issue, e nesse projeto, no geral, é **extremamente** bem-vinda!
### Qual a idéia dessa issue?
A idéia é criarmos nesse repositório um templa…
-
There have been several discussions over the years about how WSGI frameworks apply routing in the case of URL-encoded path components. Here's a comment that links to a few of the discussions:
https…