-
Notifications
You must be signed in to change notification settings - Fork 21
Add update for langchain example #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
AdamWozniewski
wants to merge
2
commits into
auth0-samples:main
Choose a base branch
from
AdamWozniewski:auth0-samples-update-langchain-py
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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" | ||
} | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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:
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.