Skip to content
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

Update Python dependencies #987

Closed
adriangonz opened this issue Oct 23, 2019 · 0 comments · Fixed by #988
Closed

Update Python dependencies #987

adriangonz opened this issue Oct 23, 2019 · 0 comments · Fixed by #988
Assignees

Comments

@adriangonz
Copy link
Contributor

Context

There are only 3 dependencies in seldon_core pinned to a particular version. However, these point to relatively old ones and it would be good to update them.

These are:

  • Flask-OpenTracing
  • opentracing
  • jaeger-client

Suggested changes

Update Flask-Opentracing

We are currently on version v0.2.0 and the latest is v1.1.0. There seem to be small breaking changes which only affect naming.

Update opentracing

We are currently on version v1.2.2 and the latest is v2.2.0. No breaking changes listed on the changelog.

Update jaeger-client

We are currently on version v3.13.0 and the latest is v4.1.0. No breaking changes listed on the changelog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant