Skip to content
Snippets Groups Projects

upgrade to orchestrato-core v2

Merged Mohammad Torkashvand requested to merge upgrade-to-v2 into develop
1 file
+ 2
6
Compare changes
  • Side-by-side
  • Inline
+ 2
6
@@ -33,13 +33,9 @@ PortNumber = Annotated[
]
IPv4AddressType = Annotated[
ipaddress.IPv4Address, PlainSerializer(convert_to_str, return_type=str, when_used="always")
]
IPv4AddressType = Annotated[ipaddress.IPv4Address, PlainSerializer(convert_to_str, return_type=str, when_used="always")]
IPv6AddressType = Annotated[
ipaddress.IPv6Address, PlainSerializer(convert_to_str, return_type=str, when_used="always")
]
IPv6AddressType = Annotated[ipaddress.IPv6Address, PlainSerializer(convert_to_str, return_type=str, when_used="always")]
class ConnectionStrategy(strEnum):
Loading