sentry-relay 0.8.63__zip → 0.8.64__zip

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,10 +1,10 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sentry-relay
3
- Version: 0.8.63
3
+ Version: 0.8.64
4
4
  Summary: A python library to access sentry relay functionality.
5
5
  Author: Sentry
6
6
  Author-email: hello@sentry.io
7
7
  License: FSL-1.0-Apache-2.0
8
8
  Platform: any
9
- Requires-Python: >=3.11
9
+ Requires-Python: >=3.10
10
10
  Description-Content-Type: text/markdown
@@ -113,7 +113,7 @@ setup(
113
113
  package_data={"sentry_relay": ["py.typed", "_lowlevel.pyi"]},
114
114
  zip_safe=False,
115
115
  platforms="any",
116
- python_requires=">=3.11",
116
+ python_requires=">=3.10",
117
117
  install_requires=["milksnake>=0.1.6"],
118
118
  setup_requires=["milksnake>=0.1.6"],
119
119
  milksnake_tasks=[build_native],
@@ -0,0 +1 @@
1
+ 0.8.64
@@ -1 +0,0 @@
1
- 0.8.63
File without changes