Conversation
|
@tianchu please. |
|
Also what is the release procedure? Is it automated or I need to bump the version file manually with that PR? |
|
@mbelang Hi Maxime, thank you for the pull request! For installations through AWS Layer, we do test everything before release, so it is safe to pick up the latest version for every release. However installations through I can help test and publish a new version to AWS once you pin down the versions :) |
|
@tianchu Sorry I didn't know that particularity with Lambda Layers. We install python dependencies through serverless framework and a python plugin. We use python poetry as a dependency manager which ensures versions via lock file. I understand it does make sense in that particular context though so I reverted to pinned versions. Thank you |
|
Unfortunately I ran into some unexpected errors from the latest Again, thank you for the PR! We will also try set up circle ci to remind us for out dated dependencies in the future. |
Note: Please remember to review the contribution guidelines
if you have not yet done so.
What does this PR do?
Update to latest dependencies
Motivation
Our internal libraries wrapping ddtrace are using latest datadog library versions. Also the library in it's current form is not very flexible in term of dependencies. It should allow ranges. If you want me to put some ranges instead of
>=please feel free to comment with suggestions.Testing Guidelines
Running the tests and all green gives me enough confidence.