diff --git a/app/ai-service/requirements-prod.txt b/app/ai-service/requirements-prod.txt index bc945c5..48212d4 100644 --- a/app/ai-service/requirements-prod.txt +++ b/app/ai-service/requirements-prod.txt @@ -44,7 +44,7 @@ spacy==3.7.4 scikit-learn==1.4.2 # Rate limiting -slowapi==0.1.9 +slowapi==0.1.10 # System monitoring psutil==5.9.8 diff --git a/app/ai-service/requirements.txt b/app/ai-service/requirements.txt index c45f907..d39114b 100644 --- a/app/ai-service/requirements.txt +++ b/app/ai-service/requirements.txt @@ -42,7 +42,7 @@ spacy==3.7.4 scikit-learn==1.4.2 # Rate limiting -slowapi==0.1.9 +slowapi==0.1.10 # Testing pytest==8.0.0