Skip to content

Commit 7db3e9f

Browse files
drganjooFahad Zubair
andauthored
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>
1 parent e2e0d1b commit 7db3e9f

File tree

1 file changed

+1
-1
lines changed
  • rust-runtime/aws-smithy-http-server-python

1 file changed

+1
-1
lines changed

rust-runtime/aws-smithy-http-server-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aws-smithy-http-server-python"
3-
version = "0.63.3"
3+
version = "0.64.0"
44
authors = ["Smithy Rust Server <smithy-rs-server@amazon.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)