Skip to content

Commit 064bf6e

Browse files
committed
Bump version to 2.0.5 and add env keys
Increment package version to 2.0.5 and update .env.sample to include GEMINI_API_KEY and RESEND_API_KEY for new integrations. Also apply a minor README whitespace/formatting tweak.
1 parent 0aa31f5 commit 064bf6e

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.env.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
GEMINI_API_KEY=
2+
RESEND_API_KEY=
13
BASE_URL=
24
DB_HOST=
35
DB_PORT=5432

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ FastAPI automatically generates interactive documentation:
5757
### Processing Large CSV Files
5858

5959
The `/prospects/process` endpoint is designed for robust, scalable ingestion of large CSV files (e.g., 1300+ rows, 300KB+). It follows the same normalization and insertion pattern as `/prospects/seed`, but is optimized for large files:
60+
61+

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""NX AI - FastAPI, Python, Postgres, tsvector"""
22

33
# Current Version
4-
__version__ = "2.0.4"
4+
__version__ = "2.0.5"

0 commit comments

Comments
 (0)