wandb 0.17.4__py3-none-any.whl → 0.17.5__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
wandb/__init__.py CHANGED
@@ -11,7 +11,7 @@ For scripts and interactive notebooks, see https://github.com/wandb/examples.
11
11
 
12
12
  For reference documentation, see https://docs.wandb.com/ref/python.
13
13
  """
14
- __version__ = "0.17.4"
14
+ __version__ = "0.17.5"
15
15
 
16
16
 
17
17
  # Used with pypi checks and other messages related to pip
@@ -110,7 +110,7 @@ class UploadJob:
110
110
  logger.info("Skipped uploading %s", self.save_path)
111
111
  self._stats.set_file_deduped(self.save_name)
112
112
  else:
113
- extra_headers = {}
113
+ extra_headers = self._api._extra_http_headers
114
114
  for upload_header in upload_headers:
115
115
  key, val = upload_header.split(":", 1)
116
116
  extra_headers[key] = val