boto3 1.37.38__tar.gz → 1.38.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.
Files changed (72) hide show
  1. {boto3-1.37.38 → boto3-1.38.1}/PKG-INFO +5 -6
  2. {boto3-1.37.38 → boto3-1.38.1}/README.rst +1 -1
  3. {boto3-1.37.38 → boto3-1.38.1}/boto3/__init__.py +1 -1
  4. {boto3-1.37.38 → boto3-1.38.1}/boto3.egg-info/PKG-INFO +5 -6
  5. {boto3-1.37.38 → boto3-1.38.1}/boto3.egg-info/requires.txt +2 -2
  6. {boto3-1.37.38 → boto3-1.38.1}/pyproject.toml +1 -1
  7. {boto3-1.37.38 → boto3-1.38.1}/setup.cfg +2 -2
  8. {boto3-1.37.38 → boto3-1.38.1}/setup.py +3 -4
  9. {boto3-1.37.38 → boto3-1.38.1}/CONTRIBUTING.rst +0 -0
  10. {boto3-1.37.38 → boto3-1.38.1}/LICENSE +0 -0
  11. {boto3-1.37.38 → boto3-1.38.1}/MANIFEST.in +0 -0
  12. {boto3-1.37.38 → boto3-1.38.1}/NOTICE +0 -0
  13. {boto3-1.37.38 → boto3-1.38.1}/boto3/compat.py +0 -0
  14. {boto3-1.37.38 → boto3-1.38.1}/boto3/crt.py +0 -0
  15. {boto3-1.37.38 → boto3-1.38.1}/boto3/data/cloudformation/2010-05-15/resources-1.json +0 -0
  16. {boto3-1.37.38 → boto3-1.38.1}/boto3/data/cloudwatch/2010-08-01/resources-1.json +0 -0
  17. {boto3-1.37.38 → boto3-1.38.1}/boto3/data/dynamodb/2012-08-10/resources-1.json +0 -0
  18. {boto3-1.37.38 → boto3-1.38.1}/boto3/data/ec2/2014-10-01/resources-1.json +0 -0
  19. {boto3-1.37.38 → boto3-1.38.1}/boto3/data/ec2/2015-03-01/resources-1.json +0 -0
  20. {boto3-1.37.38 → boto3-1.38.1}/boto3/data/ec2/2015-04-15/resources-1.json +0 -0
  21. {boto3-1.37.38 → boto3-1.38.1}/boto3/data/ec2/2015-10-01/resources-1.json +0 -0
  22. {boto3-1.37.38 → boto3-1.38.1}/boto3/data/ec2/2016-04-01/resources-1.json +0 -0
  23. {boto3-1.37.38 → boto3-1.38.1}/boto3/data/ec2/2016-09-15/resources-1.json +0 -0
  24. {boto3-1.37.38 → boto3-1.38.1}/boto3/data/ec2/2016-11-15/resources-1.json +0 -0
  25. {boto3-1.37.38 → boto3-1.38.1}/boto3/data/glacier/2012-06-01/resources-1.json +0 -0
  26. {boto3-1.37.38 → boto3-1.38.1}/boto3/data/iam/2010-05-08/resources-1.json +0 -0
  27. {boto3-1.37.38 → boto3-1.38.1}/boto3/data/opsworks/2013-02-18/resources-1.json +0 -0
  28. {boto3-1.37.38 → boto3-1.38.1}/boto3/data/s3/2006-03-01/resources-1.json +0 -0
  29. {boto3-1.37.38 → boto3-1.38.1}/boto3/data/sns/2010-03-31/resources-1.json +0 -0
  30. {boto3-1.37.38 → boto3-1.38.1}/boto3/data/sqs/2012-11-05/resources-1.json +0 -0
  31. {boto3-1.37.38 → boto3-1.38.1}/boto3/docs/__init__.py +0 -0
  32. {boto3-1.37.38 → boto3-1.38.1}/boto3/docs/action.py +0 -0
  33. {boto3-1.37.38 → boto3-1.38.1}/boto3/docs/attr.py +0 -0
  34. {boto3-1.37.38 → boto3-1.38.1}/boto3/docs/base.py +0 -0
  35. {boto3-1.37.38 → boto3-1.38.1}/boto3/docs/client.py +0 -0
  36. {boto3-1.37.38 → boto3-1.38.1}/boto3/docs/collection.py +0 -0
  37. {boto3-1.37.38 → boto3-1.38.1}/boto3/docs/docstring.py +0 -0
  38. {boto3-1.37.38 → boto3-1.38.1}/boto3/docs/method.py +0 -0
  39. {boto3-1.37.38 → boto3-1.38.1}/boto3/docs/resource.py +0 -0
  40. {boto3-1.37.38 → boto3-1.38.1}/boto3/docs/service.py +0 -0
  41. {boto3-1.37.38 → boto3-1.38.1}/boto3/docs/subresource.py +0 -0
  42. {boto3-1.37.38 → boto3-1.38.1}/boto3/docs/utils.py +0 -0
  43. {boto3-1.37.38 → boto3-1.38.1}/boto3/docs/waiter.py +0 -0
  44. {boto3-1.37.38 → boto3-1.38.1}/boto3/dynamodb/__init__.py +0 -0
  45. {boto3-1.37.38 → boto3-1.38.1}/boto3/dynamodb/conditions.py +0 -0
  46. {boto3-1.37.38 → boto3-1.38.1}/boto3/dynamodb/table.py +0 -0
  47. {boto3-1.37.38 → boto3-1.38.1}/boto3/dynamodb/transform.py +0 -0
  48. {boto3-1.37.38 → boto3-1.38.1}/boto3/dynamodb/types.py +0 -0
  49. {boto3-1.37.38 → boto3-1.38.1}/boto3/ec2/__init__.py +0 -0
  50. {boto3-1.37.38 → boto3-1.38.1}/boto3/ec2/createtags.py +0 -0
  51. {boto3-1.37.38 → boto3-1.38.1}/boto3/ec2/deletetags.py +0 -0
  52. {boto3-1.37.38 → boto3-1.38.1}/boto3/examples/cloudfront.rst +0 -0
  53. {boto3-1.37.38 → boto3-1.38.1}/boto3/examples/s3.rst +0 -0
  54. {boto3-1.37.38 → boto3-1.38.1}/boto3/exceptions.py +0 -0
  55. {boto3-1.37.38 → boto3-1.38.1}/boto3/resources/__init__.py +0 -0
  56. {boto3-1.37.38 → boto3-1.38.1}/boto3/resources/action.py +0 -0
  57. {boto3-1.37.38 → boto3-1.38.1}/boto3/resources/base.py +0 -0
  58. {boto3-1.37.38 → boto3-1.38.1}/boto3/resources/collection.py +0 -0
  59. {boto3-1.37.38 → boto3-1.38.1}/boto3/resources/factory.py +0 -0
  60. {boto3-1.37.38 → boto3-1.38.1}/boto3/resources/model.py +0 -0
  61. {boto3-1.37.38 → boto3-1.38.1}/boto3/resources/params.py +0 -0
  62. {boto3-1.37.38 → boto3-1.38.1}/boto3/resources/response.py +0 -0
  63. {boto3-1.37.38 → boto3-1.38.1}/boto3/s3/__init__.py +0 -0
  64. {boto3-1.37.38 → boto3-1.38.1}/boto3/s3/constants.py +0 -0
  65. {boto3-1.37.38 → boto3-1.38.1}/boto3/s3/inject.py +0 -0
  66. {boto3-1.37.38 → boto3-1.38.1}/boto3/s3/transfer.py +0 -0
  67. {boto3-1.37.38 → boto3-1.38.1}/boto3/session.py +0 -0
  68. {boto3-1.37.38 → boto3-1.38.1}/boto3/utils.py +0 -0
  69. {boto3-1.37.38 → boto3-1.38.1}/boto3.egg-info/SOURCES.txt +0 -0
  70. {boto3-1.37.38 → boto3-1.38.1}/boto3.egg-info/dependency_links.txt +0 -0
  71. {boto3-1.37.38 → boto3-1.38.1}/boto3.egg-info/top_level.txt +0 -0
  72. {boto3-1.37.38 → boto3-1.38.1}/requirements.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3
