Mon Jan 8 09:02:52 2024 +0000
- Upgrade LangChain from 0.0.353 to 0.1.0
- This includes various bug fixes and improvements
Mon Jan 1 08:23:24 2024 +0000
- Bump LangChain version from 0.0.352 to 0.0.353 in requirements.txt
Tue Dec 26 23:39:13 2023 -0500
- Replace hardcoded workflow token with PAT secret
- Fetch full git history to allow version bumping
Tue Dec 26 23:35:58 2023 -0500
- Add git config step to set local user email and name for bumpver commit
- This prevents bumpver from failing due to missing git user config
Tue Dec 26 23:16:15 2023 -0500
- Add GitHub workflow definition file to repository
- Workflow allows manually triggering patch, minor or major version bump
- Installs bumpver package and runs it to update version files and push changes
Wed Dec 27 03:31:19 2023 +0000
- Upgrade Anthropic to 0.8.1
- Upgrade LangChain to 0.0.352
- Upgrade OpenAI to 1.6.1
- Upgrade Pydantic to 2.5.3
Tue Dec 26 22:30:06 2023 -0500
- Added app group to Dependabot config to enable version updates for all packages
- This will keep dependencies up-to-date and reduce security vulnerabilities
Mon Dec 18 13:12:29 2023 +0000
- Upgrade anthropic dependency to latest version 0.7.8
- Update requirements.txt file with new anthropic version
Mon Dec 18 08:39:48 2023 +0000
- Bump LangChain version from 0.0.348 to 0.0.350 in requirements.txt
Mon Dec 11 08:27:14 2023 +0000
- Bump LangChain version from 0.0.345 to 0.0.348 in requirements.txt
Tue Dec 5 10:05:39 2023 -0500
- Upgrade Anthropic to 0.7.7
- Upgrade LangChain to 0.0.345
- Upgrade OpenAI to 1.3.7
Mon Nov 27 17:36:31 2023 -0500
- Bump LangChain version from 0.0.340 to 0.0.341
- Update requirements.txt file with latest LangChain release
Mon Nov 27 17:35:07 2023 -0500
- Upgrade anthropic dependency to latest version 0.7.5
- Update requirements.txt file with new anthropic version
Mon Nov 27 17:33:28 2023 -0500
- Upgraded anthropic from 0.5.0 to 0.7.4
- Upgraded langchain from 0.0.330 to 0.0.340
- Upgraded langchainhub from 0.1.13 to 0.1.14
- Upgraded openai from 0.28.1 to 1.3.5
- Upgraded pydantic from 2.4.2 to 2.5.2
Mon Nov 6 08:30:02 2023 +0000
- Upgrade langchain from 0.0.325 to 0.0.330
- This includes bug fixes and new features added in recent langchain releases
Mon Oct 30 08:08:53 2023 +0000
- Upgrade langchain from 0.0.320 to 0.0.325
- This includes bug fixes and new features added in the latest langchain release
Mon Oct 23 16:45:30 2023 +0000
- Upgrade anthropic dependency to latest version 0.5.0
- This upgrades anthropic from 0.3.11 to 0.5.0
Thu Oct 19 15:29:03 2023 -0400
- Added GitHub workflow to publish Python package to PyPI
- Added GitHub workflow to build and push Docker image to Docker Hub
- Updated badges in README
Thu Oct 19 10:48:57 2023 -0400
- Add Code Climate badges for maintainability, issues, and technical debt
- Add Docker Hub badges for image version and size
- Re-order badges for better visual hierarchy
- Update vulnerability scanning badge to Snyk
- Minor formatting updates
Mon Oct 16 08:43:41 2023 +0000
- Upgrade langchain from 0.0.308 to 0.0.315
- This includes bug fixes and new features added in langchain
Fri Oct 6 21:03:07 2023 -0400
- Increment version number in init.py and pyproject.toml
- Update CHANGELOG.md with new version
Thu Oct 5 13:54:40 2023 +0000
- Upgrade langchain from 0.0.305 to 0.0.308
- This includes bug fixes and new features added in 0.0.306 - 0.0.308
Mon Oct 2 09:01:46 2023 -0400
- Bumped version number in init.py and pyproject.toml from 0.0.11 to 0.0.12
- Ran bumpver to update version in pyproject.toml and commit changes
Mon Oct 2 08:38:36 2023 +0000
- Upgrade pydantic dependency to version 2.4.2 for improved type hints and bug fixes.
- This includes fixes for issues with GenericModel and better support for Python 3.11.
Mon Oct 2 08:38:27 2023 +0000
- Upgrade langchain from 0.0.300 to 0.0.305
- This includes bug fixes and new features added in langchain 0.0.301 through 0.0.305
Mon Oct 2 08:38:16 2023 +0000
- Upgrade openai package to latest patch version 0.28.1 for bug fixes and improvements.
- This includes fixes for issues with completions and embeddings.
Thu Sep 28 14:32:58 2023 -0400
- Bump version in init.py
- Bump version in pyproject.toml
- Bump version via bumpver
Thu Sep 28 14:31:19 2023 -0400
- Modify .github/workflows/ai_changelog_main_push.yml workflow to run changelog generation in parallel
- Launch OpenAI, Anthropic, and CodeLlama jobs together and wait for completion
- Remove commented-out CodeLlama job
Thu Sep 28 18:25:40 2023 +0000
- This commit removes the task 'More robust chains for non-OpenAI LLMs' from the TODO list in the README file.
- The task may have been completed or deemed unnecessary.