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

➕ add httpx dev dependency #88

Merged
merged 1 commit into from
Feb 24, 2024
Merged

Conversation

mingi3314
Copy link
Owner

@mingi3314 mingi3314 commented Feb 24, 2024


Generated summary (powered by Graphite)

Pull Request Description

TL;DR

This pull request introduces the httpx package to the project and updates the poetry.lock file accordingly.

What changed

The httpx package was added to the pyproject.toml file, and the poetry.lock file was updated to include the new package and its dependencies. The httpx package is a next-generation HTTP client for Python, and it's compatible with Python versions 3.8 and above.

The httpcore package was also added as a dependency of httpx. This package is a minimal low-level HTTP client.

How to test

To test these changes, you can follow these steps:

  1. Pull the changes from this branch into your local environment.
  2. Run poetry install to install the new dependencies.
  3. Use the httpx package in your code and verify that it works as expected.

Why make this change

The httpx package was added to support HTTP requests in the project. This package provides features such as request and response handling, content decoding, and connection pooling, which can simplify and improve the HTTP handling in the project.

Copy link
Owner Author

mingi3314 commented Feb 24, 2024

Merge activity

  • Feb 24, 9:32 AM EST: @mingi3314 started a stack merge that includes this pull request via Graphite.
  • Feb 24, 9:37 AM EST: Graphite rebased this pull request as part of a merge.
  • Feb 24, 9:38 AM EST: @mingi3314 merged this pull request with Graphite.

@mingi3314 mingi3314 force-pushed the 02-24-_model_dump_json_mode_ branch from d64a671 to b116c34 Compare February 24, 2024 14:34
Base automatically changed from 02-24-_model_dump_json_mode_ to main February 24, 2024 14:36
@mingi3314 mingi3314 force-pushed the 02-24-_add_httpx_dev_dependency branch from 30ab67e to aec066a Compare February 24, 2024 14:36
@mingi3314 mingi3314 merged commit 37237a3 into main Feb 24, 2024
1 check passed
@mingi3314 mingi3314 deleted the 02-24-_add_httpx_dev_dependency branch February 24, 2024 14:38
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 this pull request may close these issues.

1 participant