We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e135691 commit 83e92caCopy full SHA for 83e92ca
2 files changed
lob_python/model/letter.py
@@ -96,11 +96,7 @@ class Letter(ModelNormal):
96
},
97
}
98
99
- validations = {
100
- ('tracking_events',): {
101
- 'max_items': 0,
102
- },
103
- }
+ validations = {}
104
105
@cached_property
106
def additional_properties_type():
setup.py
@@ -11,7 +11,7 @@
11
from setuptools import setup, find_packages # noqa: H301
12
13
NAME = "lob-python"
14
-VERSION = "5.1.2"
+VERSION = "5.1.3"
15
# To install the library, run the following
16
#
17
# python setup.py install
0 commit comments