Skip to content

Commit 6371903

Browse files
authored
chore: upgrade auth0-ai-langchain to v1.0.1 (#71)
Updates auth0-ai-langchain dependency from 1.0.0b5 to 1.0.1 across Python backend projects to incorporate latest fixes and improvements. Co-Authored-By: Claude <noreply@anthropic.com
1 parent 616ab81 commit 6371903

File tree

11 files changed

+3587
-3678
lines changed

11 files changed

+3587
-3678
lines changed

asynchronous-authorization/langchain-fastapi-py/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Assistant0: An AI Personal Assistant Secured with Auth0 - LangGra
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
8-
"auth0-ai-langchain>=1.0.0b5",
8+
"auth0-ai-langchain>=1.0.1",
99
"auth0-fastapi>=1.0.0b5",
1010
"fastapi[standard]>=0.115.14",
1111
"google-api-python-client>=2.176.0",

asynchronous-authorization/langchain-fastapi-py/backend/uv.lock

Lines changed: 1159 additions & 1162 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

authorization-for-rag/langchain-fastapi-py/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ dependencies = [
2323
"psycopg-binary>=3.2.9",
2424
"langchain-postgres>=0.0.15",
2525
"greenlet>=3.2.3",
26-
"auth0-ai-langchain>=1.0.0b5",
26+
"auth0-ai-langchain>=1.0.1",
2727
]

authorization-for-rag/langchain-fastapi-py/backend/uv.lock

Lines changed: 1246 additions & 1249 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

authorization-for-rag/langchain-python/poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

authorization-for-rag/langchain-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ langchain-community = "0.3.17"
1313
openfga-sdk = "0.9.5"
1414
faiss-cpu = "1.10.0"
1515
langchain-openai = "0.3.5"
16-
auth0-ai-langchain = "1.0.0b4"
16+
auth0-ai-langchain = ">=1.0.1"
1717

1818
[build-system]
1919
requires = ["poetry-core"]

authorization-for-rag/langgraph-agentic-python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ langchain-openai==0.3.7
33
python-dotenv==1.0.1
44
faiss-cpu==1.10.0
55
langchain-community==0.3.18
6-
auth0_ai_langchain==1.0.0b4
6+
auth0-ai-langchain==1.0.1
77
langgraph-prebuilt==0.5.0

authorization-for-rag/langgraph-python/poetry.lock

Lines changed: 9 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

authorization-for-rag/langgraph-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ langgraph = "0.5.3"
1414
openfga-sdk = "0.9.5"
1515
faiss-cpu = "1.10.0"
1616
langchain-openai = "0.3.5"
17-
auth0-ai-langchain = "1.0.0b4"
17+
auth0-ai-langchain = ">=1.0.1"
1818

1919
[build-system]
2020
requires = ["poetry-core"]

call-apis-on-users-behalf/others-api/langchain-fastapi-py/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies = [
1515
"langgraph-cli[inmem]>=0.3.6",
1616
"langgraph-api==0.2.102",
1717
"langgraph-runtime-inmem==0.6.0",
18-
"auth0-ai-langchain>=1.0.0b5",
18+
"auth0-ai-langchain>=1.0.1",
1919
"pydantic-settings>=2.10.1",
2020
]

0 commit comments

Comments
 (0)