This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/pip/ui/backend/server/aiohttp-3.13.3
in repository https://gitbox.apache.org/repos/asf/hamilton.git
omit 9c3279f8 Bump aiohttp from 3.12.14 to 3.13.3 in /ui/backend/server
add 687d10ca Adds missing .md header & makes license check run for docs
builds too (#1437)
add 38ad70a3 Expand to python 3.13
add fbb92f45 Remove Pythono 3.8 and 3.9
add a9cfd66e Enforce Ruff B905
add 68b8613c Bump aiohttp from 3.12.14 to 3.13.3 in /ui/backend/server
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9c3279f8)
\
N -- N -- N
refs/heads/dependabot/pip/ui/backend/server/aiohttp-3.13.3 (68b8613c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/hamilton-main.yml | 23 ++++------------------
.github/workflows/hamilton-ui-backend.yml | 2 +-
.github/workflows/sphinx-docs.yml | 4 ++++
contrib/docs/compile_docs.py | 2 +-
.../user/skrawcz/customize_embeddings/__init__.py | 2 +-
.../contrib/user/skrawcz/fine_tuning/__init__.py | 2 +-
contrib/setup.py | 5 ++---
dev_tools/language_server/pyproject.toml | 2 +-
docs/ecosystem/index.md | 18 +++++++++++++++++
docs/get-started/install.md | 2 +-
.../modular_llm_stack/lancedb_module.py | 4 +++-
.../modular_llm_stack/marqo_module.py | 2 +-
.../modular_llm_stack/pinecone_module.py | 2 +-
.../modular_llm_stack/qdrant_module.py | 2 +-
.../modular_llm_stack/weaviate_module.py | 2 +-
.../backend/ingestion.py | 4 +++-
.../probability_estimation.py | 3 ++-
hamilton/async_driver.py | 2 +-
.../experimental/decorators/parameterize_frame.py | 4 ++--
hamilton/function_modifiers/expanders.py | 4 +++-
hamilton/plugins/h_kedro.py | 4 ++--
hamilton/plugins/h_openlineage.py | 1 +
pyproject.toml | 15 ++++++--------
scripts/build_conda.sh | 2 +-
scripts/update_blogs_in_learning_resources.py | 2 +-
tests/resources/test_driver_serde_mapper.py | 2 +-
.../server/trackingserver_run_tracking/api.py | 2 +-
ui/backend/setup.py | 5 ++---
ui/sdk/pyproject.toml | 8 ++++----
writeups/developer_setup.md | 2 +-
30 files changed, 72 insertions(+), 62 deletions(-)