Skip to content

Commit fb5cfdb

Browse files
authored
chore(release): bump version to v0.4.0 (#13)
1 parent 9b9c2e6 commit fb5cfdb

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

pyproject.toml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ maintainers = [{ name = "Litestar Developers", email = "[email protected]" }]
66
name = "sqlspec"
77
readme = "README.md"
88
requires-python = ">=3.9, <4.0"
9-
version = "0.4.0alpha1"
9+
version = "0.4.0"
1010

1111
[project.optional-dependencies]
1212
adbc = ["adbc-driver-manager", "pyarrow"]
@@ -151,7 +151,17 @@ warn_unused_ignores = true
151151

152152
[[tool.mypy.overrides]]
153153
ignore_missing_imports = true
154-
module = ["orjson", "re2", "re2.*", "uvicorn.*", "googleapiclient", "googleapiclient.*", "uvloop.*","asyncmy", "asyncmy.*"]
154+
module = [
155+
"orjson",
156+
"re2",
157+
"re2.*",
158+
"uvicorn.*",
159+
"googleapiclient",
160+
"googleapiclient.*",
161+
"uvloop.*",
162+
"asyncmy",
163+
"asyncmy.*",
164+
]
155165

156166
[tool.pyright]
157167
disableBytesTypePromotions = true

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)