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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
wandb/bin/wandb-core CHANGED
Binary file
@@ -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