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
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ requires-python = ">=3.13"
dependencies = [
"auth0-ai-langchain>=1.0.0b3",
"auth0-fastapi>=1.0.0b4",
"fastapi[standard]>=0.115.14",
"google-api-python-client>=2.176.0",
"fastapi[standard]>=0.116.1",
"google-api-python-client>=2.181.0",
"httpx>=0.28.1",
"itsdangerous>=2.2.0",
"langchain-openai>=0.3.28",
"langgraph-cli[inmem]>=0.2.12",
"langgraph>=0.5.4",
"langchain-openai>=0.3.33",
"langgraph-cli[inmem]>=0.4.2",
"langgraph>=0.6.7",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a few conflicts here.

our current auth0-ai-langchain relies on langgraph >=0.5.3, <0.6.0.
our current auth0-fastapi==1.0.0b4 depends on fastapi>=0.115.11,<0.116.0

Also seeing that langgraph-cli[inmem] is also currently confilcting:

And because langgraph-cli[inmem]==0.4.2 depends on langgraph-api>=0.3
      and only langgraph-cli[inmem]<=0.4.2 is available, we can conclude that
      langgraph-cli[inmem]>=0.4.2 depends on langgraph-api>=0.4.7.
      And because your project depends on langgraph-api==0.2.102 and
      langgraph-cli[inmem]>=0.4.2, we can conclude that your project's requirements
      are unsatisfiable.

Preference here would be to keep current supported versions of those for now, and target this langgraph upgrade with a separate ticket / PR to the auth0-ai-python core first.

"pydantic-settings>=2.10.1",
]
Original file line number Diff line number Diff line change
Expand Up @@ -9,48 +9,49 @@
"lint": "eslint .",
"preview": "vite preview"
},
"engines": { "node": ">=20 <23" },
"dependencies": {
"@langchain/core": "^0.3.66",
"@langchain/langgraph-sdk": "^0.0.101",
"@langchain/core": "^0.3.75",
"@langchain/langgraph-sdk": "^0.1.2",
Comment on lines +14 to +15
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not positive here w/ these. We will have to again test after backend langgraph SDK updates though.

"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-query": "^5.83.0",
"axios": "^1.10.0",
"@tailwindcss/vite": "^4.1.13",
"@tanstack/react-query": "^5.87.4",
"axios": "^1.12.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.525.0",
"marked": "^16.1.1",
"lucide-react": "^0.544.0",
"marked": "^16.2.1",
"next-themes": "^0.4.6",
"nuqs": "^2.4.3",
"react": "^19.1.0",
"nuqs": "^2.6.0",
"react": "^19.1.1",
"react-device-detect": "^2.2.3",
"react-dom": "^19.1.0",
"react-dom": "^19.1.1",
"react-markdown": "^10.1.0",
"react-router": "^7.7.0",
"sonner": "^2.0.6",
"react-router": "^7.8.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"tailwindcss": "^4.1.13",
"tailwindcss-animate": "^1.0.7",
"use-stick-to-bottom": "^1.1.1",
"vaul": "^1.1.2"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.30.1",
"@eslint/js": "^9.35.0",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2",
"eslint": "^9.35.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"tw-animate-css": "^1.3.5",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.0.4"
"globals": "^16.4.0",
"tw-animate-css": "^1.3.8",
"typescript": "~5.9.2",
"typescript-eslint": "^8.43.0",
"vite": "^7.1.5"
}
}