diff --git a/examples/cvi-custom-llm-with-backend/requirements.txt b/examples/cvi-custom-llm-with-backend/requirements.txt index b27b7cd..9f72db7 100644 --- a/examples/cvi-custom-llm-with-backend/requirements.txt +++ b/examples/cvi-custom-llm-with-backend/requirements.txt @@ -2,4 +2,4 @@ Flask==2.3.3 requests==2.31.0 openai==1.25.1 python-dotenv==0.20.0 -aiohttp==3.9.5 \ No newline at end of file +aiohttp==3.10.2 \ No newline at end of file