Skip to content

Commit da14c18

Browse files
uemanvaind
andauthored
Update uuid (#1647)
Co-authored-by: Ivan Dlugos <[email protected]>
1 parent 7f75f32 commit da14c18

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Enable compatibility with uuid v4 ([#1647](https://github.com/getsentry/sentry-dart/pull/1647))
8+
39
## 7.10.1
410

511
### Enhancements

dart/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
http: '>=0.13.0 <2.0.0'
1616
meta: ^1.3.0
1717
stack_trace: ^1.10.0
18-
uuid: ^3.0.0
18+
uuid: '>=3.0.0 <5.0.0'
1919

2020
dev_dependencies:
2121
mockito: ^5.1.0

0 commit comments

Comments
 (0)