Skip to content

Commit

Permalink
llm-app 0.3.6 release
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 12f060822403dbca5a3bf7cee66ddba6ca9d4bef
  • Loading branch information
pw-ppodhajski authored and Manul from Pathway committed Dec 27, 2023
1 parent cc7387a commit bdf8a9b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.6] - 2023-12-27

### Added
- Bump Pathway from v0.7.6 to v0.7.7.

## [0.3.5] - 2023-12-27

### Added
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "llm-app"
version = "0.3.5"
version = "0.3.6"
description = "LLM-App is a library for creating responsive AI applications leveraging OpenAI/Hugging Face APIs to provide responses to user queries based on live data sources. Build your own LLM application in 30 lines of code, no vector database required."
authors = [
"Jan Chorowski <[email protected]>",
Expand Down Expand Up @@ -30,7 +30,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
pathway = "=0.7.6"
pathway = "=0.7.7"
openai = ">=1.2.4"
requests = "^2.31.0"
diskcache = "^5.6.1"
Expand Down

0 comments on commit bdf8a9b

Please sign in to comment.