Skip to content

Commit 7c8d99b

Browse files
committed
Dependencies: Update to sqlalchemy-cratedb==0.38.0
1 parent c153f39 commit 7c8d99b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

by-dataframe/dask/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ colorlog<7
33
dask[dataframe]>=2024.4.1 # Python 3.11.9 breaks previous Dask
44
distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask
55
pueblo==0.0.9
6-
sqlalchemy-cratedb==0.37.0
6+
sqlalchemy-cratedb==0.38.0

by-dataframe/pandas/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ click<9
22
colorlog<7
33
pandas==2.2.*
44
pueblo==0.0.9
5-
sqlalchemy-cratedb==0.37.0
5+
sqlalchemy-cratedb==0.38.0

topic/machine-learning/llm-langchain/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python-dotenv<2
1212
requests<3
1313
requests-cache<2
1414
sqlalchemy==2.*
15-
sqlalchemy-cratedb==0.37.0
15+
sqlalchemy-cratedb==0.38.0
1616
unstructured<0.15
1717

1818
# Development.

topic/timeseries/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pandas==2.0.*
44
pycaret==3.3.2
55
pydantic<2
66
sqlalchemy==2.0.*
7-
sqlalchemy-cratedb==0.37.0
7+
sqlalchemy-cratedb==0.38.0

0 commit comments

Comments
 (0)