-
Please update dependecies of fastapi-mail
-
### Which component is affected?
Redis
### Did the issue occur at ClassQuiz.de, or on a self-hosted instance?
On a self-hosted instance
### How can the issue be reproduced?
Hi all,
I…
-
I got this error after update of environment packages. What's wrong ?
```
from ..dals.article_dal import ArticleDAL
File "/home/gikpro/PycharmProjects/HAPI-REST/apis/news_api/articles/dals/artic…
-
```
fastapi_mail.errors.ConnectionErrors: Exception raised Error connecting to smtp.bboyz002.lovas.uberspace.de on port 587: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1131), check your…
-
### What version of gRPC and what language are you using?
Python3.7
```
grpcio==1.51.3
grpcio-health-checking==1.51.3
grpcio-reflection==1.51.3
```
pip freeze:
```
absl-py==1.4.0
aiofile…
-
**Describe the bug**
I have a pydantic schema that needs a third party class (bson.objectid.ObjectID) as a property. For this reason I created a custom validator and encoder as per pydantic documenta…
-
Upgrade to Python 3.11 breaks `fastapi-mail` dependency in my project.
The source is in `aioredis` package which is no longer maintained as a separate module and included into `redis-py`.
[Depen…
-
Hello everyone, I am trying to do a sign up API with python and the library fastAPI with a couchdb database. So the front makes a post request with json, and the api put it on database. But I did a co…
-
Hello,
Do you have a conda environment file for this project to share? I am having a lot of problems trying to resolve conflicts and many sorts of errors due to that.
It'd be great if you can shar…
-
### Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### Description of the bug
In version 0.6.75 I started to get failure o…