Skip to content

Commit 28d137c

Browse files
committed
build: upgrade obstore to 0.6.0
1 parent 568aa90 commit 28d137c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN SETUPTOOLS_SCM_PRETEND_VERSION_FOR_FLYTEKIT=$PSEUDO_VERSION \
4040
-e /flytekit \
4141
-e /flytekit/plugins/flytekit-deck-standard \
4242
-e /flytekit/plugins/flytekit-flyteinteractive \
43-
obstore==0.3.0b9 \
43+
obstore==0.6.0 \
4444
markdown \
4545
pandas \
4646
pillow \

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"marshmallow-jsonschema>=0.12.0",
3939
"mashumaro>=3.15",
4040
"msgpack>=1.1.0",
41-
"obstore==0.5.1",
41+
"obstore==0.6.0",
4242
"protobuf!=4.25.0",
4343
"pygments",
4444
"python-json-logger>=2.0.0",

0 commit comments

Comments
 (0)