Labelbox / labelbox-python

The data factory for next gen AI
https://labelbox.com
Apache License 2.0
111 stars 58 forks source link

Replace direct http connection with requests.Session() Using connection pool #1733

Closed vbrodsky closed 1 month ago

vbrodsky commented 1 month ago

Description

Switch from direct http access to using Session and related Request and PreparedRequest classes. This gives us a number of advantages:

Immediate benefit is fix for network connections issues we had with our sdk integration tests in codefresh This was tested as follows:

Type of change

Please delete options that are not relevant.

All Submissions

New Feature Submissions

Changes to Core Features