You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
0 commit comments