What's Changed
* Add --attribute-comment argument to JS and TSD clients by sderickson in https://github.com/dropbox/stone/pull/268
* avoid syntax error in .d.ts when the module names end up long by dgoldstein0 in https://github.com/dropbox/stone/pull/273
* Version compatible inspect handling for class parameters by johnlarkin1 in https://github.com/dropbox/stone/pull/299
* Fix ci: pin linux, pin flake8, ignore type error, fix mypy by julianlocke in https://github.com/dropbox/stone/pull/308
* Replace uses of deprecated imp with importlib by julianlocke in https://github.com/dropbox/stone/pull/307
* Update cli.py to work with java sdk by devPalacio in https://github.com/dropbox/stone/pull/310
* run pyupgrade and optimize imports in pycharm by devPalacio in https://github.com/dropbox/stone/pull/312
* Run GH Action tests against python 3.11 by devPalacio in https://github.com/dropbox/stone/pull/311
* Add 'hash' as a reserved word by tominsam in https://github.com/dropbox/stone/pull/324
* Make custom annotation generation deterministic by vidit2606 in https://github.com/dropbox/stone/pull/326
* Update stone version by vidit2606 in https://github.com/dropbox/stone/pull/327
New Contributors
* dgoldstein0 made their first contribution in https://github.com/dropbox/stone/pull/273
* johnlarkin1 made their first contribution in https://github.com/dropbox/stone/pull/299
* devPalacio made their first contribution in https://github.com/dropbox/stone/pull/310
* tominsam made their first contribution in https://github.com/dropbox/stone/pull/324
* vidit2606 made their first contribution in https://github.com/dropbox/stone/pull/326
**Full Changelog**: https://github.com/dropbox/stone/compare/v3.3.1...v3.3.2