Skip to content

Commit bfd10c5

Browse files
authored
fix: dependency for driver (#16)
1 parent 0a548c9 commit bfd10c5

File tree

3 files changed

+9
-69
lines changed

3 files changed

+9
-69
lines changed

Pipfile.lock

Lines changed: 5 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

databend_sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
22

33

4-
VERSION = (0, 4, 3)
4+
VERSION = (0, 4, 4)
55
__version__ = ".".join(str(x) for x in VERSION)

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ classifiers =
1919
Programming Language :: Python :: 3.8
2020
Programming Language :: Python :: 3.9
2121
Programming Language :: Python :: 3.10
22+
Programming Language :: Python :: 3.11
23+
Programming Language :: Python :: 3.12
2224
project_urls =
2325
Bug Tracker = https://github.com/datafuselabs/databend-sqlalchemy
2426

2527
[options]
2628
packages = find:
2729
install_requires =
28-
databend__driver>=0.12.1
30+
databend-driver>=0.12.1
2931
sqlalchemy>1.3.21
3032
python_requires = >=3.7
3133
package_dir =

0 commit comments

Comments
 (0)