Bump version of Python server (#4062)
The Python server version must be semver compatible with the Rust server
version it's binding to. The version mismatch between these servers
causes dependency conflicts, as shown by the multiple versions being
pulled in:
```
aws-smithy-http-server v0.63.3
└── aws-smithy-http-server-python v0.63.2
└── amzn-pokemon-service-python-server-sdk v0.1.0
aws-smithy-http-server v0.64.0
└── amzn-pokemon-service-python-server-sdk v0.1.0
```
This leads to type incompatibility errors in the server bindings.
Co-authored-by:
Fahad Zubair <fahadzub@amazon.com>
Loading
Please register or sign in to comment