Skip to content

Commit

Permalink
Bump Version 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
blythed committed Jan 26, 2025
1 parent 63fc8a7 commit ae678b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "superduper-framework"
description = "🔮 Bring AI to your favourite database 🔮"
readme = "README.md"
version = '0.5.5'
version = '0.5.6'
license = {file = "LICENSE"}
maintainers = [{name = "superduper.io, Inc.", email = "opensource@superduper.com"}]
keywords = [
Expand Down
1 change: 1 addition & 0 deletions superduper/misc/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def load_secrets():
content = file.read().strip()

os.environ[key_dir] = content
logging.info(f'Successfully loaded secret {key_dir} into environment.')
except Exception as e:
logging.error(f"Error reading file {secret_file_path}: {e}")

Expand Down

0 comments on commit ae678b1

Please sign in to comment.