Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dev): upgrade wandb #3309

Merged
merged 7 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion weave_query/requirements.legacy.engine.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sentry-sdk<1.29.0 # 1.29.0 adds monkey-patched GQL error handling which breaks our unit tests communicating with the server
pandas>=1.5.3 # current Colab version
ipython>=7.34 # current Colab version
flask>=2.1
Expand Down
4 changes: 2 additions & 2 deletions weave_query/requirements.legacy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ aiohttp>=3.8.3
aiofiles>=22.1.0
aioprocessing>=2.0.1
Werkzeug>=3.0.3 # CVE 2024-34069
janus>=1.0.0
janus==1.0.0 # 1.2.0 breaks ThreadQueue unit tests and possibly ThreadQueue

# we use this for logger, could probably skip it
python-json-logger>=2.0.4
Expand All @@ -31,7 +31,7 @@ python-json-logger>=2.0.4
numpy>=1.21

# required for wandb
wandb>=0.16.4
wandb>=0.19.2
graphql-core>3
gql[requests]>=3.4.1
# TEMPORARY: Up to, and including wandb==0.17.1, wandb does is not
Expand Down
Loading