protobuf 6.31.0rc2__tar.gz → 6.31.1__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.

Potentially problematic release.


This version of protobuf might be problematic. Click here for more details.

Files changed (272) hide show
  1. {protobuf-6.31.0rc2 → protobuf-6.31.1}/PKG-INFO +1 -1
  2. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/__init__.py +1 -1
  3. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/any_pb2.py +3 -3
  4. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/api_pb2.py +3 -3
  5. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/compiler/plugin_pb2.py +3 -3
  6. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/descriptor_pb2.py +3 -3
  7. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/duration_pb2.py +3 -3
  8. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/empty_pb2.py +3 -3
  9. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/field_mask_pb2.py +3 -3
  10. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/internal/decoder.py +31 -0
  11. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/runtime_version.py +2 -2
  12. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/source_context_pb2.py +3 -3
  13. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/struct_pb2.py +3 -3
  14. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/timestamp_pb2.py +3 -3
  15. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/type_pb2.py +3 -3
  16. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/wrappers_pb2.py +3 -3
  17. {protobuf-6.31.0rc2 → protobuf-6.31.1}/protobuf.egg-info/PKG-INFO +1 -1
  18. {protobuf-6.31.0rc2 → protobuf-6.31.1}/LICENSE +0 -0
  19. {protobuf-6.31.0rc2 → protobuf-6.31.1}/MANIFEST.in +0 -0
  20. {protobuf-6.31.0rc2 → protobuf-6.31.1}/README.md +0 -0
  21. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/__init__.py +0 -0
  22. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/any.py +0 -0
  23. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/compiler/__init__.py +0 -0
  24. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/descriptor.py +0 -0
  25. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/descriptor.upb.c +0 -0
  26. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/descriptor.upb.h +0 -0
  27. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/descriptor.upb_minitable.c +0 -0
  28. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/descriptor.upb_minitable.h +0 -0
  29. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/descriptor.upbdefs.c +0 -0
  30. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/descriptor.upbdefs.h +0 -0
  31. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/descriptor_database.py +0 -0
  32. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/descriptor_pool.py +0 -0
  33. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/duration.py +0 -0
  34. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/internal/__init__.py +0 -0
  35. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/internal/api_implementation.py +0 -0
  36. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/internal/builder.py +0 -0
  37. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/internal/containers.py +0 -0
  38. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/internal/encoder.py +0 -0
  39. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/internal/enum_type_wrapper.py +0 -0
  40. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/internal/extension_dict.py +0 -0
  41. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/internal/field_mask.py +0 -0
  42. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/internal/message_listener.py +0 -0
  43. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/internal/python_edition_defaults.py +0 -0
  44. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/internal/python_message.py +0 -0
  45. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/internal/testing_refleaks.py +0 -0
  46. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/internal/type_checkers.py +0 -0
  47. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/internal/well_known_types.py +0 -0
  48. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/internal/wire_format.py +0 -0
  49. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/json_format.py +0 -0
  50. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/message.py +0 -0
  51. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/message_factory.py +0 -0
  52. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/proto.py +0 -0
  53. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/proto_builder.py +0 -0
  54. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/proto_json.py +0 -0
  55. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/proto_text.py +0 -0
  56. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/pyext/__init__.py +0 -0
  57. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/pyext/cpp_message.py +0 -0
  58. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/reflection.py +0 -0
  59. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/service_reflection.py +0 -0
  60. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/symbol_database.py +0 -0
  61. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/testdata/__init__.py +0 -0
  62. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/text_encoding.py +0 -0
  63. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/text_format.py +0 -0
  64. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/timestamp.py +0 -0
  65. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/unknown_fields.py +0 -0
  66. {protobuf-6.31.0rc2 → protobuf-6.31.1}/google/protobuf/util/__init__.py +0 -0
  67. {protobuf-6.31.0rc2 → protobuf-6.31.1}/protobuf.egg-info/SOURCES.txt +0 -0
  68. {protobuf-6.31.0rc2 → protobuf-6.31.1}/protobuf.egg-info/dependency_links.txt +0 -0
  69. {protobuf-6.31.0rc2 → protobuf-6.31.1}/protobuf.egg-info/top_level.txt +0 -0
  70. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/convert.c +0 -0
  71. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/convert.h +0 -0
  72. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/descriptor.c +0 -0
  73. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/descriptor.h +0 -0
  74. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/descriptor_containers.c +0 -0
  75. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/descriptor_containers.h +0 -0
  76. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/descriptor_pool.c +0 -0
  77. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/descriptor_pool.h +0 -0
  78. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/extension_dict.c +0 -0
  79. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/extension_dict.h +0 -0
  80. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/map.c +0 -0
  81. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/map.h +0 -0
  82. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/message.c +0 -0
  83. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/message.h +0 -0
  84. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/protobuf.c +0 -0
  85. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/protobuf.h +0 -0
  86. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/python_api.h +0 -0
  87. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/repeated.c +0 -0
  88. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/repeated.h +0 -0
  89. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/unknown_fields.c +0 -0
  90. {protobuf-6.31.0rc2 → protobuf-6.31.1}/python/unknown_fields.h +0 -0
  91. {protobuf-6.31.0rc2 → protobuf-6.31.1}/setup.cfg +0 -0
  92. {protobuf-6.31.0rc2 → protobuf-6.31.1}/setup.py +0 -0
  93. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/base/descriptor_constants.h +0 -0
  94. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/base/internal/endian.h +0 -0
  95. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/base/internal/log2.h +0 -0
  96. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/base/status.c +0 -0
  97. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/base/status.h +0 -0
  98. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/base/string_view.h +0 -0
  99. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/base/upcast.h +0 -0
  100. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/generated_code_support.h +0 -0
  101. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/hash/common.c +0 -0
  102. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/hash/common.h +0 -0
  103. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/hash/int_table.h +0 -0
  104. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/hash/str_table.h +0 -0
  105. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/lex/atoi.c +0 -0
  106. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/lex/atoi.h +0 -0
  107. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/lex/round_trip.c +0 -0
  108. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/lex/round_trip.h +0 -0
  109. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/lex/strtod.c +0 -0
  110. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/lex/strtod.h +0 -0
  111. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/lex/unicode.c +0 -0
  112. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/lex/unicode.h +0 -0
  113. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mem/alloc.c +0 -0
  114. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mem/alloc.h +0 -0
  115. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mem/arena.c +0 -0
  116. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mem/arena.h +0 -0
  117. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mem/internal/arena.h +0 -0
  118. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/accessors.c +0 -0
  119. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/accessors.h +0 -0
  120. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/accessors_split64.h +0 -0
  121. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/array.c +0 -0
  122. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/array.h +0 -0
  123. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/compare.c +0 -0
  124. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/compare.h +0 -0
  125. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/compat.c +0 -0
  126. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/compat.h +0 -0
  127. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/copy.c +0 -0
  128. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/copy.h +0 -0
  129. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/internal/accessors.h +0 -0
  130. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/internal/array.h +0 -0
  131. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/internal/compare_unknown.c +0 -0
  132. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/internal/compare_unknown.h +0 -0
  133. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/internal/extension.c +0 -0
  134. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/internal/extension.h +0 -0
  135. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/internal/iterator.c +0 -0
  136. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/internal/iterator.h +0 -0
  137. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/internal/map.h +0 -0
  138. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/internal/map_entry.h +0 -0
  139. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/internal/map_sorter.h +0 -0
  140. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/internal/message.c +0 -0
  141. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/internal/message.h +0 -0
  142. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/internal/tagged_ptr.h +0 -0
  143. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/internal/types.h +0 -0
  144. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/map.c +0 -0
  145. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/map.h +0 -0
  146. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/map_gencode_util.h +0 -0
  147. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/map_sorter.c +0 -0
  148. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/merge.c +0 -0
  149. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/merge.h +0 -0
  150. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/message.c +0 -0
  151. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/message.h +0 -0
  152. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/promote.c +0 -0
  153. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/promote.h +0 -0
  154. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/tagged_ptr.h +0 -0
  155. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/message/value.h +0 -0
  156. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_descriptor/build_enum.c +0 -0
  157. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_descriptor/build_enum.h +0 -0
  158. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_descriptor/decode.c +0 -0
  159. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_descriptor/decode.h +0 -0
  160. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_descriptor/internal/base92.c +0 -0
  161. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_descriptor/internal/base92.h +0 -0
  162. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_descriptor/internal/decoder.h +0 -0
  163. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_descriptor/internal/encode.c +0 -0
  164. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_descriptor/internal/encode.h +0 -0
  165. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_descriptor/internal/modifiers.h +0 -0
  166. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_descriptor/internal/wire_constants.h +0 -0
  167. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_descriptor/link.c +0 -0
  168. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_descriptor/link.h +0 -0
  169. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/compat.c +0 -0
  170. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/compat.h +0 -0
  171. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/enum.h +0 -0
  172. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/extension.h +0 -0
  173. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/extension_registry.c +0 -0
  174. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/extension_registry.h +0 -0
  175. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/field.h +0 -0
  176. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/file.h +0 -0
  177. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/internal/enum.h +0 -0
  178. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/internal/extension.h +0 -0
  179. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/internal/field.h +0 -0
  180. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/internal/file.h +0 -0
  181. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/internal/message.c +0 -0
  182. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/internal/message.h +0 -0
  183. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/internal/size_log2.h +0 -0
  184. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/internal/sub.h +0 -0
  185. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/message.c +0 -0
  186. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/message.h +0 -0
  187. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/mini_table/sub.h +0 -0
  188. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/port/atomic.h +0 -0
  189. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/port/def.inc +0 -0
  190. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/port/undef.inc +0 -0
  191. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/port/vsnprintf_compat.h +0 -0
  192. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/common.h +0 -0
  193. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/def.h +0 -0
  194. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/def_pool.c +0 -0
  195. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/def_pool.h +0 -0
  196. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/def_type.c +0 -0
  197. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/def_type.h +0 -0
  198. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/desc_state.c +0 -0
  199. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/descriptor_bootstrap.h +0 -0
  200. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/enum_def.c +0 -0
  201. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/enum_def.h +0 -0
  202. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/enum_reserved_range.c +0 -0
  203. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/enum_reserved_range.h +0 -0
  204. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/enum_value_def.c +0 -0
  205. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/enum_value_def.h +0 -0
  206. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/extension_range.c +0 -0
  207. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/extension_range.h +0 -0
  208. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/field_def.c +0 -0
  209. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/field_def.h +0 -0
  210. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/file_def.c +0 -0
  211. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/file_def.h +0 -0
  212. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/internal/def_builder.c +0 -0
  213. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/internal/def_builder.h +0 -0
  214. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/internal/def_pool.h +0 -0
  215. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/internal/desc_state.h +0 -0
  216. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/internal/enum_def.h +0 -0
  217. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/internal/enum_reserved_range.h +0 -0
  218. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/internal/enum_value_def.h +0 -0
  219. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/internal/extension_range.h +0 -0
  220. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/internal/field_def.h +0 -0
  221. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/internal/file_def.h +0 -0
  222. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/internal/message_def.h +0 -0
  223. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/internal/message_reserved_range.h +0 -0
  224. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/internal/method_def.h +0 -0
  225. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/internal/oneof_def.h +0 -0
  226. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/internal/service_def.h +0 -0
  227. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/internal/strdup2.c +0 -0
  228. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/internal/strdup2.h +0 -0
  229. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/internal/upb_edition_defaults.h +0 -0
  230. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/message.c +0 -0
  231. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/message.h +0 -0
  232. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/message_def.c +0 -0
  233. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/message_def.h +0 -0
  234. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/message_reserved_range.c +0 -0
  235. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/message_reserved_range.h +0 -0
  236. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/method_def.c +0 -0
  237. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/method_def.h +0 -0
  238. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/oneof_def.c +0 -0
  239. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/oneof_def.h +0 -0
  240. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/service_def.c +0 -0
  241. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/reflection/service_def.h +0 -0
  242. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/text/debug_string.c +0 -0
  243. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/text/debug_string.h +0 -0
  244. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/text/encode.c +0 -0
  245. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/text/encode.h +0 -0
  246. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/text/internal/encode.c +0 -0
  247. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/text/internal/encode.h +0 -0
  248. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/text/options.h +0 -0
  249. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/util/def_to_proto.c +0 -0
  250. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/util/def_to_proto.h +0 -0
  251. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/util/required_fields.c +0 -0
  252. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/util/required_fields.h +0 -0
  253. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/wire/byte_size.c +0 -0
  254. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/wire/byte_size.h +0 -0
  255. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/wire/decode.c +0 -0
  256. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/wire/decode.h +0 -0
  257. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/wire/encode.c +0 -0
  258. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/wire/encode.h +0 -0
  259. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/wire/eps_copy_input_stream.c +0 -0
  260. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/wire/eps_copy_input_stream.h +0 -0
  261. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/wire/internal/constants.h +0 -0
  262. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/wire/internal/decode_fast.c +0 -0
  263. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/wire/internal/decode_fast.h +0 -0
  264. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/wire/internal/decoder.h +0 -0
  265. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/wire/internal/reader.h +0 -0
  266. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/wire/reader.c +0 -0
  267. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/wire/reader.h +0 -0
  268. {protobuf-6.31.0rc2 → protobuf-6.31.1}/upb/wire/types.h +0 -0
  269. {protobuf-6.31.0rc2 → protobuf-6.31.1}/utf8_range/utf8_range.c +0 -0
  270. {protobuf-6.31.0rc2 → protobuf-6.31.1}/utf8_range/utf8_range.h +0 -0
  271. {protobuf-6.31.0rc2 → protobuf-6.31.1}/utf8_range/utf8_range_neon.inc +0 -0
  272. {protobuf-6.31.0rc2 → protobuf-6.31.1}/utf8_range/utf8_range_sse.inc +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: protobuf
