Skip to content

Commit 7e14cab

Browse files
committed
Release auth0-ai@1.0.2 and 1.0.1 versions for README updates
plus improve dev dependency mgmt
1 parent db39def commit 7e14cab

9 files changed

Lines changed: 62 additions & 69 deletions

File tree

README.md

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

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.
3+
> ⚠️ **WARNING**: Auth0 AI for Python 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.
54
65
[Auth0 AI](https://www.auth0.ai/) helps you build secure AI-powered applications.
76

packages/auth0-ai-langchain/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Installation
88

9-
> ⚠️ **WARNING**: `auth0-ai-langchain` is currently under development and it is not intended to be used in production, and therefore has no official support.
9+
> ⚠️ **WARNING**: `auth0-ai-langchain` 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.
1010
1111
```bash
1212
pip install auth0-ai-langchain

packages/auth0-ai-langchain/poetry.lock

Lines changed: 26 additions & 29 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: 3 additions & 3 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.0"
3+
version = "1.0.1"
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,15 +14,15 @@ 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.0"
18-
auth0-ai = { path = "../auth0-ai", develop = true }
17+
auth0-ai = "^1.0.2"
1918

2019
[tool.poetry.group.test.dependencies]
2120
pytest-randomly = "^3.15.0"
2221
pytest-asyncio = "^0.25.0"
2322
pytest = "^8.2.0"
2423

2524
[tool.poetry.group.dev.dependencies]
25+
auth0-ai = { path = "../auth0-ai", develop = true }
2626
twine = "^6.1.0"
2727

2828
[build-system]

packages/auth0-ai-llamaindex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Installation
88

9-
> ⚠️ **WARNING**: `auth0-ai-llamaindex` is currently under development and it is not intended to be used in production, and therefore has no official support.
9+
> ⚠️ **WARNING**: `auth0-ai-llamaindex` 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.
1010
1111
```bash
1212
pip install auth0-ai-llamaindex

0 commit comments

Comments
 (0)