Skip to content

Commit f8e2368

Browse files
authored
Merge pull request #56 from auth0/release-1.0.0b5
Release 1.0.0b5
2 parents ad5aa70 + 47c69b6 commit f8e2368

5 files changed

Lines changed: 8 additions & 20 deletions

File tree

packages/auth0-ai-langchain/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auth0-ai-langchain/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "auth0-ai-langchain"
3-
version = "1.0.0b4"
3+
version = "1.0.0b5"
44
description = "This package is an SDK for building secure AI-powered applications using Auth0, Okta FGA and LangChain."
55
license = "apache-2.0"
66
homepage = "https://auth0.com"
@@ -14,7 +14,7 @@ langchain = "^0.3.26"
1414
langgraph-sdk = "^0.1.73"
1515
langchain-core = "^0.3.69"
1616
langgraph = "^0.5.3"
17-
# auth0-ai = "^1.0.0b4"
17+
# auth0-ai = "^1.0.0b5"
1818
auth0-ai = { path = "../auth0-ai", develop = true }
1919

2020
[tool.poetry.group.test.dependencies]

packages/auth0-ai-llamaindex/poetry.lock

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

packages/auth0-ai-llamaindex/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "auth0-ai-llamaindex"
3-
version = "1.0.0b4"
3+
version = "1.0.0b5"
44
description = "This package is an SDK for building secure AI-powered applications using Auth0, Okta FGA and LlamaIndex."
55
license = "apache-2.0"
66
homepage = "https://auth0.com"
@@ -11,7 +11,7 @@ readme = "README.md"
1111
python = "^3.11"
1212
llama-index = "^0.14"
1313
openfga-sdk = "^0.9.5"
14-
# auth0-ai = "^1.0.0b4"
14+
# auth0-ai = "^1.0.0b5"
1515
auth0-ai = { path = "../auth0-ai", develop = true }
1616

1717
[tool.poetry.group.test.dependencies]

packages/auth0-ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "auth0-ai"
3-
version = "1.0.0b4"
3+
version = "1.0.0b5"
44
description = "This package provides base abstractions for authentication and authorization in AI applications."
55
license = "apache-2.0"
66
homepage = "https://auth0.com"

0 commit comments

Comments
 (0)