Releases: ravendb/ravendb-python-embedded
Releases · ravendb/ravendb-python-embedded
7.2.3 - Server 7.2.3 & client 7.2.3 alignment
ravendb-embedded 7.2.3 aligns with the ravendb 7.2.3 client and bundles RavenDB Server 7.2.3.
Changes
- Bundled RavenDB server binaries updated to 7.2.3 (
RavenDB.Embedded7.2.3 from NuGet). ravendbclient dependency moved to~=7.2.3.
pip install ravendb-embedded==7.2.37.2.2 - Relaxed cryptography dependency & server 7.2.2 🔒
ravendb-embedded 7.2.2 bundles RavenDB Server 7.2.2 and relaxes the cryptography dependency so it no longer conflicts with newer releases.
Highlights
Relaxed cryptography constraint
The cryptography requirement changed from ~=42.0.0 — which pinned installs to the 42.0.x series — to >=42.0.0, so newer cryptography releases (43.x, 44.x, …) now satisfy it. This clears dependency-resolution conflicts for projects that need a cryptography newer than 42.0.x. (#29)
pip install ravendb-embedded==7.2.2Other Changes
- The embedded RavenDB server binaries bundled in the package are updated to 7.2.2 (
RavenDB.Embedded7.2.2 from NuGet).