smithy-lang / smithy-python

Smithy code generators and core modules for Python (in development)
Apache License 2.0
47 stars 10 forks source link

Fix generated deser typing and schema type parameter #259

Closed JordonPhillips closed 3 months ago

JordonPhillips commented 3 months ago

This PR does three things:

  1. updates the lockfile
  2. Fixes an issue in schema generation where it wasn't using the right parameter name for shape_type
  3. Temporarily fixes an issue in the deserializer typing. All that code will be removed soon, but it's nevertheless necessary to work around the problem so prs can continue to be posted.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.