File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Changelog
1+ # Changelog
2+
3+ # 2.2.1 (11/1/2024)
4+ - chore: downgrade botocore and s3transfer as per live team dependency [ #128 ] ( https://github.com/washingtonpost/elex-live-model/pull/128 )
25
36## 2.2.0 (11/1/2024)
47- chore: condensed logging of non-modeled units [ #120 ] ( https://github.com/washingtonpost/elex-live-model/pull/120 )
Original file line number Diff line number Diff line change 1010 "boto3>=1.34" ,
1111 "python-dotenv>=1.0" ,
1212 "scipy>=1.14" ,
13- "s3transfer>=0.10.2 " ,
14- "botocore>=1.35.18 " ,
13+ "s3transfer>=0.9.0 " ,
14+ "botocore>=1.34.162 " ,
1515)
1616
1717THIS_FILE_DIR = os .path .dirname (__file__ )
2222 LONG_DESCRIPTION = f .read ()
2323
2424# The full version, including alpha/beta/rc tags
25- RELEASE = "2.2.0 "
25+ RELEASE = "2.2.1 "
2626# The short X.Y version
2727VERSION = "." .join (RELEASE .split ("." )[:2 ])
2828
You can’t perform that action at this time.
0 commit comments