Skip to content

Commit 7195f00

Browse files
authored
Release v1.0.7
1 parent dfd633b commit 7195f00

24 files changed

+25
-45
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "surrealdb-py"
3-
version = "1.0.6"
3+
version = "1.0.7"
44
edition = "2021"
55

66
[lib]
@@ -21,4 +21,4 @@ lto = true
2121
strip = true
2222
opt-level = 'z'
2323
panic = 'abort'
24-
codegen-units = 1
24+
codegen-units = 1

examples/django/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies = [
77
"Django>=5.0.0",
88
"djangorestframework>=3.14.0",
99
"django-cors-headers>=4.0.0",
10-
"surrealdb>=1.0.6",
10+
"surrealdb>=1.0.7",
1111
"python-dotenv>=1.0.0",
1212
]
1313

@@ -25,4 +25,3 @@ target-version = "py310"
2525
[tool.pytest.ini_options]
2626
DJANGO_SETTINGS_MODULE = "surrealdb_example.settings"
2727
python_files = ["test_*.py"]
28-

examples/django/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Django>=5.0.0
22
djangorestframework>=3.14.0
33
django-cors-headers>=4.0.0
4-
surrealdb>=1.0.6
4+
surrealdb>=1.0.7
55
python-dotenv>=1.0.0
6-

examples/fastapi/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires-python = ">=3.10"
66
dependencies = [
77
"fastapi>=0.115.0",
88
"uvicorn[standard]>=0.32.0",
9-
"surrealdb>=1.0.6",
9+
"surrealdb>=1.0.7",
1010
"python-dotenv>=1.0.0",
1111
"pydantic>=2.0.0",
1212
"pydantic-settings>=2.0.0",
@@ -26,4 +26,3 @@ target-version = "py310"
2626

2727
[tool.pytest.ini_options]
2828
asyncio_mode = "auto"
29-

examples/fastapi/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
fastapi>=0.115.0
22
uvicorn[standard]>=0.32.0
3-
surrealdb>=1.0.6
3+
surrealdb>=1.0.7
44
python-dotenv>=1.0.0
55
pydantic>=2.0.0
66
pydantic-settings>=2.0.0
7-

examples/fastmcp/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "FastMCP integration example for SurrealDB"
55
requires-python = ">=3.10"
66
dependencies = [
77
"fastmcp>=0.5.0",
8-
"surrealdb>=1.0.6",
8+
"surrealdb>=1.0.7",
99
"python-dotenv>=1.0.0",
1010
]
1111

@@ -22,4 +22,3 @@ target-version = "py310"
2222

2323
[tool.pytest.ini_options]
2424
asyncio_mode = "auto"
25-

examples/fastmcp/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
fastmcp>=0.5.0
2-
surrealdb>=1.0.6
2+
surrealdb>=1.0.7
33
python-dotenv>=1.0.0
4-

examples/flask/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires-python = ">=3.10"
66
dependencies = [
77
"Flask>=3.0.0",
88
"flask-cors>=4.0.0",
9-
"surrealdb>=1.0.6",
9+
"surrealdb>=1.0.7",
1010
"python-dotenv>=1.0.0",
1111
"gunicorn>=21.0.0",
1212
]
@@ -24,4 +24,3 @@ target-version = "py310"
2424

2525
[tool.pytest.ini_options]
2626
testpaths = ["tests"]
27-

examples/flask/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Flask>=3.0.0
22
flask-cors>=4.0.0
3-
surrealdb>=1.0.6
3+
surrealdb>=1.0.7
44
python-dotenv>=1.0.0
55
gunicorn>=21.0.0
6-

0 commit comments

Comments
 (0)