This is an automated email from the ASF dual-hosted git repository.

ebenizzy pushed a change to branch burr-0.42.0-release-prep
in repository https://gitbox.apache.org/repos/asf/burr.git


    omit 69b5da06 Add -src suffix to source release archive name
    omit 9e26edc3 Replace copyright headers in config files with Apache standard
    omit 7c6329c8 Bump version to 0.42.0
    omit dd01b30e Improve twine validation error messages
    omit 8ca0e490 Truncate pyproject.toml description to single line
    omit 3a4ff070 Add twine-check command for voter verification
    omit 3b1b3ab2 Document twine requirement in release process
    omit 9fb724fe Add twine verification to wheel build process
    omit cbfb0aeb Add Apache license headers to 33 notebooks
    omit 44719962 Replace non-standard license headers in 6 notebooks
     add bc223780 Update OpenAI model in LCEL multi-agent example
     add 00901a60 feat: deploy Burr in Vercel
     add 374aa8fb chore: remove test settings
     add 2c0ccb08 chore: add EOL
     add f2ee1939 chore: remove additional line
     add 45c0538f fix: add ASF license section
     add 3a417af1 Replace non-standard license headers in 6 notebooks
     add 165b8fa4 Add Apache license headers to 33 notebooks
     add c383a88d Add twine verification to wheel build process
     add df16afb7 Document twine requirement in release process
     add 5ebd1c15 Add twine-check command for voter verification
     add c3dd196c Truncate pyproject.toml description to single line
     add 689050a8 Improve twine validation error messages
     add 3b5b94e8 Bump version to 0.42.0
     add 1a9fdf38 Replace copyright headers in config files with Apache standard
     add 6c0b52b5 Add -src suffix to source release archive name

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   (69b5da06)
            \
             N -- N -- N   refs/heads/burr-0.42.0-release-prep (6c0b52b5)

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:
 examples/deployment/vercel/README.md               | 142 +++++++++++++++++++++
 examples/deployment/vercel/api/counter.py          | 128 +++++++++++++++++++
 .../deployment/vercel/app}/__init__.py             |   0
 .../{aws/lambda => vercel}/app/counter_app.py      |   1 +
 .../{aws/lambda => vercel}/requirements.txt        |   0
 .../multi-agent-collaboration/lcel/application.py  |   2 +-
 6 files changed, 272 insertions(+), 1 deletion(-)
 create mode 100644 examples/deployment/vercel/README.md
 create mode 100644 examples/deployment/vercel/api/counter.py
 copy {burr => examples/deployment/vercel/app}/__init__.py (100%)
 copy examples/deployment/{aws/lambda => vercel}/app/counter_app.py (99%)
 copy examples/deployment/{aws/lambda => vercel}/requirements.txt (100%)

Reply via email to