We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f75f32 commit da14c18Copy full SHA for da14c18
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Enable compatibility with uuid v4 ([#1647](https://github.com/getsentry/sentry-dart/pull/1647))
8
9
## 7.10.1
10
11
### Enhancements
dart/pubspec.yaml
@@ -15,7 +15,7 @@ dependencies:
15
http: '>=0.13.0 <2.0.0'
16
meta: ^1.3.0
17
stack_trace: ^1.10.0
18
- uuid: ^3.0.0
+ uuid: '>=3.0.0 <5.0.0'
19
20
dev_dependencies:
21
mockito: ^5.1.0
0 commit comments