-
Notifications
You must be signed in to change notification settings - Fork 46
Update Dependencies #644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update Dependencies #644
Conversation
d888bcd
to
1e115fa
Compare
poetry.lock
Outdated
[[package]] | ||
name = "ddtrace" | ||
version = "2.20.0" | ||
version = "3.11.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure we should make this change just yet. This would mean that any customers currently relying on v2 of ddtrace would have to update all of their instrumentation code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's v3 in pyproject.toml
. Does this mean we are already requiring customers to use v3?
datadog-lambda-python/pyproject.toml
Line 31 in 50d893a
ddtrace = ">=3.10.2,<4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh look at that. Yes, I think you are correct. Good catch.
a314d5d
to
554232a
Compare
5c96590
to
261b134
Compare
b1b2faa
to
9ab99c0
Compare
1c1589d
to
ebd625e
Compare
fa178ff
to
d9d762b
Compare
eabe0fb
to
d2631f6
Compare
99f1199
to
518f937
Compare
8ea6b37
to
a320ec9
Compare
41934a9
to
33d4c71
Compare
31b8758
to
16f427d
Compare
16f427d
to
1ef570d
Compare
Autogenerated PR to update all deps to latest versions