Skip to content
Closed
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
2 changes: 1 addition & 1 deletion backend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dateparser==1.2.0
google-api-python-client==2.108.0
google-auth-oauthlib==1.2.0
cryptography==46.0.7
fastapi==0.123.10
fastapi==0.136.0
uvicorn[standard]
pydantic[email]
pydantic-settings
Expand Down
31 changes: 5 additions & 26 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ anyio==4.12.0
# openai
# starlette
# watchfiles
async-timeout==4.0.3
# via
# aiohttp
# asyncpg
# langchain-classic
asyncpg==0.31.0
# via langchain-postgres
attrs==25.4.0
Expand Down Expand Up @@ -56,12 +51,6 @@ click==8.3.1
# uvicorn
cloudpathlib==0.23.0
# via weasel
colorama==0.4.6
# via
# click
# tqdm
# uvicorn
# wasabi
confection==0.1.5
# via
# thinc
Expand Down Expand Up @@ -92,9 +81,7 @@ dnspython==2.8.0
# via email-validator
email-validator==2.3.0
# via pydantic
exceptiongroup==1.3.1
# via anyio
fastapi==0.123.10
fastapi==0.136.0
# via -r requirements.in
frozenlist==1.8.0
# via
Expand Down Expand Up @@ -405,9 +392,7 @@ starlette==0.50.0
storage3==2.25.0
# via supabase
strenum==0.4.15
# via
# postgrest
# supabase-functions
# via supabase-functions
supabase==2.25.0
# via -r requirements.in
supabase-auth==2.25.0
Expand Down Expand Up @@ -437,13 +422,9 @@ typing-extensions==4.15.0
# aiosignal
# anyio
# beautifulsoup4
# cloudpathlib
# cryptography
# exceptiongroup
# fastapi
# groq
# langchain-core
# multidict
# openai
# psycopg
# psycopg-pool
Expand All @@ -454,17 +435,13 @@ typing-extensions==4.15.0
# starlette
# typing-inspect
# typing-inspection
# uvicorn
typing-inspect==0.9.0
# via dataclasses-json
typing-inspection==0.4.2
# via
# fastapi
# pydantic
# pydantic-settings
tzdata==2025.3
# via
# psycopg
# tzlocal
tzlocal==5.3.1
# via dateparser
uritemplate==4.2.0
Expand All @@ -477,6 +454,8 @@ uuid-utils==0.12.0
# langsmith
uvicorn[standard]==0.38.0
# via -r requirements.in
uvloop==0.22.1
# via uvicorn
wasabi==1.1.3
# via
# spacy
Expand Down
Loading