Skip to content

Commit

Permalink
Bump Version 0.5.25
Browse files Browse the repository at this point in the history
  • Loading branch information
blythed committed Feb 10, 2025
1 parent b4cf356 commit 6ed0aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.24'
version = '0.5.25'
license = {file = "LICENSE"}
maintainers = [{name = "superduper.io, Inc.", email = "opensource@superduper.com"}]
keywords = [
Expand Down
2 changes: 1 addition & 1 deletion superduper/rest/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def db_apply(
msg = 'Identifier (name) of application should match [a-zA-Z\_0-9]+'
assert re.match('^[a-zA-Z\_0-9]+$', info['identifier']) is not None, msg

if 'REQUIRED_SECRETS' in os.environ:
if 'SUPERDUPER_REQUIRED_SECRETS' in os.environ:
load_secrets()
check_secrets()
if db.cfg.data_backend == 'snowflake://':
Expand Down

0 comments on commit 6ed0aca

Please sign in to comment.