Skip to content

Commit eda33d8

Browse files
committed
docs: add Alpha disclaimer; chore: bump to 0.1.2
1 parent 45ba172 commit eda33d8

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# pydantic-ai-mongodb-memory
22

3+
> ⚠️ **ALPHA — NOT AN OFFICIAL MONGODB PRODUCT.** This integration is in **Alpha** and is **not** a supported or official MongoDB product. **Use at your own risk.**
4+
35
A **MongoDB Atlas–backed memory capability** for [Pydantic AI](https://github.com/pydantic/pydantic-ai)
46
and [`pydantic-ai-harness`](https://github.com/pydantic/pydantic-ai-harness).
57

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pydantic-ai-mongodb-memory"
7-
version = "0.1.1"
7+
version = "0.1.2"
88

99
description = "MongoDB Atlas-backed persistent memory capability for Pydantic AI / pydantic-ai-harness."
1010
readme = "README.md"

src/pydantic_ai_mongodb_memory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020

2121
__all__ = ["MongoDBMemoryCapability", "MongoDBMemoryStore", "__version__"]
2222

23-
__version__ = "0.1.1"
23+
__version__ = "0.1.2"
2424

0 commit comments

Comments
 (0)