Skip to content

Commit

Permalink
Merge pull request #1 from poissoncorp/v6.0
Browse files Browse the repository at this point in the history
Adjust requirements to use 5.2.6 client
  • Loading branch information
poissoncorp authored Mar 7, 2024
2 parents 168f3e2 + eaf6a98 commit e4510f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ravendb~=5.2.5.post1
ravendb-embedded~=5.2.5.post1
ravendb~=5.2.6
ravendb-embedded~=5.2.6
setuptools~=68.0.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="ravendb-test-driver",
packages=find_packages(exclude=["*.tests.*", "tests", "*.tests", "tests.*"]),
version="6.0.0.post4",
version="6.0.0.post5",
description="RavenDB package for writing integration tests against RavenDB server",
long_description_content_type="text/markdown",
long_description=open("README.md").read(),
Expand All @@ -13,5 +13,5 @@
license="MIT",
keywords=["ravendb", "nosql", "database", "test", "driver"],
python_requires="~=3.7",
install_requires=["ravendb-embedded~=5.2.5.post1", "ravendb~=5.2.5.post1"],
install_requires=["ravendb-embedded~=5.2.6", "ravendb~=5.2.6"],
)

0 comments on commit e4510f3

Please sign in to comment.