Skip to content

Commit

Permalink
Dependencies: Update to sqlalchemy-cratedb==0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 26, 2024
1 parent c153f39 commit 7c8d99b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion by-dataframe/dask/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ colorlog<7
dask[dataframe]>=2024.4.1 # Python 3.11.9 breaks previous Dask
distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask
pueblo==0.0.9
sqlalchemy-cratedb==0.37.0
sqlalchemy-cratedb==0.38.0
2 changes: 1 addition & 1 deletion by-dataframe/pandas/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ click<9
colorlog<7
pandas==2.2.*
pueblo==0.0.9
sqlalchemy-cratedb==0.37.0
sqlalchemy-cratedb==0.38.0
2 changes: 1 addition & 1 deletion topic/machine-learning/llm-langchain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python-dotenv<2
requests<3
requests-cache<2
sqlalchemy==2.*
sqlalchemy-cratedb==0.37.0
sqlalchemy-cratedb==0.38.0
unstructured<0.15

# Development.
Expand Down
2 changes: 1 addition & 1 deletion topic/timeseries/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pandas==2.0.*
pycaret==3.3.2
pydantic<2
sqlalchemy==2.0.*
sqlalchemy-cratedb==0.37.0
sqlalchemy-cratedb==0.38.0

0 comments on commit 7c8d99b

Please sign in to comment.