3
- Version: 1.37.38
3
+ Version: 1.38.1
4
4
  Summary: The AWS SDK for Python
5
5
  Home-page: https://github.com/boto/boto3
6
6
  Author: Amazon Web Services
@@ -14,18 +14,17 @@ Classifier: License :: OSI Approved :: Apache Software License
14
14
  Classifier: Programming Language :: Python
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3 :: Only
17
- Classifier: Programming Language :: Python :: 3.8
18
17
  Classifier: Programming Language :: Python :: 3.9
19
18
  Classifier: Programming Language :: Python :: 3.10
20
19
  Classifier: Programming Language :: Python :: 3.11
21
20
  Classifier: Programming Language :: Python :: 3.12
22
21
  Classifier: Programming Language :: Python :: 3.13
23
- Requires-Python: >= 3.8
22
+ Requires-Python: >= 3.9
24
23
  License-File: LICENSE
25
24
  License-File: NOTICE
26
- Requires-Dist: botocore<1.38.0,>=1.37.38
25
+ Requires-Dist: botocore<1.39.0,>=1.38.1
27
26
  Requires-Dist: jmespath<2.0.0,>=0.7.1
28
- Requires-Dist: s3transfer<0.12.0,>=0.11.0
27
+ Requires-Dist: s3transfer<0.13.0,>=0.12.0
29
28
  Provides-Extra: crt
