Skip to content

Commit f5e23fc

Browse files
Release 1.0.0b3 (#42)
1 parent 3fa8c80 commit f5e23fc

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

packages/auth0-ai-langchain/poetry.lock

Lines changed: 6 additions & 6 deletions
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.0b2"
3+
version = "1.0.0b3"
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.0b2"
17+
# auth0-ai = "^1.0.0b3"
1818
auth0-ai = { path = "../auth0-ai", develop = true }
1919

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

packages/auth0-ai-llamaindex/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-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.0b2"
3+
version = "1.0.0b3"
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.12.49"
1313
openfga-sdk = "^0.9.5"
14-
# auth0-ai = "^1.0.0b2"
14+
# auth0-ai = "^1.0.0b3"
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.0b2"
3+
version = "1.0.0b3"
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)