3
- Version: 6.31.0rc2
3
+ Version: 6.31.1
4
4
  Summary: Protocol Buffers
5
5
  Home-page: https://developers.google.com/protocol-buffers/
6
6
  Download-URL: https://github.com/protocolbuffers/protobuf/releases
@@ -7,4 +7,4 @@
7
7
 
8
8
  # Copyright 2007 Google Inc. All Rights Reserved.
9
9
 
10
- __version__ = '6.31.0rc2'
10
+ __version__ = '6.31.1'
@@ -2,7 +2,7 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # NO CHECKED-IN PROTOBUF GENCODE
4
4
  # source: google/protobuf/any.proto
5
- # Protobuf Python Version: 6.31.0-rc2
5
+ # Protobuf Python Version: 6.31.1
6
6
  """Generated protocol buffer code."""
7
7
  from google.protobuf import descriptor as _descriptor
8
8
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  6,
15
15
  31,
16
- 0,
17
- '-rc2',
16
+ 1,
17
+ '',
18
18
  'google/protobuf/any.proto'
19
19
  )
20
20
  # @@protoc_insertion_point(imports)
@@ -2,7 +2,7 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # NO CHECKED-IN PROTOBUF GENCODE
4
4
  # source: google/protobuf/api.proto
5
- # Protobuf Python Version: 6.31.0-rc2
5
+ # Protobuf Python Version: 6.31.1
6
6
  """Generated protocol buffer code."""
