agentledger-postgres 1.2.3__tar.gz → 1.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {agentledger_postgres-1.2.3 → agentledger_postgres-1.2.4}/PKG-INFO +2 -2
- {agentledger_postgres-1.2.3 → agentledger_postgres-1.2.4}/README.md +1 -1
- {agentledger_postgres-1.2.3 → agentledger_postgres-1.2.4}/pyproject.toml +1 -1
- {agentledger_postgres-1.2.3 → agentledger_postgres-1.2.4}/src/agentledger_postgres/__init__.py +1 -1
- {agentledger_postgres-1.2.3 → agentledger_postgres-1.2.4}/.gitignore +0 -0
- {agentledger_postgres-1.2.3 → agentledger_postgres-1.2.4}/examples/README.md +0 -0
- {agentledger_postgres-1.2.3 → agentledger_postgres-1.2.4}/tests/test_import.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentledger-postgres
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.4
|
|
4
4
|
Summary: Postgres StateStore adapter package for AgentLedger
|
|
5
5
|
Project-URL: Homepage, https://github.com/yaogdu/AgentLedger
|
|
6
6
|
Project-URL: Repository, https://github.com/yaogdu/AgentLedger
|
|
@@ -35,6 +35,6 @@ This package keeps the runtime core dependency-light while making Postgres an ex
|
|
|
35
35
|
Certification:
|
|
36
36
|
|
|
37
37
|
```bash
|
|
38
|
-
python3 -m agentledger adapter certify --kind postgres --adapter-version 1.2.
|
|
38
|
+
python3 -m agentledger adapter certify --kind postgres --adapter-version 1.2.4
|
|
39
39
|
```
|
|
40
40
|
|
|
@@ -19,6 +19,6 @@ This package keeps the runtime core dependency-light while making Postgres an ex
|
|
|
19
19
|
Certification:
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
python3 -m agentledger adapter certify --kind postgres --adapter-version 1.2.
|
|
22
|
+
python3 -m agentledger adapter certify --kind postgres --adapter-version 1.2.4
|
|
23
23
|
```
|
|
24
24
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|