Upgrade to new Gemini package to interface with Google AI

This commit is contained in:
Debanjum
2025-03-11 06:03:06 +05:30
parent 2790ba3121
commit bdfa6400ef
4 changed files with 74 additions and 71 deletions

View File

@@ -61,14 +61,14 @@ dependencies = [
"langchain-community == 0.2.5",
"requests >= 2.26.0",
"tenacity == 8.3.0",
"anyio == 3.7.1",
"anyio ~= 4.8.0",
"pymupdf == 1.24.11",
"django == 5.0.10",
"django-unfold == 0.42.0",
"authlib == 1.2.1",
"llama-cpp-python == 0.2.88",
"itsdangerous == 2.1.2",
"httpx == 0.27.2",
"httpx == 0.28.1",
"pgvector == 0.2.4",
"psycopg2-binary == 2.9.9",
"lxml == 4.9.3",
@@ -79,7 +79,7 @@ dependencies = [
"phonenumbers == 8.13.27",
"markdownify ~= 0.11.6",
"markdown-it-py ~= 3.0.0",
"websockets == 12.0",
"websockets == 13.0",
"psutil >= 5.8.0",
"huggingface-hub >= 0.22.2",
"apscheduler ~= 3.10.0",
@@ -88,7 +88,7 @@ dependencies = [
"django_apscheduler == 0.6.2",
"anthropic == 0.49.0",
"docx2txt == 0.8",
"google-generativeai == 0.8.3",
"google-genai == 1.5.0",
"pyjson5 == 1.6.7",
"resend == 1.0.1",
"email-validator == 2.2.0",