7
7
  from google.protobuf import descriptor as _descriptor
8
8
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  6,
15
15
  31,
16
- 0,
17
- '-rc2',
16
+ 1,
17
+ '',
18
18
  'google/protobuf/api.proto'
19
19
  )
20
20
  # @@protoc_insertion_point(imports)
@@ -2,7 +2,7 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # NO CHECKED-IN PROTOBUF GENCODE
4
4
  # source: google/protobuf/compiler/plugin.proto
5
- # Protobuf Python Version: 6.31.0-rc2
5
+ # Protobuf Python Version: 6.31.1
6
6
  """Generated protocol buffer code."""
7
7
  from google.protobuf import descriptor as _descriptor
8
8
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  6,
15
15
  31,
16
- 0,
17
- '-rc2',
16
+ 1,
17
+ '',
18
18
  'google/protobuf/compiler/plugin.proto'
19
19
  )
20
20
  # @@protoc_insertion_point(imports)
@@ -2,7 +2,7 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # NO CHECKED-IN PROTOBUF GENCODE
4
4
  # source: google/protobuf/descriptor.proto
5
- # Protobuf Python Version: 6.31.0-rc2
5
+ # Protobuf Python Version: 6.31.1
6
6
  """Generated protocol buffer code."""
7
7
  from google.protobuf import descriptor as _descriptor
