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
2+ ## v1.3.2 8/1/24
3+ - Replaced info statements with debug for security purposes
4+
25## v1.3.1 7/31/24
36- Replaced log statement in Avro client with debug
47
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ kinesis_client = KinesisClient(...)
3636# Do not use any version below 1.0.0
3737# All available optional dependencies can be found in pyproject.toml.
3838# See the "Managing dependencies" section below for more details.
39- nypl-py-utils[kinesis-client,config-helper]==1.3.1
39+ nypl-py-utils[kinesis-client,config-helper]==1.3.2
4040```
4141
4242## Developing locally
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " nypl_py_utils"
7- version = " 1.3.1 "
7+ version = " 1.3.2 "
88authors = [
99 { name =" Aaron Friedman" , email =" aaronfriedman@nypl.org" },
1010]
You can’t perform that action at this time.
0 commit comments