Skip to content

chore: 1.0.0b2 #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/auth0-ai-langchain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions packages/auth0-ai-llamaindex/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion packages/auth0-ai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down