8
8
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  6,
15
15
  31,
16
- 0,
17
- '-rc2',
16
+ 1,
17
+ '',
18
18
  'google/protobuf/descriptor.proto'
19
19
  )
20
20
  # @@protoc_insertion_point(imports)
@@ -2,7 +2,7 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # NO CHECKED-IN PROTOBUF GENCODE
4
4
  # source: google/protobuf/duration.proto
5
- # Protobuf Python Version: 6.31.0-rc2
5
+ # Protobuf Python Version: 6.31.1
6
6
  """Generated protocol buffer code."""
7
7
  from google.protobuf import descriptor as _descriptor
8
8
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  6,
15
15
  31,
16
- 0,
17
- '-rc2',
16
+ 1,
17
+ '',
18
18
  'google/protobuf/duration.proto'
19
19
  )
20
20
  # @@protoc_insertion_point(imports)
@@ -2,7 +2,7 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # NO CHECKED-IN PROTOBUF GENCODE
4
4
  # source: google/protobuf/empty.proto
5
- # Protobuf Python Version: 6.31.0-rc2
5
+ # Protobuf Python Version: 6.31.1
6
6
  """Generated protocol buffer code."""
7
7
  from google.protobuf import descriptor as _descriptor
8
8
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  6,
15
15
  31,
