-
Hi,
Flask-User package is no longer supported or maintained. I have explored various options, including downgrading Flask and attempting to use older compatible versions of Flask-User, but unfortun…
-
Help, pls! I really don't understand how I can integrate `python-dependency-injector` in my project 😔😭
When using a container in my application, cyclical dependencies that look like: `Container -> …
-
```
$ git log --oneline --no-decorate -1
bf5e80e457 Highlight errors for regform bool fields (#6242)
$ pip install -e '.[dev]' --prefix /project/initindico/indico-20240605
[…]
Successfully built …
-
Now that we are using SQLAlchemy 2.0, we should begin the process of moving away from the deprecated SQLAlchemy 1.x method of doing things, and moving into the new SQLAlchemy 2.x form. To start, the `…
-
-
### Describe your environment
OS: Ubuntu
Python version: 3.8
Package version: 0.47b0
### What happened?
If a database client app uses SQLAlchemy (ORM) and mysql-connector ("mysql")(db dri…
-
Whilst transitioning our stack to FastAPI I luckily found this package. Thanks for the work on this package; it's a nice and easy way to get a DB connection without the need for a dependency that inje…
-
error
```
(flask) hao@hao110:/WORK/CODE/Python/platform/liteAI/flask-LiteAI/myweb-flask$ flask db migrate
Traceback (most recent call last):
File "/WORK/LIB/Python/flask/lib/python3.8/site-pac…
-
**Version**
Version de GeoNature affectée par le bug.
2.14.2
**Description du bug**
![image](https://github.com/user-attachments/assets/60a6350f-6f58-4dcf-8c98-39362c0fe714)
**Comportement at…
-
### What we’re after
The Flask upgrade has caused deprecation warnings when running `pytest`. This issue is coming from Flask-sqlalchemy. To fix this we need to upgrade flask-sqlalchemy.
Warning…