Skip to content

Commit db39def

Browse files
authored
Release 1.0.0 (#58)
* Release 1.0.0 * chore: relax warning message in repo's README
1 parent 26359a1 commit db39def

6 files changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Auth0 AI for Python
22

3-
> ⚠️ **WARNING**: Auth0 AI is currently under development, is not intended for production use, and therefore has no official support.
3+
> [!WARNING]
4+
> Auth0 AI is currently **under heavy development**. We strictly follow [Semantic Versioning (SemVer)](https://semver.org/), meaning all **breaking changes will only occur in major versions**. However, please note that during this early phase, **major versions may be released frequently** as the API evolves. We recommend locking versions when using this in production.
45
56
[Auth0 AI](https://www.auth0.ai/) helps you build secure AI-powered applications.
67

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.0b5"
3+
version = "1.0.0"
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.0b5"
17+
# auth0-ai = "^1.0.0"
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.0b5"
3+
version = "1.0.0"
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.0b5"
14+
# auth0-ai = "^1.0.0"
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.0b5"
3+
version = "1.0.0"
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)