Skip to content

Commit

Permalink
chore: Upgrading sqlite_vec to latest package (#4332)
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <franciscojavierarceo@users.noreply.github.com>
Co-authored-by: Francisco Javier Arceo <franciscojavierarceo@users.noreply.github.com>
  • Loading branch information
1 parent 98ff63c commit b0dc683
Show file tree
Hide file tree
Showing 8 changed files with 319 additions and 1 deletion.
306 changes: 306 additions & 0 deletions infra/scripts/pixi/pixi.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion infra/scripts/pixi/pixi.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "pixi-feast"
channels = ["conda-forge"]
platforms = ["linux-64", "osx-arm64"]
platforms = ["linux-64", "osx-arm64", "osx-64"]

[tasks]

Expand Down
2 changes: 2 additions & 0 deletions sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ googleapis-common-protos[grpc]==1.63.2
# grpcio-status
great-expectations==0.18.16
# via feast (setup.py)
greenlet==3.0.3
# via sqlalchemy
grpc-google-iam-v1==0.13.1
# via google-cloud-bigtable
grpcio==1.64.1
Expand Down
2 changes: 2 additions & 0 deletions sdk/python/requirements/py3.10-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ fastapi-cli==0.0.2
# via fastapi
fsspec==2024.3.1
# via dask
greenlet==3.0.3
# via sqlalchemy
gunicorn==22.0.0
# via feast (setup.py)
h11==0.14.0
Expand Down
2 changes: 2 additions & 0 deletions sdk/python/requirements/py3.11-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ googleapis-common-protos[grpc]==1.63.2
# grpcio-status
great-expectations==0.18.16
# via feast (setup.py)
greenlet==3.0.3
# via sqlalchemy
grpc-google-iam-v1==0.13.1
# via google-cloud-bigtable
grpcio==1.64.1
Expand Down
2 changes: 2 additions & 0 deletions sdk/python/requirements/py3.11-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ fastapi-cli==0.0.2
# via fastapi
fsspec==2024.3.1
# via dask
greenlet==3.0.3
# via sqlalchemy
gunicorn==22.0.0
# via feast (setup.py)
h11==0.14.0
Expand Down
2 changes: 2 additions & 0 deletions sdk/python/requirements/py3.9-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ googleapis-common-protos[grpc]==1.63.2
# grpcio-status
great-expectations==0.18.16
# via feast (setup.py)
greenlet==3.0.3
# via sqlalchemy
grpc-google-iam-v1==0.13.1
# via google-cloud-bigtable
grpcio==1.64.1
Expand Down
2 changes: 2 additions & 0 deletions sdk/python/requirements/py3.9-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ fastapi-cli==0.0.2
# via fastapi
fsspec==2024.3.1
# via dask
greenlet==3.0.3
# via sqlalchemy
gunicorn==22.0.0
# via feast (setup.py)
h11==0.14.0
Expand Down

0 comments on commit b0dc683

Please sign in to comment.