Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

update gunicorn #354

Closed
wants to merge 9 commits into from
Closed

update gunicorn #354

wants to merge 9 commits into from

Conversation

miararoy
Copy link
Contributor

@miararoy miararoy commented Nov 3, 2024

Problem

gunicorn dep is ood

Solution

fixing gunicorn dep, using poetry instead of dependabot

closes #353
closes #350

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Infrastructure change (CI configs, etc)
  • Non-code change (docs, etc)
  • None of the above: (explain here)

Test Plan

Describe specific steps for validating this change.

@@ -79,6 +79,7 @@ types-requests = "^2.31.0.2"
httpx = "^0.25.0"
pydoclint = "^0.3.8"
pytest-dotenv = "^0.5.2"
nltk = "3.8.1"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reasoning behind adding nltk as a dependency?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah this sovled the CI failing problem of loading some NLTK libs
see here: Unstructured-IO/unstructured#3511

@izellevy izellevy self-requested a review November 4, 2024 14:03
@izellevy izellevy added this pull request to the merge queue Nov 6, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 6, 2024
@miararoy miararoy added this pull request to the merge queue Nov 6, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 6, 2024
@miararoy miararoy added this pull request to the merge queue Nov 6, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 6, 2024
@miararoy miararoy added this pull request to the merge queue Nov 8, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 8, 2024
@miararoy miararoy closed this Nov 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants