Skip to content

Commit

Permalink
fix: use surrealdb2
Browse files Browse the repository at this point in the history
  • Loading branch information
TudorAndrei-Pythia committed Nov 9, 2023
1 parent f2d58e7 commit 222faf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 222faf0

Please sign in to comment.