Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-19 | 407 Bytes | |
v3.5.1 source code.tar.gz | 2025-02-19 | 184.9 kB | |
v3.5.1 source code.zip | 2025-02-19 | 269.9 kB | |
Totals: 3 Items | 455.2 kB | 0 |
3.5.1
Issue [#529] reported that by default the AIOHTTPTransport
was not validating ssl certificates
(a self-certificate was accepted by default).
This version adds a warning to warn users (See PR [#533]).
As a workaround, using ssl=True
in the transport arguments fix the issue.
graphql-core
has been restricted to <3.2.4
to fix tests.
A new stable version will be made shortly.