File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.3.3] - 2025-04-21
4+ - Improved error handling in SGS API
5+ - Added type hints to the bcb.sgs and sgs.currency modules
6+ - Added function sgs.get_json to retrieve raw JSON data returned from SGS API
7+
38## [ 0.3.2] - 2025-03-01
49- Poetry lock file updated
510- Replaced http with https in SGS URL
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " python-bcb"
3- version = " 0.3.2 "
3+ version = " 0.3.3 "
44description = " "
55authors = [" wilsonfreitas <wilson.freitas@gmail.com>" ]
66readme = " README.md"
7- packages = [{include = " bcb" }]
7+ packages = [{ include = " bcb" }]
88
99[tool .poetry .dependencies ]
1010python = " >= 3.10"
@@ -29,7 +29,7 @@ pygments = "^2.7"
2929[tool .poetry .group .dev .dependencies ]
3030pycodestyle = " >= 2.9.1"
3131ipykernel = " >= 6.15.2"
32- black = {version = " >= 22.8.0" , allow-prereleases = true }
32+ black = { version = " >= 22.8.0" , allow-prereleases = true }
3333jupyter = " ^1.1.1"
3434
3535[build-system ]
You can’t perform that action at this time.
0 commit comments