Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
v2.3.45
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Feb 27, 2024
1 parent 8439fef commit 000a3d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
# Linting and Formatting
"ruff",
# phidata
"phidata==2.3.36",
"phidata==2.3.45",
]

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ numpy==1.26.3
openai==1.11.0
packaging==23.2
pgvector==0.2.4
phidata==2.3.36
phidata==2.3.45
pluggy==1.4.0
psycopg[binary]==3.1.17
psycopg-binary==3.1.17
Expand Down
4 changes: 2 additions & 2 deletions workspace/prd_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
engine_version="16.1",
allocated_storage=64,
# NOTE: For production, use a larger instance type.
# Last checked price: $0.0650 hourly = ~$50 per month
db_instance_class="db.t4g.medium",
# Last checked price: ~$25 per month
db_instance_class="db.t4g.small",
db_security_groups=[prd_db_sg],
db_subnet_group=prd_db_subnet_group,
availability_zone=ws_settings.aws_az1,
Expand Down

0 comments on commit 000a3d7

Please sign in to comment.