Skip to content

Commit b045798

Browse files
committed
chore(release): bump to v0.8.0
1 parent 482a6f9 commit b045798

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/examples/litestar_duckllm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# /// script
1010
# dependencies = [
11-
# "sqlspec[duckdb,performance] @ git+https://github.com/litestar-org/sqlspec.git@query-service",
11+
# "sqlspec[duckdb,performance]",
1212
# "litestar[standard]",
1313
# ]
1414
# ///

docs/examples/litestar_gemini.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# /// script
1010
# dependencies = [
11-
# "sqlspec[duckdb,performance] @ git+https://github.com/litestar-org/sqlspec.git@query-service",
11+
# "sqlspec[duckdb,performance]",
1212
# "litestar[standard]",
1313
# ]
1414
# ///

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainers = [{ name = "Litestar Developers", email = "[email protected]" }]
77
name = "sqlspec"
88
readme = "README.md"
99
requires-python = ">=3.9, <4.0"
10-
version = "0.7.1"
10+
version = "0.8.0"
1111

1212
[project.optional-dependencies]
1313
adbc = ["adbc_driver_manager", "pyarrow"]
@@ -108,7 +108,7 @@ packages = ["sqlspec"]
108108
allow_dirty = true
109109
commit = false
110110
commit_args = "--no-verify"
111-
current_version = "0.7.1"
111+
current_version = "0.8.0"
112112
ignore_missing_files = false
113113
ignore_missing_version = false
114114
message = "chore(release): bump to v{new_version}"

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

0 commit comments

Comments
 (0)