diff --git a/packages/auth0-ai-langchain/pyproject.toml b/packages/auth0-ai-langchain/pyproject.toml index 56fe877..b665fc7 100644 --- a/packages/auth0-ai-langchain/pyproject.toml +++ b/packages/auth0-ai-langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-ai-langchain" -version = "1.0.0b1" +version = "1.0.0b2" description = "This package is an SDK for building secure AI-powered applications using Auth0, Okta FGA and LangChain." license = "apache-2.0" homepage = "https://auth0.com" @@ -14,7 +14,7 @@ langchain = "^0.3.25" langgraph-sdk = "^0.1.66" langchain-core = "^0.3.59" langgraph = "^0.4.3" -# auth0-ai = "^1.0.0b1" +# auth0-ai = "^1.0.0b2" auth0-ai = { path = "../auth0-ai", develop = true } [tool.poetry.group.test.dependencies] diff --git a/packages/auth0-ai-llamaindex/pyproject.toml b/packages/auth0-ai-llamaindex/pyproject.toml index d97f81a..f7fece0 100644 --- a/packages/auth0-ai-llamaindex/pyproject.toml +++ b/packages/auth0-ai-llamaindex/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-ai-llamaindex" -version = "1.0.0b1" +version = "1.0.0b2" description = "This package is an SDK for building secure AI-powered applications using Auth0, Okta FGA and LlamaIndex." license = "apache-2.0" homepage = "https://auth0.com" @@ -11,7 +11,7 @@ readme = "README.md" python = "^3.11" llama-index = "^0.12.34" openfga-sdk = "^0.9.4" -# auth0-ai = "^1.0.0b1" +# auth0-ai = "^1.0.0b2" auth0-ai = { path = "../auth0-ai", develop = true } [tool.poetry.group.test.dependencies] diff --git a/packages/auth0-ai/pyproject.toml b/packages/auth0-ai/pyproject.toml index 85a07eb..1e474d9 100644 --- a/packages/auth0-ai/pyproject.toml +++ b/packages/auth0-ai/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-ai" -version = "1.0.0.b1" +version = "1.0.0b2" description = "This package provides base abstractions for authentication and authorization in AI applications." license = "apache-2.0" homepage = "https://auth0.com"