16
- 0,
17
- '-rc2',
16
+ 1,
17
+ '',
18
18
  'google/protobuf/empty.proto'
19
19
  )
20
20
  # @@protoc_insertion_point(imports)
@@ -2,7 +2,7 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # NO CHECKED-IN PROTOBUF GENCODE
4
4
  # source: google/protobuf/field_mask.proto
5
- # Protobuf Python Version: 6.31.0-rc2
5
+ # Protobuf Python Version: 6.31.1
6
6
  """Generated protocol buffer code."""
7
7
  from google.protobuf import descriptor as _descriptor
8
8
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  6,
15
15
  31,
16
- 0,
17
- '-rc2',
16
+ 1,
17
+ '',
18
18
  'google/protobuf/field_mask.proto'
19
19
  )
20
20
  # @@protoc_insertion_point(imports)
@@ -703,7 +703,13 @@ def GroupDecoder(field_number, is_repeated, is_packed, key, new_default):
703
703
  if value is None:
704
704
  value = field_dict.setdefault(key, new_default(message))
705
705
  # Read sub-message.
706
+ current_depth += 1
707
+ if current_depth > _recursion_limit:
708
+ raise _DecodeError(
709
+ 'Error parsing message: too many levels of nesting.'
710
+ )
706
711
  pos = value.add()._InternalParse(buffer, pos, end, current_depth)
712
+ current_depth -= 1
707
713
  # Read end tag.
708
714
  new_pos = pos+end_tag_len
709
715
  if buffer[pos:new_pos] != end_tag_bytes or new_pos > end:
