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
8 changes: 4 additions & 4 deletions 13426/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ classifiers = [
dependencies = [
"aioboto3==15.2.0",
"aiofiles==25.1.0",
"aiohttp==3.13.0",
"aiohttp==3.13.3",
"bcrypt==5.0.0",
"httpx==0.28.1",
"jmespath==1.0.1",
"langchain-community==0.3.31",
"langchain-mongodb==0.7.1",
"langchain-core==0.3.79",
"langchain-core==0.3.81",
"langchain-openai==0.3.35",
"langgraph==0.6.10",
"motor==3.7.1", # required by quart-session
"pycountry==24.6.1",
"pydantic-extra-types==2.10.6",
"pymongo==4.15.3",
"python-dotenv==1.1.1",
"python-multipart==0.0.20",
"python-multipart==0.0.22",
"rcssmin==1.2.2",
"Quart==0.20.0",
"quart-assets==0.1.2",
Expand All @@ -53,7 +53,7 @@ dependencies = [
"quart-session==3.0.0",
"requests==2.32.5",
"shortuuid==1.0.13",
"starlette==0.48.0",
"starlette==0.49.1",
"uvicorn==0.37.0",
"xsdata==25.7",
"thefuzz==0.22.1",
Expand Down
8 changes: 4 additions & 4 deletions security/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ classifiers = [
dependencies = [
"aioboto3==15.2.0",
"aiofiles==25.1.0",
"aiohttp==3.13.0",
"aiohttp==3.13.3",
"bcrypt==5.0.0",
"httpx==0.28.1",
"jmespath==1.0.1",
"langchain-community==0.3.31",
"langchain-mongodb==0.7.1",
"langchain-core==0.3.79",
"langchain-core==0.3.81",
"langchain-openai==0.3.35",
"langgraph==0.6.10",
"motor==3.7.1", # required by quart-session
"pycountry==24.6.1",
"pydantic-extra-types==2.10.6",
"pymongo==4.15.3",
"python-dotenv==1.1.1",
"python-multipart==0.0.20",
"python-multipart==0.0.22",
"rcssmin==1.2.2",
"Quart==0.20.0",
"quart-assets==0.1.2",
Expand All @@ -53,7 +53,7 @@ dependencies = [
"quart-session==3.0.0",
"requests==2.32.5",
"shortuuid==1.0.13",
"starlette==0.48.0",
"starlette==0.49.1",
"uvicorn==0.37.0",
"xsdata==25.7",
"thefuzz==0.22.1",
Expand Down