Skip to content

Releases: ravendb/ravendb-python-embedded

7.2.3 - Server 7.2.3 & client 7.2.3 alignment

19 Jun 09:16
bba1851

Choose a tag to compare

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.Embedded 7.2.3 from NuGet).
  • ravendb client dependency moved to ~=7.2.3.
pip install ravendb-embedded==7.2.3

7.2.2 - Relaxed cryptography dependency & server 7.2.2 🔒

19 Jun 08:13
bea990b

Choose a tag to compare

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.2

Other Changes

  • The embedded RavenDB server binaries bundled in the package are updated to 7.2.2 (RavenDB.Embedded 7.2.2 from NuGet).