twirpy 0.3.0.dev2__tar.gz → 0.3.0.dev3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: twirpy
3
- Version: 0.3.0.dev2
3
+ Version: 0.3.0.dev3
4
4
  Summary: Twirp runtime library for Python
5
5
  Project-URL: repository, https://github.com/cryptact/twirpy
6
6
  License-Expression: BSD-3-Clause
@@ -8,6 +8,7 @@ License-File: LICENSE
8
8
  Keywords: protobuf,rpc,twirp
9
9
  Requires-Python: >=3.12
10
10
  Requires-Dist: asgiref
11
+ Requires-Dist: multidict
11
12
  Requires-Dist: protobuf
12
13
  Requires-Dist: requests
13
14
  Requires-Dist: structlog
@@ -19,6 +19,7 @@ keywords = [
19
19
  ]
20
20
  dependencies = [
21
21
  "asgiref",
22
+ "multidict",
22
23
  "protobuf",
23
24
  "requests",
24
25
  "structlog",
@@ -0,0 +1 @@
1
+ __version__ = "0.3.0-dev.3"
@@ -1 +0,0 @@
1
- __version__ = "0.3.0-dev.2"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes