Skip to content

Commit

Permalink
chore(deps): pin snowflake to v0.0.3 (#15352)
Browse files Browse the repository at this point in the history
The snowflake package used to create a UUID, e.g., for an AGW's
/etc/snowflake file has been renamed to snowflake-uuid, and the former
snowflake package has been taken over by a completely different piece of
software. Pinning the package version to v0.0.3 ensures that we fetch
the latest available release of the former snowflake package, before the
name change.

Fixes #15352 for v1.8.

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@i2cat.net>
  • Loading branch information
rogerpueyo committed Dec 12, 2023
1 parent d2ef475 commit cb20455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bazel/external/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pyyaml
urllib3
certifi
sentry-sdk
snowflake>=0.0.3
snowflake==0.0.3
# prometheus_client==0.3.1 required (see e.g. magmad/tests/metrics_tests.py)
prometheus_client==0.3.1
redis-collections
Expand Down
2 changes: 1 addition & 1 deletion orc8r/gateway/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
'pytz>=2014.4',
'prometheus_client==0.3.1',
'sentry_sdk>=1.5.0,<1.9',
'snowflake>=0.0.3',
'snowflake==0.0.3',
'psutil==5.8.0',
'cryptography>=1.9',
'itsdangerous>=0.24',
Expand Down

0 comments on commit cb20455

Please sign in to comment.