Skip to content

Commit 83e92ca

Browse files
committed
fixes validation
1 parent e135691 commit 83e92ca

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

lob_python/model/letter.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,7 @@ class Letter(ModelNormal):
9696
},
9797
}
9898

99-
validations = {
100-
('tracking_events',): {
101-
'max_items': 0,
102-
},
103-
}
99+
validations = {}
104100

105101
@cached_property
106102
def additional_properties_type():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from setuptools import setup, find_packages # noqa: H301
1212

1313
NAME = "lob-python"
14-
VERSION = "5.1.2"
14+
VERSION = "5.1.3"
1515
# To install the library, run the following
1616
#
1717
# python setup.py install

0 commit comments

Comments
 (0)