@@ -722,7 +728,11 @@ def GroupDecoder(field_number, is_repeated, is_packed, key, new_default):
722
728
  if value is None:
723
729
  value = field_dict.setdefault(key, new_default(message))
724
730
  # Read sub-message.
731
+ current_depth += 1
732
+ if current_depth > _recursion_limit:
733
+ raise _DecodeError('Error parsing message: too many levels of nesting.')
725
734
  pos = value._InternalParse(buffer, pos, end, current_depth)
735
+ current_depth -= 1
726
736
  # Read end tag.
727
737
  new_pos = pos+end_tag_len
728
738
  if buffer[pos:new_pos] != end_tag_bytes or new_pos > end:
@@ -755,6 +765,11 @@ def MessageDecoder(field_number, is_repeated, is_packed, key, new_default):
755
765
  if new_pos > end:
756
766
  raise _DecodeError('Truncated message.')
757
767
  # Read sub-message.
768
+ current_depth += 1
769
+ if current_depth > _recursion_limit:
770
+ raise _DecodeError(
771
+ 'Error parsing message: too many levels of nesting.'
772
+ )
758
773
  if (
759
774
  value.add()._InternalParse(buffer, pos, new_pos, current_depth)
760
775
  != new_pos
@@ -762,6 +777,7 @@ def MessageDecoder(field_number, is_repeated, is_packed, key, new_default):
762
777
  # The only reason _InternalParse would return early is if it
763
778
  # encountered an end-group tag.
764
779
  raise _DecodeError('Unexpected end-group tag.')
780
+ current_depth -= 1
765
781
  # Predict that the next tag is another copy of the same repeated field.
766
782
  pos = new_pos + tag_len
767
783
  if buffer[new_pos:pos] != tag_bytes or new_pos == end:
@@ -781,10 +797,14 @@ def MessageDecoder(field_number, is_repeated, is_packed, key, new_default):
781
797
  if new_pos > end:
782
798
  raise _DecodeError('Truncated message.')
783
799
  # Read sub-message.
800
+ current_depth += 1
801
+ if current_depth > _recursion_limit:
802
+ raise _DecodeError('Error parsing message: too many levels of nesting.')
784
803
  if value._InternalParse(buffer, pos, new_pos, current_depth) != new_pos:
785
804
  # The only reason _InternalParse would return early is if it encountered
786
805
  # an end-group tag.
787
806
  raise _DecodeError('Unexpected end-group tag.')
807
+ current_depth -= 1
788
808
  return new_pos
789
809
 
790
810
  return DecodeField
@@ -980,6 +1000,13 @@ def _DecodeFixed32(buffer, pos):
980
1000
 
981
1001
  new_pos = pos + 4
982
1002
  return (struct.unpack('<I', buffer[pos:new_pos])[0], new_pos)
1003
+ DEFAULT_RECURSION_LIMIT = 100
1004
+ _recursion_limit = DEFAULT_RECURSION_LIMIT
1005
+
1006
+
1007
+ def SetRecursionLimit(new_limit):
1008
+ global _recursion_limit
1009
+ _recursion_limit = new_limit
983
1010
 
984
1011
 
985
1012
  def _DecodeUnknownFieldSet(buffer, pos, end_pos=None, current_depth=0):
@@ -1020,7 +1047,11 @@ def _DecodeUnknownField(
1020
1047
  end_tag_bytes = encoder.TagBytes(
1021
1048
  field_number, wire_format.WIRETYPE_END_GROUP
1022
1049
  )
1050
+ current_depth += 1
1051
+ if current_depth >= _recursion_limit:
1052
+ raise _DecodeError('Error parsing message: too many levels of nesting.')
1023
1053
  data, pos = _DecodeUnknownFieldSet(buffer, pos, end_pos, current_depth)
1054
+ current_depth -= 1
1024
1055
  # Check end tag.
1025
1056
  if buffer[pos - len(end_tag_bytes) : pos] != end_tag_bytes:
1026
1057
  raise _DecodeError('Missing group end tag.')
@@ -29,8 +29,8 @@ class Domain(Enum):
29
29
  OSS_DOMAIN = Domain.PUBLIC
30
30
  OSS_MAJOR = 6
31
31
  OSS_MINOR = 31
32
- OSS_PATCH = 0
33
- OSS_SUFFIX = '-rc2'
32
+ OSS_PATCH = 1
33
+ OSS_SUFFIX = ''
34
34
 
35
35
  DOMAIN = OSS_DOMAIN
36
36
  MAJOR = OSS_MAJOR
@@ -2,7 +2,7 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # NO CHECKED-IN PROTOBUF GENCODE
4
4
  # source: google/protobuf/source_context.proto
5
- # Protobuf Python Version: 6.31.0-rc2
5
+ # Protobuf Python Version: 6.31.1
6
6
  """Generated protocol buffer code."""
7
7
  from google.protobuf import descriptor as _descriptor
8
8
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  6,
15
15
  31,
16
- 0,
17
- '-rc2',
16
+ 1,
17
+ '',
18
18
  'google/protobuf/source_context.proto'
19
19
  )
20
20
  # @@protoc_insertion_point(imports)
@@ -2,7 +2,7 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # NO CHECKED-IN PROTOBUF GENCODE
4
4
  # source: google/protobuf/struct.proto
5
- # Protobuf Python Version: 6.31.0-rc2
5
+ # Protobuf Python Version: 6.31.1
6
6
  """Generated protocol buffer code."""
7
7
  from google.protobuf import descriptor as _descriptor
8
8
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  6,
15
15
  31,
16
- 0,
17
- '-rc2',
16
+ 1,
17
+ '',
18
18
  'google/protobuf/struct.proto'
19
19
  )
