fix: Relax package version constraints in dictionary template
Changed from pinned versions (==) to flexible constraints (>=) to avoid pip install conflicts on different systems/architectures. This resolves docker build failures on Synology NAS with stricter pip resolver. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
28aa41b207
commit
3e4928c378
|
|
@ -1,4 +1,4 @@
|
|||
Flask==3.0.0
|
||||
Werkzeug==3.1.6
|
||||
requests==2.31.0
|
||||
PyJWT==2.8.1
|
||||
Flask>=3.0.0
|
||||
Werkzeug>=3.0.0
|
||||
requests>=2.31.0
|
||||
PyJWT>=2.8.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user