Skip to content

Commit

Permalink
Bump lakeFS image and SDK version to v1 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjng committed Oct 24, 2023
1 parent e2e47eb commit f7f349f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
services:
lakefs:
image: treeverse/lakefs:0.112.1
image: treeverse/lakefs:1.0.0
ports:
- 8000:8000
env:
Expand Down
2 changes: 1 addition & 1 deletion hack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: "3"

services:
lakefs:
image: treeverse/lakefs:0.112.1
image: treeverse/lakefs:1.0.0
ports:
- 8000:8000
environment:
Expand Down
2 changes: 1 addition & 1 deletion hack/lakefs-s3-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- ./config/s3.json:/etc/seaweedfs/s3.json

lakefs:
image: treeverse/lakefs:0.112.1
image: treeverse/lakefs:1.0.0
network_mode: host
depends_on:
- seaweedfs
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
"Typing :: Typed",
]

dependencies = ["fsspec>=2023.6.0", "lakefs-sdk>=0.113.0.2"]
dependencies = ["fsspec>=2023.6.0", "lakefs-sdk>=1.0.0"]

dynamic = ["version"]

Expand Down

0 comments on commit f7f349f

Please sign in to comment.