File tree Expand file tree Collapse file tree 5 files changed +11
-24
lines changed
Expand file tree Collapse file tree 5 files changed +11
-24
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.48
2+ current_version = 0.1.54
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 11[package ]
22name = " sqloxide"
3- version = " 0.1.51 "
3+ version = " 0.1.54 "
44authors = [" Will Eaton <me@wseaton.com>" ]
55edition = " 2021"
66
@@ -17,5 +17,5 @@ version = "0.22"
1717features = [" extension-module" ]
1818
1919[dependencies .sqlparser ]
20- version = " 0.51 .0"
20+ version = " 0.54 .0"
2121features = [" serde" , " visitor" ]
Original file line number Diff line number Diff line change 11benchmark : build
2- poetry run pytest tests/ benchmark.py
2+ uvx poetry run pytest tests/ benchmark.py
33
44test :
5- poetry run pytest tests/ benchmark.py
5+ uvx poetry run pytest tests/
66
77build :
8- poetry build
8+ uvx poetry build
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- [tool . poetry ]
1+ [project ]
22name = " sqloxide"
3- version = " 0.1.51"
3+ version = " 0.1.54rc2"
4+ authors = [{ name = " Will Eaton" , email = " <me@wseaton.com>" }]
45repository = " https://github.com/wseaton/sqloxide"
56license = " MIT"
67description = " Python bindings for sqlparser-rs"
7- authors = [ " Will Eaton <me@wseaton.com> " ]
8+ requires-python = " >=3.7 "
89classifiers = [
910 " Development Status :: 3 - Alpha" ,
1011 " Programming Language :: Rust" ,
@@ -13,12 +14,5 @@ classifiers = [
1314]
1415
1516[build-system ]
16- requires = [" maturin>=0.13,<0.14 " ]
17+ requires = [" maturin>=1.0,<2.0 " ]
1718build-backend = " maturin"
18-
19- [project ]
20- name = " sqloxide"
21- requires-python = " >=3.7"
22- classifiers = [
23- " Programming Language :: Rust" ,
24- ]
You can’t perform that action at this time.
0 commit comments