You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/09/13 21:38:54 UTC

[beam] branch master updated: Update to objsize to 0.5.2 which is under BSD-3 license (fixes #23096) (#23211)

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new aecbc7cb45e Update to objsize to 0.5.2 which is under BSD-3 license (fixes #23096) (#23211)
aecbc7cb45e is described below

commit aecbc7cb45e2b92f462ff8493837823986322a0a
Author: Luke Cwik <lc...@google.com>
AuthorDate: Tue Sep 13 14:38:48 2022 -0700

    Update to objsize to 0.5.2 which is under BSD-3 license (fixes #23096) (#23211)
---
 sdks/python/container/py37/base_image_requirements.txt | 2 +-
 sdks/python/container/py38/base_image_requirements.txt | 2 +-
 sdks/python/container/py39/base_image_requirements.txt | 2 +-
 sdks/python/setup.py                                   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sdks/python/container/py37/base_image_requirements.txt b/sdks/python/container/py37/base_image_requirements.txt
index 898d4d8dab3..c3295a712ef 100644
--- a/sdks/python/container/py37/base_image_requirements.txt
+++ b/sdks/python/container/py37/base_image_requirements.txt
@@ -96,7 +96,7 @@ nose==1.3.7
 numpy==1.21.6
 oauth2client==4.1.3
 oauthlib==3.2.0
-objsize==0.5.1
+objsize==0.5.2
 opt-einsum==3.3.0
 orjson==3.7.11
 overrides==6.1.0
diff --git a/sdks/python/container/py38/base_image_requirements.txt b/sdks/python/container/py38/base_image_requirements.txt
index 1539b561487..02c287879a1 100644
--- a/sdks/python/container/py38/base_image_requirements.txt
+++ b/sdks/python/container/py38/base_image_requirements.txt
@@ -96,7 +96,7 @@ nose==1.3.7
 numpy==1.22.4
 oauth2client==4.1.3
 oauthlib==3.2.0
-objsize==0.5.1
+objsize==0.5.2
 opt-einsum==3.3.0
 orjson==3.7.11
 overrides==6.1.0
diff --git a/sdks/python/container/py39/base_image_requirements.txt b/sdks/python/container/py39/base_image_requirements.txt
index 2861b6ddb96..ac9b6ab7264 100644
--- a/sdks/python/container/py39/base_image_requirements.txt
+++ b/sdks/python/container/py39/base_image_requirements.txt
@@ -96,7 +96,7 @@ nose==1.3.7
 numpy==1.22.4
 oauth2client==4.1.3
 oauthlib==3.2.0
-objsize==0.5.1
+objsize==0.5.2
 opt-einsum==3.3.0
 orjson==3.7.11
 overrides==6.1.0
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 1b0b237593b..0495db950f5 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -227,7 +227,7 @@ if __name__ == '__main__':
         'hdfs>=2.1.0,<3.0.0',
         'httplib2>=0.8,<0.21.0',
         'numpy>=1.14.3,<1.23.0',
-        'objsize>=0.5.1,<1',
+        'objsize>=0.5.2,<1',
         'pymongo>=3.8.0,<4.0.0',
         'protobuf>=3.12.2,<4',
         'proto-plus>=1.7.1,<2',