30
29
  Requires-Dist: botocore[crt]<2.0a0,>=1.21.0; extra == "crt"
31
30
 
@@ -48,7 +47,7 @@ Boto (pronounced boh-toh) was named after the fresh water dolphin native to the
48
47
  Notices
49
48
  -------
50
49
 
51
- On 2025-04-22, support for Python 3.8 will end for Boto3. This follows the
50
+ On 2025-04-22, support for Python 3.8 ended for Boto3. This follows the
52
51
  Python Software Foundation `end of support <https://peps.python.org/pep-0569/#lifespan>`__
53
52
  for the runtime which occurred on 2024-10-07.
54
53
  For more information, see this `blog post <https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/>`__.
@@ -17,7 +17,7 @@ Boto (pronounced boh-toh) was named after the fresh water dolphin native to the
17
17
  Notices
18
18
  -------
19
19
 
20
- On 2025-04-22, support for Python 3.8 will end for Boto3. This follows the
20
+ On 2025-04-22, support for Python 3.8 ended for Boto3. This follows the
21
21
  Python Software Foundation `end of support <https://peps.python.org/pep-0569/#lifespan>`__
22
22
  for the runtime which occurred on 2024-10-07.
23
23
  For more information, see this `blog post <https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/>`__.
@@ -17,7 +17,7 @@ from boto3.compat import _warn_deprecated_python
17
17
  from boto3.session import Session
18
18
 
19
19
  __author__ = 'Amazon Web Services'
20
- __version__ = '1.37.38'
20
+ __version__ = '1.38.1'
21
21
 
22
22
 
23
23
  # The default Boto3 session; autoloaded when needed.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3
3
- Version: 1.37.38
3
+ Version: 1.38.1
4
4
  Summary: The AWS SDK for Python
5
5
  Home-page: https://github.com/boto/boto3
6
6
  Author: Amazon Web Services
@@ -14,18 +14,17 @@ Classifier: License :: OSI Approved :: Apache Software License
14
14
  Classifier: Programming Language :: Python
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3 :: Only
17
- Classifier: Programming Language :: Python :: 3.8
18
17
  Classifier: Programming Language :: Python :: 3.9
19
18
  Classifier: Programming Language :: Python :: 3.10
20
19
  Classifier: Programming Language :: Python :: 3.11
21
20
  Classifier: Programming Language :: Python :: 3.12
