Skip to content

Commit

Permalink
fix: OPTIC-104: Fixing packages (#4749)
Browse files Browse the repository at this point in the history
* fix: OPTIC-104: Fixing packages

* fix: OPTIC-104: Narrowing allowed protobuf versions for compatibility

* fix: OPTIC-104: Using archive instead of VCS for drf-yasf requirement

* fix: OPTIC-104: Trying VCS without -e flag

* fix: OPTIC-104: Adding -e flag back

* fix: OPTIC-104: Making google-api-core version looser

* fix: OPTIC-104: Testing freeze from previous release

* fix: OPTIC-104: Removing duplicate requirements

* fix: OPTIC-104: Using wheel for drf-yasg

* fix: OPTIC-104: Fixing deps

* fix: OPTIC-104: Adding package name

* fix: OPTIC-104: Bringing back original reqs with @

* fix: OPTIC-104: Narrowing protobuf again

* fix: OPTIC-104: Bumping google-api-core dep +1 patch

* fix: OPTIC-104: Making google-api-core >= instead of hard pin

* fix: OPTIC-104: Adding newline to bust cache

* fix: OPTIC-104: Hard pinning grpc

* fix: OPTIC-104: Softening google deps

* fix: OPTIC-104: removing duplicate req

* fix: OPTIC-104: making sure google packages stay major-stable

* feat: OPTIC: Forcing rebuild

* fix: OPTIC-104: Decreasing dep versions

* fix: OPTIC-104: Pinning google packs to versions that worked before

* fix: OPTIC-104: Trying windows build without pip cache

* fix: OPTIC-104: Trying different runner version

* fix: OPTIC-104: Bringing newest runner back. Quoting version

* fix: OPTIC-104: More quotes

* fix: OPTIC-104: Removing Python 3.10 and 3.11 tests from windows

---------

Co-authored-by: Wesley Lima <[email protected]>
  • Loading branch information
wesleylima and Wesley Lima authored Sep 15, 2023
1 parent 5157083 commit a323bbb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cicd_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ jobs:
- ruff
- pytest
- migrations
- conda-test
- build-docker
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,6 @@ jobs:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'

env:
DJANGO_SETTINGS_MODULE: core.settings.label_studio
Expand Down
4 changes: 2 additions & 2 deletions deploy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ django-ranged-fileresponse>=0.1.2
drf_dynamic_fields==0.3.0
djangorestframework==3.13.1
drf-flex-fields==0.9.5
-e git+https://github.com/HumanSignal/drf-yasg#egg=drf-yasg
drf-yasg @ https://github.com/HumanSignal/drf-yasg/releases/download/1.21.7/drf_yasg-1.21.8.dev1+gda9d765-py3-none-any.whl
drf-generators==0.3.0
htmlmin==0.1.12
jsonschema==3.2.0
Expand All @@ -46,7 +46,7 @@ defusedxml>=0.7.1
numpy==1.24.3
ordered_set==4.0.2
pandas>=0.24.0
protobuf>=3.15.5
protobuf>=3.15.5,<4.0.0
psycopg2-binary==2.9.6
pydantic>=1.7.3,<=1.11.0
python_dateutil>=2.8.1
Expand Down

0 comments on commit a323bbb

Please sign in to comment.