brynq-sdk-sharepoint 1.1.0__tar.gz → 1.1.1__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: brynq_sdk_sharepoint
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: Sharepoint wrapper from BrynQ
5
5
  Home-page: UNKNOWN
6
6
  Author: BrynQ
@@ -96,8 +96,8 @@ class Sharepoint(BrynQ):
96
96
  headers_upload = {'Content-Type': 'application/json',
97
97
  'Content-Length': f'{file_bytes}',
98
98
  'Content-Range': f'bytes 0-{file_bytes - 1}/{file_bytes}'}
99
- response_upload = requests.put(url=upload_url, headers=headers_upload, data=file_input)
100
- response_upload.raise_for_status()
99
+ response_upload = requests.put(url=upload_url, headers=headers_upload, data=file_input)
100
+ response_upload.raise_for_status()
101
101
 
102
102
  return response_upload
103
103
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: brynq-sdk-sharepoint
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: Sharepoint wrapper from BrynQ
5
5
  Home-page: UNKNOWN
6
6
  Author: BrynQ
@@ -3,7 +3,7 @@ from setuptools import setup
3
3
 
4
4
  setup(
5
5
  name='brynq_sdk_sharepoint',
6
- version='1.1.0',
6
+ version='1.1.1',
7
7
  description='Sharepoint wrapper from BrynQ',
8
8
  long_description='Sharepoint wrapper from BrynQ',
9
9
  author='BrynQ',