Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# pg8000: pure-Python PostgreSQL driver (no C build needed, works in Lambda
# without a custom compile step unlike psycopg2-binary)
pg8000==1.31.2
pg8000==1.31.5

# aws-lambda-powertools: structured logging, tracing, metrics utilities
aws-lambda-powertools==3.3.0
4 changes: 2 additions & 2 deletions backend/lambda_/lambda_package/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boto3==1.34.0
requests==2.32.4
requests==2.33.0
google-generativeai==0.6.0
python-dotenv==1.0.1
python-dotenv==1.2.2
pyotp==2.9.0
phonenumbers==8.13.34
2 changes: 1 addition & 1 deletion backend/lambda_/layers/requirements-layer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# pg8000: pure-Python PostgreSQL driver (no C build needed, works in Lambda
# without a custom compile step unlike psycopg2-binary)
pg8000==1.31.2
pg8000==1.31.5

# aws-lambda-powertools: structured logging, tracing, metrics utilities
aws-lambda-powertools==3.3.0
2 changes: 1 addition & 1 deletion backend/lambda_/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boto3==1.34.0
requests>=2.33.0
google-generativeai==0.6.0
python-dotenv==1.0.1
python-dotenv==1.2.2
pyotp==2.9.0
phonenumbers==8.13.34
4 changes: 2 additions & 2 deletions backend/lambda_package/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boto3==1.28.0
requests==2.31.0
requests==2.33.0
google-generativeai==0.3.0
pyotp==2.9.0
phonenumbers==8.13.0
python-dotenv==1.0.0
python-dotenv==1.2.2
4 changes: 2 additions & 2 deletions backend/lambda_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ google-generativeai==0.3.0
openai==1.8.0

# HTTP & API
requests==2.32.4
requests==2.33.0
pyyaml==6.0.1

# Tracing & Monitoring
aws-xray-sdk==2.12.0
psutil==5.9.6

# Environment & Config
python-dotenv==1.0.0
python-dotenv==1.2.2

# Async
httpx==0.25.0
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aws-xray-sdk==2.12.0
psutil==5.9.6

# Environment & Config
python-dotenv==1.0.0
python-dotenv==1.2.2
pydantic


Expand Down
Loading