Skip to content

Commit fb9bf39

Browse files
committed
Bump Version 0.5.38
1 parent bd7e6fc commit fb9bf39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "superduper-framework"
77
description = "🔮 Bring AI to your favourite database 🔮"
88
readme = "README.md"
9-
version = '0.5.37'
9+
version = '0.5.38'
1010
license = {file = "LICENSE"}
1111
maintainers = [{name = "superduper.io, Inc.", email = "[email protected]"}]
1212
keywords = [

superduper/base/config_settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def config(self) -> t.Any:
9393
env = config_dicts.environ_to_config_dict(prefix, parent, env)
9494

9595
secrets_volume = env.get('secrets_volume') or parent.get('secrets_volume')
96+
secrets_volume = os.path.expanduser(secrets_volume) if secrets_volume else None
9697

9798
if secrets_volume and os.path.isdir(secrets_volume):
9899
load_secrets(secrets_volume)

0 commit comments

Comments
 (0)