From a64ea0231580ead84644f47752f8c09eed0d3d34 Mon Sep 17 00:00:00 2001 From: AdamW Date: Mon, 15 Sep 2025 10:16:01 +0200 Subject: [PATCH 1/2] Add update for langchain example --- .../backend/pyproject.toml | 10 ++-- .../frontend/package.json | 55 ++++++++++--------- 2 files changed, 33 insertions(+), 32 deletions(-) diff --git a/asynchronous-authorization/langchain-fastapi-py/backend/pyproject.toml b/asynchronous-authorization/langchain-fastapi-py/backend/pyproject.toml index 64f7f4c..0d7dd44 100644 --- a/asynchronous-authorization/langchain-fastapi-py/backend/pyproject.toml +++ b/asynchronous-authorization/langchain-fastapi-py/backend/pyproject.toml @@ -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", "pydantic-settings>=2.10.1", ] diff --git a/asynchronous-authorization/langchain-fastapi-py/frontend/package.json b/asynchronous-authorization/langchain-fastapi-py/frontend/package.json index 0d47a69..34f9bc9 100644 --- a/asynchronous-authorization/langchain-fastapi-py/frontend/package.json +++ b/asynchronous-authorization/langchain-fastapi-py/frontend/package.json @@ -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", "@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" } } From 980f6ece58e0bc2886c948fa910bf32c15907446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Wo=C5=BAniewski?= Date: Mon, 15 Sep 2025 12:18:23 +0200 Subject: [PATCH 2/2] chore: test GPG