Skip to content

Commit

Permalink
fix: update poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyjohnson1 committed Nov 16, 2024
1 parent 3a286d6 commit 47f55f6
Show file tree
Hide file tree
Showing 7 changed files with 332 additions and 209 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If nix is not installed:
windows: `sh <(curl -L https://nixos.org/nix/install) --daemon`
2. Run Topos and all its dependencies:
```
nix run github:jonnyjohnson1/topos-cli/v0.2.8
nix run github:jonnyjohnson1/topos-cli/v0.2.9
```
This will start all services including Topos, Postgres, Kafka, and Ollama.

Expand Down
531 changes: 327 additions & 204 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "topos"
version = "0.2.8"
version = "0.2.9"
description = "The official Python client for Topos."
authors = ["Dialogues <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ tell application "Terminal"
echo 'Nix installation complete.'; \
else \
echo 'Nix is already installed.'; \
fi && nix run github:jonnyjohnson1/topos-cli/v0.2.8 --extra-experimental-features nix-command --extra-experimental-features flakes --show-trace"
fi && nix run github:jonnyjohnson1/topos-cli/v0.2.9 --extra-experimental-features nix-command --extra-experimental-features flakes --show-trace"
end tell
EOF
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = topos
version = 0.2.8
version = 0.2.9
author = Jonny Johnson
author_email = [email protected]
description = For interacting with Topos tooling
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='topos',
version='0.2.8',
version='0.2.9',
packages=find_packages(),
entry_points={
'console_scripts': [
Expand Down
Binary file modified topos.dmg
Binary file not shown.

0 comments on commit 47f55f6

Please sign in to comment.