Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pinecone-io/canopy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: salmanjamali/canopy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 17, 2024

  1. ff

    augmeta committed Mar 17, 2024
    Copy the full SHA
    a5dd69b View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pyproject.toml
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ packages = [{include = "canopy", from = "src"},
python = ">=3.9,<3.13"
python-dotenv = "^1.0.0"
openai = "^1.2.3"
tiktoken = "^0.3.3"
tiktoken = ">=0.5.2,<1"
pydantic = "^2.0.0"
pandas-stubs = "^2.0.3.230814"
fastapi = ">=0.93.0, <1.0.0"