diff --git a/pyproject.toml b/pyproject.toml index 42e0cfb..0f219b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" requires-python = ">=3.8" dependencies = [ "python-dotenv", - "surrealdb @ git+https://github.com/TudorAndrei-Pythia/surrealdb.py", + "surrealdb2>=0.3.2", ] license = { file = "LICENSE" } diff --git a/requirements-dev.lock b/requirements-dev.lock index cb3b1eb..4b7e3ef 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -18,6 +18,6 @@ pydantic==2.4.2 pydantic-core==2.10.1 python-dotenv==1.0.0 sniffio==1.3.0 -surrealdb @ git+https://github.com/TudorAndrei-Pythia/surrealdb.py +surrealdb2==0.3.2 typing-extensions==4.8.0 websockets==10.4 diff --git a/requirements.lock b/requirements.lock index cb3b1eb..4b7e3ef 100644 --- a/requirements.lock +++ b/requirements.lock @@ -18,6 +18,6 @@ pydantic==2.4.2 pydantic-core==2.10.1 python-dotenv==1.0.0 sniffio==1.3.0 -surrealdb @ git+https://github.com/TudorAndrei-Pythia/surrealdb.py +surrealdb2==0.3.2 typing-extensions==4.8.0 websockets==10.4