20
20
  # @@protoc_insertion_point(imports)
@@ -2,7 +2,7 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # NO CHECKED-IN PROTOBUF GENCODE
4
4
  # source: google/protobuf/timestamp.proto
5
- # Protobuf Python Version: 6.31.0-rc2
5
+ # Protobuf Python Version: 6.31.1
6
6
  """Generated protocol buffer code."""
7
7
  from google.protobuf import descriptor as _descriptor
8
8
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  6,
15
15
  31,
16
- 0,
17
- '-rc2',
16
+ 1,
17
+ '',
18
18
  'google/protobuf/timestamp.proto'
19
19
  )
20
20
  # @@protoc_insertion_point(imports)
@@ -2,7 +2,7 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # NO CHECKED-IN PROTOBUF GENCODE
4
4
  # source: google/protobuf/type.proto
5
- # Protobuf Python Version: 6.31.0-rc2
5
+ # Protobuf Python Version: 6.31.1
6
6
  """Generated protocol buffer code."""
7
7
  from google.protobuf import descriptor as _descriptor
8
8
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  6,
15
15
  31,
16
- 0,
17
- '-rc2',
16
+ 1,
17
+ '',
18
18
  'google/protobuf/type.proto'
19
19
  )
20
20
  # @@protoc_insertion_point(imports)
@@ -2,7 +2,7 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # NO CHECKED-IN PROTOBUF GENCODE
4
4
  # source: google/protobuf/wrappers.proto
5
- # Protobuf Python Version: 6.31.0-rc2
5
+ # Protobuf Python Version: 6.31.1
6
6
  """Generated protocol buffer code."""
7
7
  from google.protobuf import descriptor as _descriptor
8
8
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  6,
15
15
  31,
16
- 0,
17
- '-rc2',
16
+ 1,
17
+ '',
18
18
  'google/protobuf/wrappers.proto'
19
19
  )
20
20
  # @@protoc_insertion_point(imports)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: protobuf
3
- Version: 6.31.0rc2
3
+ Version: 6.31.1
4
4
  Summary: Protocol Buffers
5
5
  Home-page: https://developers.google.com/protocol-buffers/
6
6
  Download-URL: https://github.com/protocolbuffers/protobuf/releases
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
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