File tree Expand file tree Collapse file tree 6 files changed +25
-12
lines changed Expand file tree Collapse file tree 6 files changed +25
-12
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.14.0
4
+
5
+ ### Content
6
+
7
+ #### Features
8
+
9
+ * Tag Based Filtering for Object Expiration
10
+
11
+ #### Defect Fixes
12
+
13
+ * Support for python 3.13
14
+
3
15
## 2.13.6
4
16
5
17
### Content
Original file line number Diff line number Diff line change 19
19
20
20
21
21
__author__ = 'IBM'
22
- __version__ = '2.13.6 '
22
+ __version__ = '2.14.0 '
23
23
24
24
25
25
# The default Boto3 session; autoloaded when needed.
Original file line number Diff line number Diff line change 1
- wheel == 0.43.0
2
- coverage == 7.5.3
3
- setuptools == 67.8 .0 ;python_version >= "3.12"
1
+ wheel == 0.45.1
2
+ coverage == 7.6.7
3
+ setuptools == 75.6 .0 ;python_version >= "3.12"
4
4
5
5
# Pytest specific deps
6
- pytest == 7.4.4
7
- pytest-cov == 4.1 .0
6
+ pytest == 8.3.3
7
+ pytest-cov == 6.0 .0
8
8
atomicwrites >= 1.0 # Windows requirement
9
9
colorama > 0.3.0 # Windows requirement
Original file line number Diff line number Diff line change 1
1
# Sphinx does not have an upper bound pin on jinja2, and jinja2 does
2
2
# not have an upper bound pin on markupsafe. Since jinja2 and markupsafe
3
3
# removed python 3.5 support we need to add our own pins.
4
- markupsafe>=2.0 ,<3
4
+ markupsafe>=2.1.5 ,<3
5
5
jinja2>=3.1.4,<4
6
- docutils>=0.10, <1
6
+ docutils>=0.19 <1
7
7
sphinx==5.3.0
8
8
guzzle_sphinx_theme>=0.7.11,<1
9
9
furo==2022.12.7
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ universal = 0
3
3
4
4
[metadata]
5
5
requires_dist =
6
- ibm-cos-sdk-core ==2.13.6
7
- ibm-cos-sdk-s3transfer ==2.13.6
6
+ ibm-cos-sdk-core ==2.14.0
7
+ ibm-cos-sdk-s3transfer ==2.14.0
8
8
jmespath>=0.10.0,<=1.0.1
9
9
10
10
[flake8]
Original file line number Diff line number Diff line change 9
9
10
10
11
11
requires = [
12
- 'ibm-cos-sdk-core==2.13.6 ' ,
13
- 'ibm-cos-sdk-s3transfer==2.13.6 ' ,
12
+ 'ibm-cos-sdk-core==2.14.0 ' ,
13
+ 'ibm-cos-sdk-s3transfer==2.14.0 ' ,
14
14
'jmespath>=0.10.0,<=1.0.1'
15
15
]
16
16
@@ -48,6 +48,7 @@ def get_version():
48
48
'Programming Language :: Python :: 3.10' ,
49
49
'Programming Language :: Python :: 3.11' ,
50
50
'Programming Language :: Python :: 3.12' ,
51
+ 'Programming Language :: Python :: 3.13' ,
51
52
],
52
53
project_urls = {
53
54
'Documentation' : 'https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-python' ,
You can’t perform that action at this time.
0 commit comments