1
0
mirror of synced 2026-05-22 22:53:35 +00:00

fix(02-use-cases): Remove version number from werkzeug library in requirements.txt (#845)

* Remove version number from werkzeug library in requirements.txt

* Add "Kostas Tzouvanas" as a contributor.
This commit is contained in:
goku
2026-01-13 17:22:14 +02:00
committed by GitHub
parent 545d602262
commit 150beaf450
2 changed files with 2 additions and 1 deletions
@@ -210,7 +210,7 @@ uvicorn==0.37.0
# via
# bedrock-agentcore
# mcp
werkzeug==3.1.4
werkzeug
# via openapi-core
zipp==3.23.0
# via importlib-metadata
+1
View File
@@ -78,3 +78,4 @@
- iprivit
- vargas-dann-0896
- razkenari
- Kostas Tzouvanas