sig/plugins/aws_sigv4.rbs in httpx-0.15.4 vs sig/plugins/aws_sigv4.rbs in httpx-0.16.0
- old
+ new
@@ -40,11 +40,10 @@
end
interface _SigV4Options
def sigv4_signer: () -> Signer?
- def sigv4_signer=: (Signer) -> Signer
end
def self.extra_options: (Options) -> (Options & _SigV4Options)
def self.load_dependencies: (singleton(Session)) -> void
@@ -57,8 +56,8 @@
def canonical_query: () -> String
end
end
- type awsSigV4Session = Session & Plugins::AWSSigV4::InstanceMethods
+ type awsSigV4Session = Session & AWSSigV4::InstanceMethods
end
end