weavel-ai / Ape

Your first AI prompt engineer
https://docs.weavel.ai/sdk-reference/ape-common
MIT License
331 stars 13 forks source link

chore: change promptfile dependency in pyproject.toml, bump version 0… #25

Closed aschung01 closed 1 week ago

aschung01 commented 1 week ago

Description

This pull request updates the promptfile dependency and version numbers across multiple files in the project. The main changes include:

  1. Upgrading the promptfile dependency from >=0.5.0 to >=0.6.0 in libs/ape-common/pyproject.toml.
  2. Bumping the version of ape-core from 0.7.4 to 0.8.0 in libs/ape-core/pyproject.toml.
  3. Updating the promptfile package in poetry.lock to version 0.6.0, removing the local development reference.
  4. Changing the main project version from 0.7.4 to 0.8.0 in the root pyproject.toml.
  5. Replacing the local development reference of promptfile with the versioned dependency ^0.6.0 in the root pyproject.toml.

These changes aim to standardize the promptfile dependency across the project and update the project's version to reflect the new changes. This update likely includes new features or bug fixes in the promptfile package.

Changes that Break Backward Compatibility

The upgrade of the promptfile dependency from version 0.5.0 to 0.6.0 may introduce breaking changes if there are any incompatibilities between these versions. While this is a minor version change, it's possible that there might be some breaking changes or new features that could affect the project. Users of this project should review the changelog of promptfile 0.6.0 to ensure their code remains compatible with the new version and understand any potential impacts.

Documentation

N/A

Created with Palmier

Created with Palmier

aschung01 commented 1 week ago

@palmier-bot describe