Skip to content
Unverified Commit 7db3e9f0 authored by Fahad Zubair's avatar Fahad Zubair Committed by GitHub
Browse files

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: default avatarFahad Zubair <fahadzub@amazon.com>
parent e2e0d1b4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment