-
- [x] [Argon2](https://en.wikipedia.org/wiki/Argon2)
- [x] [Balloon](https://crypto.stanford.edu/balloon/)
- [ ] ~~[bcrypt](https://en.wikipedia.org/wiki/Bcrypt)~~ (see [rust-bcrypt](https://github.…
-
pytest reveals several deprecation warnings:
```
.venv/lib/python3.11/site-packages/pypiserver/bottle.py:38
.../.venv/lib/python3.11/site-packages/pypiserver/bottle.py:38: DeprecationWarning: 'cg…
-
When provisioning a vagrant box for testing I get:
```
TASK [mailserver : Copy import.sql] ********************************************
fatal: [jessie]: FAILED! => {"changed": false, "msg": "Ansi…
-
even after installing the requirements.txt I get the following error: ModuleNotFoundError: No module named 'passlib'
when I try to run uvicorn main:app --reload on my mac / is this a known issue?
-
I'll use this issue to track reviewing all usage of `bytes` types to see if they should be changed following #9001 and PEP 688. The below list is from `git grep -c '\bbytes\b'`.
My plan is to do lo…
-
La mia idea era di utilizzare il python assieme alla libreria [FastAPI](https://fastapi.tiangolo.com/) che consente anche la realizzazione automatica della documentazione delle API.
per l'autenticazi…
-
Seems the `amqtt` client pulls in `passlib` even though it doesn't actually use it anywhere (it's used in the server for the file-based authentication back-end). It'd be nice if we could "do away" wi…
-
On a newly installed system (Ubuntu 24.04 with Python 3.12.3) I get following traceback:
```
(moin-venv-python3) $ moin --help
Traceback (most recent call last):
File "/moin-venv-python3/bin/m…
-
Impacted versions:
odoo 14
Steps to reproduce:
source installs with python 3.8
Current behavior:
ImportError: Unable to import name 'clock' from 'time' (unknown location)
Expected behavior:
Run…
-
# Bug Report
## Installation Method
Docker Compose on an offline (Ubuntu Server 22 LTS) VM
## Environment
- **Open WebUI Version:** >= 0.4.0
- **Operating System:** macOS 15.1.1 (24B91)…