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

Update httpx requirement from ~=0.27.0 to ~=0.28.0 in /package #2216

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Updates the requirements on httpx to permit the latest version.

Release notes

Sourced from httpx's releases.

Version 0.28.0

0.28.0 (28th November, 2024)

The 0.28 release includes a limited set of deprecations.

Deprecations:

We are working towards a simplified SSL configuration API.

For users of the standard verify=True or verify=False cases, or verify=<ssl_context> case this should require no changes. The following cases have been deprecated...

  • The verify argument as a string argument is now deprecated and will raise warnings.
  • The cert argument is now deprecated and will raise warnings.

Our revised SSL documentation covers how to implement the same behaviour with a more constrained API.

The following changes are also included:

  • The deprecated proxies argument has now been removed.
  • The deprecated app argument has now been removed.
  • JSON request bodies use a compact representation. (#3363)
  • Review URL percent escape sets, based on WHATWG spec. (#3371, #3373)
  • Ensure certifi and httpcore are only imported if required. (#3377)
  • Treat socks5h as a valid proxy scheme. (#3178)
  • Cleanup Request() method signature in line with client.request() and httpx.request(). (#3378)
Changelog

Sourced from httpx's changelog.

0.28.0 (28th November, 2024)

The 0.28 release includes a limited set of deprecations.

Deprecations:

We are working towards a simplified SSL configuration API.

For users of the standard verify=True or verify=False cases, or verify=<ssl_context> case this should require no changes. The following cases have been deprecated...

  • The verify argument as a string argument is now deprecated and will raise warnings.
  • The cert argument is now deprecated and will raise warnings.

Our revised SSL documentation covers how to implement the same behaviour with a more constrained API.

The following changes are also included:

  • The deprecated proxies argument has now been removed.
  • The deprecated app argument has now been removed.
  • JSON request bodies use a compact representation. (#3363)
  • Review URL percent escape sets, based on WHATWG spec. (#3371, #3373)
  • Ensure certifi and httpcore are only imported if required. (#3377)
  • Treat socks5h as a valid proxy scheme. (#3178)
  • Cleanup Request() method signature in line with client.request() and httpx.request(). (#3378)

0.27.2 (27th August, 2024)

Fixed

  • Reintroduced supposedly-private URLTypes shortcut. (#2673)

0.27.1 (27th August, 2024)

Added

  • Support for zstd content decoding using the python zstandard package is added. Installable using httpx[zstd]. (#3139)

Fixed

  • Improved error messaging for InvalidURL exceptions. (#3250)
  • Fix app type signature in ASGITransport. (#3109)

0.27.0 (21st February, 2024)

Deprecated

  • The app=... shortcut has been deprecated. Use the explicit style of transport=httpx.WSGITransport() or transport=httpx.ASGITransport() instead.

Fixed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the Python Pull requests that update Python code label Dec 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2024

The following labels could not be found: dependencies.

Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.0...0.28.0)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/package/httpx-approx-eq-0.28.0 branch from c65a63a to e68c3f1 Compare December 3, 2024 13:35
@Huongg Huongg merged commit 10ea7be into main Dec 3, 2024
53 checks passed
@Huongg Huongg deleted the dependabot/pip/package/httpx-approx-eq-0.28.0 branch December 3, 2024 13:56
Huongg pushed a commit that referenced this pull request Dec 6, 2024
* Remove exp tracking from feature hits and global toolbar; remove ExperimentsIcon

Signed-off-by: tynandebold <[email protected]>

* Remove /experiment-tracking directory; fix tests

Signed-off-by: tynandebold <[email protected]>

* Remove exp. tracking utils, reducers, styles

Signed-off-by: tynandebold <[email protected]>

* Update moto requirement from ~=5.0.9 to ~=5.0.21 in /package (#2218)

Updates the requirements on [moto](https://github.com/getmoto/moto) to permit the latest version.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.9...5.0.21)

---
updated-dependencies:
- dependency-name: moto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update httpx requirement from ~=0.27.0 to ~=0.28.0 in /package (#2216)

Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.0...0.28.0)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update bandit requirement from ~=1.7 to ~=1.8 in /package (#2215)

Updates the requirements on [bandit](https://github.com/PyCQA/bandit) to permit the latest version.
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.7.0...1.8.0)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update boto3 requirement from ~=1.34 to ~=1.35 in /package (#2214)

Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.0...1.35.71)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jitendra Gundaniya <[email protected]>

* Revert change from PR #2179

Signed-off-by: tynandebold <[email protected]>

* Remove the sanitizedPathname() function

Signed-off-by: tynandebold <[email protected]>

* Remove Cypress tests for exp tracking

Signed-off-by: tynandebold <[email protected]>

* Merge localStorageState state instead of the older allLocalStorageState

Signed-off-by: tynandebold <[email protected]>

---------

Signed-off-by: tynandebold <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jitendra Gundaniya <[email protected]>
astrojuanlu pushed a commit that referenced this pull request Feb 25, 2025
* [Frontend] Remove experiment tracking (#2212)

* Remove exp tracking from feature hits and global toolbar; remove ExperimentsIcon

Signed-off-by: tynandebold <[email protected]>

* Remove /experiment-tracking directory; fix tests

Signed-off-by: tynandebold <[email protected]>

* Remove exp. tracking utils, reducers, styles

Signed-off-by: tynandebold <[email protected]>

* Update moto requirement from ~=5.0.9 to ~=5.0.21 in /package (#2218)

Updates the requirements on [moto](https://github.com/getmoto/moto) to permit the latest version.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.9...5.0.21)

---
updated-dependencies:
- dependency-name: moto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update httpx requirement from ~=0.27.0 to ~=0.28.0 in /package (#2216)

Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.0...0.28.0)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update bandit requirement from ~=1.7 to ~=1.8 in /package (#2215)

Updates the requirements on [bandit](https://github.com/PyCQA/bandit) to permit the latest version.
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.7.0...1.8.0)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update boto3 requirement from ~=1.34 to ~=1.35 in /package (#2214)

Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.0...1.35.71)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jitendra Gundaniya <[email protected]>

* Revert change from PR #2179

Signed-off-by: tynandebold <[email protected]>

* Remove the sanitizedPathname() function

Signed-off-by: tynandebold <[email protected]>

* Remove Cypress tests for exp tracking

Signed-off-by: tynandebold <[email protected]>

* Merge localStorageState state instead of the older allLocalStorageState

Signed-off-by: tynandebold <[email protected]>

---------

Signed-off-by: tynandebold <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jitendra Gundaniya <[email protected]>

* Feature/remove session store (#2219)

* remove session store

Signed-off-by: Huong Nguyen <[email protected]>

* remove relateds tests

Signed-off-by: Huong Nguyen <[email protected]>

* remove doc about session store

Signed-off-by: Huong Nguyen <[email protected]>

* lint formatting

Signed-off-by: Huong Nguyen <[email protected]>

* remove session store from tests

Signed-off-by: Huong Nguyen <[email protected]>

* update docs reference

Signed-off-by: Huong Nguyen <[email protected]>

* update test_server

Signed-off-by: Huong Nguyen <[email protected]>

* remove sessions store from load_data

Signed-off-by: Huong Nguyen <[email protected]>

* remove make_db_session_factory

Signed-off-by: Huong Nguyen <[email protected]>

* remove session store from _load_data_helper

Signed-off-by: Huong Nguyen <[email protected]>

* remove database.py entirely

Signed-off-by: Huong Nguyen <[email protected]>

* remove test graphql folder

Signed-off-by: Huong Nguyen <[email protected]>

* remove cy test related to ET tab

Signed-off-by: Huong Nguyen <[email protected]>

* Revert changes for .md as it will be done separately

Signed-off-by: Huong Nguyen <[email protected]>

* revert contributing.md

Signed-off-by: Huong Nguyen <[email protected]>

* remove e2e test failed from ET

Signed-off-by: Huong Nguyen <[email protected]>

---------

Signed-off-by: Huong Nguyen <[email protected]>
Co-authored-by: Huong Nguyen <[email protected]>

* Feature/remove-grahpql (#2222)

* revert back the getVersion in graphql

Signed-off-by: Huong Nguyen <[email protected]>

* update queries and schema

Signed-off-by: Huong Nguyen <[email protected]>

* fix lint error

Signed-off-by: Huong Nguyen <[email protected]>

* revert graphql_router since it's still using in getVersion

Signed-off-by: Huong Nguyen <[email protected]>

* remove experiment-tracking.py, and runs and tracking datatset from repos

Signed-off-by: Huong Nguyen <[email protected]>

* fix lint

Signed-off-by: Huong Nguyen <[email protected]>

* update format lint

Signed-off-by: Huong Nguyen <[email protected]>

* remove set_database_session

Signed-off-by: Huong Nguyen <[email protected]>

---------

Signed-off-by: Huong Nguyen <[email protected]>
Co-authored-by: Huong Nguyen <[email protected]>

* Feature/remove et doc (#2232)

* revert back the getVersion in graphql

Signed-off-by: Huong Nguyen <[email protected]>

* update queries and schema

Signed-off-by: Huong Nguyen <[email protected]>

* fix lint error

Signed-off-by: Huong Nguyen <[email protected]>

* revert graphql_router since it's still using in getVersion

Signed-off-by: Huong Nguyen <[email protected]>

* remove experiment-tracking.py, and runs and tracking datatset from repos

Signed-off-by: Huong Nguyen <[email protected]>

* fix lint

Signed-off-by: Huong Nguyen <[email protected]>

* update format lint

Signed-off-by: Huong Nguyen <[email protected]>

* remove set_database_session

Signed-off-by: Huong Nguyen <[email protected]>

* remove ET mentioned in the doc and readme

Signed-off-by: Huong Nguyen <[email protected]>

* remove ET and session store from readme

Signed-off-by: Huong Nguyen <[email protected]>

* update new architecture diagram to remove apollo graphQL

Signed-off-by: Huong Nguyen <[email protected]>

---------

Signed-off-by: Huong Nguyen <[email protected]>
Co-authored-by: Huong Nguyen <[email protected]>

* Get version using restAPI (#2242)

* set up rest for getversion

Signed-off-by: Huong Nguyen <[email protected]>

* include get_latest_version, is_running_outdated_version

Signed-off-by: Huong Nguyen <[email protected]>

* fixing the error

Signed-off-by: Huong Nguyen <[email protected]>

* remove graphql

Signed-off-by: Huong Nguyen <[email protected]>

* include test for getting version

Signed-off-by: Huong Nguyen <[email protected]>

* remove check schema in lint

Signed-off-by: Huong Nguyen <[email protected]>

* fix lint format error

Signed-off-by: Huong Nguyen <[email protected]>

* remove test for graphql

Signed-off-by: Huong Nguyen <[email protected]>

* fix syntax error

Signed-off-by: Huong Nguyen <[email protected]>

* remove apollo

Signed-off-by: Huong Nguyen <[email protected]>

* update libasound2 to libasound2t64 with the lates ubutun

Signed-off-by: Huong Nguyen <[email protected]>

* update libgconf-2-4

Signed-off-by: Huong Nguyen <[email protected]>

* update versions to version

Signed-off-by: Huong Nguyen <[email protected]>

---------

Signed-off-by: Huong Nguyen <[email protected]>
Co-authored-by: Huong Nguyen <[email protected]>

* remove deprecation banner for ET

Signed-off-by: Huong Nguyen <[email protected]>

* update release note

Signed-off-by: Huong Nguyen <[email protected]>

* Experiment Tracking CleanUp (#2278)

I did a final clean-up of Experiment Tracking on Kedro-viz

mostly minor stuff here and there
removed dataset_factory resolver implementation as it only affected Exp. Tracking
also Experiment Tracking last run data was also originally showed in the flowchart metadata panel, so I removed that
besides that some plotly references and other stuff.
also quite a few of these files are removing experiment tracking data files from demo-project.

* update github-pr-check to github-pr-review to avoid the max file review on PR

Signed-off-by: Huong Nguyen <[email protected]>

* ignore value on mergekeeper

Signed-off-by: rashidakanchwala <[email protected]>

* Fix typo in ignored CircleCI checks list

---------

Signed-off-by: tynandebold <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Huong Nguyen <[email protected]>
Signed-off-by: rashidakanchwala <[email protected]>
Co-authored-by: Tynan DeBold <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jitendra Gundaniya <[email protected]>
Co-authored-by: Huong Nguyen <[email protected]>
Co-authored-by: rashidakanchwala <[email protected]>
Co-authored-by: rashidakanchwala <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants