Skip to content

Commit e498eff

Browse files
committed
chore: Update version to 0.10.6.4 and adjust dependencies in pyproject.toml
1 parent 5d89100 commit e498eff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A simple workflow framework. Hamilton + APScheduler = FlowerPower
44
authors = [{ name = "Volker L.", email = "[email protected]" }]
55
readme = "README.md"
66
requires-python = ">= 3.11"
7-
version = "0.10.6.3"
7+
version = "0.10.6.4"
88
keywords = [
99
"hamilton",
1010
"workflow",
@@ -15,8 +15,6 @@ keywords = [
1515
"ray",
1616
]
1717
dependencies = [
18-
'aiobotocore<2.18.0',
19-
"aiosqlite>=0.21.0",
2018
'dill>=0.3.8',
2119
'duration-parser>=1.0.1',
2220
'fsspec>=2024.10.0',
@@ -53,6 +51,7 @@ apscheduler = [
5351
]
5452
io = [
5553
"adbc-driver-manager>=1.4.0",
54+
"aiosqlite>=0.21.0",
5655
#"connectorx>=0.4.1",
5756
'datafusion>=43.1.0',
5857
"deltalake>=0.24.0",
@@ -64,6 +63,7 @@ io = [
6463
'pydala2>=0.9.4.5',
6564
"redis>=5.2.1",
6665
"sherlock>=0.4.1",
66+
"sqlalchemy>=2.0.30"
6767
]
6868
io-legacy = [
6969
"adbc-driver-manager>=1.4.0",

0 commit comments

Comments
 (0)