Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions python-lib/tc_etl_lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,8 @@ TOTAL 403 221 45%

## Changelog

- Fix: change pandas==2.2.2 to pandas==2.2.3 in package requirements (Python 3.13 case)

0.17.0 (October 28th, 2025)

- Add: new class `objectStorageBucket` to manage bucket based object storage compatible with S3 API (such as AWS S3 or MINIMO) ([#109](https://github.com/telefonicasc/etl-framework/issues/109))
Expand Down
2 changes: 1 addition & 1 deletion python-lib/tc_etl_lib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'requests>=2.28.2,<2.33.0',
'urllib3==1.26.16',
'psycopg2-binary>=2.9.5',
'pandas==2.2.2',
'pandas==2.2.3',
'numpy==2.2.0',
'boto3==1.40.55'
]
Expand Down
Loading