Quellcode durchsuchen

Update requirements.txt

jjyaoao vor 3 Monaten
Ursprung
Commit
5a4d9b725a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      code/chapter13/helloagents-trip-planner/backend/requirements.txt

+ 1 - 1
code/chapter13/helloagents-trip-planner/backend/requirements.txt

@@ -1,5 +1,5 @@
 # HelloAgents框架
-hello-agents[protocols]>=0.2.4
+hello-agents[protocols]>=0.2.4,<=0.2.9
 
 # FastAPI和相关依赖
 fastapi>=0.115.0