globus / globus-compute

Globus Compute: High Performance Function Serving for Science
https://www.globus.org/compute
Apache License 2.0
146 stars 47 forks source link

un-pin websockets dependency #1626

Closed dylanmcreynolds closed 1 month ago

dylanmcreynolds commented 1 month ago

Description

The pinning of websocksets in the compute-sdk package is to an exact version, which is now a few years old. We are using the globus-compute-sdk package within a project that uses another package which itself uses websocksets, and requires >=10.4

Fixes # (issue) Fixes #1624

Type of change

Choose which options apply, and delete the ones which do not apply.

dylanmcreynolds commented 1 month ago

Closing. Replaced by #1628