22
21
  Classifier: Programming Language :: Python :: 3.13
23
- Requires-Python: >= 3.8
22
+ Requires-Python: >= 3.9
24
23
  License-File: LICENSE
25
24
  License-File: NOTICE
26
- Requires-Dist: botocore<1.38.0,>=1.37.38
25
+ Requires-Dist: botocore<1.39.0,>=1.38.1
27
26
  Requires-Dist: jmespath<2.0.0,>=0.7.1
28
- Requires-Dist: s3transfer<0.12.0,>=0.11.0
27
+ Requires-Dist: s3transfer<0.13.0,>=0.12.0
29
28
  Provides-Extra: crt
30
29
  Requires-Dist: botocore[crt]<2.0a0,>=1.21.0; extra == "crt"
31
30
 
@@ -48,7 +47,7 @@ Boto (pronounced boh-toh) was named after the fresh water dolphin native to the
48
47
  Notices
49
48
  -------
50
49
 
51
- On 2025-04-22, support for Python 3.8 will end for Boto3. This follows the
50
+ On 2025-04-22, support for Python 3.8 ended for Boto3. This follows the
52
51
  Python Software Foundation `end of support <https://peps.python.org/pep-0569/#lifespan>`__
53
52
  for the runtime which occurred on 2024-10-07.
54
53
  For more information, see this `blog post <https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/>`__.
@@ -1,6 +1,6 @@
1
- botocore<1.38.0,>=1.37.38
1
+ botocore<1.39.0,>=1.38.1
2
2
  jmespath<2.0.0,>=0.7.1
3
- s3transfer<0.12.0,>=0.11.0
3
+ s3transfer<0.13.0,>=0.12.0
4
4
 
5
5
  [crt]
6
6
  botocore[crt]<2.0a0,>=1.21.0
@@ -37,7 +37,7 @@ exclude = [
37
37
  line-length = 79
38
38
  indent-width = 4
39
39
 
40
- target-version = "py38"
40
+ target-version = "py39"
41
41
 
42
42
  [tool.ruff.lint]
43
43
  # Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
@@ -3,9 +3,9 @@ universal = 0
3
3
 
4
4
  [metadata]
5
5
  requires_dist =
6
- botocore>=1.37.38,<1.38.0
6
+ botocore>=1.38.1,<1.39.0
7
7
  jmespath>=0.7.1,<2.0.0
8
- s3transfer>=0.11.0,<0.12.0
8
+ s3transfer>=0.12.0,<0.13.0
9
9
 
10
10
  [options.extras_require]
11
11
  crt = botocore[crt]>=1.21.0,<2.0a0
@@ -14,9 +14,9 @@ VERSION_RE = re.compile(r'''__version__ = ['"]([0-9.]+)['"]''')
14
14
 
15
15
 
16
16
  requires = [
17
- 'botocore>=1.37.38,<1.38.0',
17
+ 'botocore>=1.38.1,<1.39.0',
18
18
  'jmespath>=0.7.1,<2.0.0',
19
- 's3transfer>=0.11.0,<0.12.0',
19
+ 's3transfer>=0.12.0,<0.13.0',
20
20
  ]
21
21
 
22
22
 
@@ -38,7 +38,7 @@ setup(
38
38
  include_package_data=True,
39
39
  install_requires=requires,
40
40
  license="Apache License 2.0",
41
- python_requires=">= 3.8",
41
+ python_requires=">= 3.9",
42
42
  classifiers=[
43
43
  'Development Status :: 5 - Production/Stable',
44
44
  'Intended Audience :: Developers',
@@ -47,7 +47,6 @@ setup(
47
47
  'Programming Language :: Python',
48
48
  'Programming Language :: Python :: 3',
49
49
  'Programming Language :: Python :: 3 :: Only',
50
- 'Programming Language :: Python :: 3.8',
51
50
  'Programming Language :: Python :: 3.9',
52
51
  'Programming Language :: Python :: 3.10',
53
52
  'Programming Language :: Python :: 3.11',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes