You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,9 @@ The Coherence Python Client allows Python applications to act as cache clients t
20
20
* Support for storing Python objects as JSON as well as the ability to serialize to Java objects on the server for access from other Coherence language API's
21
21
22
22
#### Requirements
23
-
*[Coherence CE](https://github.com/oracle/coherence) 22.06.11+ or Coherence 14.1.1.2206.11+ Commercial edition with a configured [gRPCProxy](https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/develop-remote-clients/using-coherence-grpc-server.html).
24
-
* Python 3.9.x
23
+
*[Coherence CE](https://github.com/oracle/coherence) 22.06.11+ or Coherence 14.1.1.2206.11+, 14.1.2.0+ Commercial edition with a configured [gRPCProxy](https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/develop-remote-clients/using-coherence-grpc-server.html).
24
+
* Usage of module `coherence.ai` requires [Coherence CE](https://github.com/oracle/coherence) 24.09.2+
25
+
* Python 3.9.x or later
25
26
26
27
27
28
#### Starting a Coherence Cluster
@@ -31,7 +32,7 @@ For local development, we recommend using the Coherence CE Docker image; it cont
31
32
everything necessary for the client to operate correctly.
32
33
33
34
```bash
34
-
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:24.09
35
+
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:24.09.02
35
36
```
36
37
37
38
## Installation
@@ -112,7 +113,7 @@ Please consult the [security guide](./SECURITY.md) for our responsible security
112
113
113
114
## License
114
115
115
-
Copyright (c) 2023, 2024, Oracle and/or its affiliates.
116
+
Copyright (c) 2023, 2025, Oracle and/or its affiliates.
116
117
117
118
Released under the Universal Permissive License v1.0 as shown at
0 commit comments