generated from Templates/Docker_Image
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 08af3ed38d | |||
| cc5060d317 |
@@ -4,6 +4,14 @@ Changelog
|
|||||||
|
|
||||||
(unreleased)
|
(unreleased)
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Fix broken Docker build, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
|
||||||
|
0.3.0 (2026-04-04)
|
||||||
|
------------------
|
||||||
- Feat: dashboard via NiceGUI, refs NOISSUE. [Simon Diesenreiter]
|
- Feat: dashboard via NiceGUI, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0.3.0
|
0.3.1
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
fastapi==0.109.0
|
fastapi>=0.135.3
|
||||||
uvicorn[standard]==0.27.0
|
uvicorn[standard]==0.27.0
|
||||||
sqlalchemy==2.0.25
|
sqlalchemy==2.0.25
|
||||||
psycopg2-binary==2.9.9
|
psycopg2-binary==2.9.9
|
||||||
pydantic==2.5.3
|
pydantic==2.12.5
|
||||||
pydantic-settings==2.1.0
|
pydantic-settings==2.1.0
|
||||||
python-multipart==0.0.6
|
python-multipart==0.0.22
|
||||||
aiofiles==23.2.1
|
aiofiles==23.2.1
|
||||||
python-telegram-bot==20.7
|
python-telegram-bot==20.7
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
@@ -15,5 +15,4 @@ isort==5.13.2
|
|||||||
flake8==6.1.0
|
flake8==6.1.0
|
||||||
mypy==1.7.1
|
mypy==1.7.1
|
||||||
httpx==0.25.2
|
httpx==0.25.2
|
||||||
nicegui==1.4.19
|
nicegui==3.9.0
|
||||||
pydantic-settings==2.1.0
|
|
||||||
Reference in New Issue
Block a user