Skip to content

Commit

Permalink
πŸ› fix(railway.json): update startCommand in deploy section to use 'py…
Browse files Browse the repository at this point in the history
…thon -m langflow run' instead of 'python -m langflow' for better clarity and consistency

πŸ”’ chore(requirements.txt): update aiostream to version 0.5.1 for compatibility with Python 3.9 and 3.10
πŸ”’ chore(requirements.txt): update alembic to version 1.12.0 for compatibility with Python 3.9 and 3.10
πŸ”’ chore(requirements.txt): update anthropic to version 0.3.11 for compatibility with Python 3.9 and 3.10
πŸ”’ chore(requirements.txt): update bcrypt to version 4.0.1 for compatibility with Python 3.9 and 3.10
πŸ”’ chore(requirements.txt): update charset-normalizer to version 3.3.0 for compatibility with Python 3.9 and 3.10
πŸ”’ chore(requirements.txt): update clickhouse-connect to version 0.6.14 for compatibility with Python 3.9 and 3.10
πŸ”’ chore(requirements.txt): update cohere to version 4.27 for compatibility with Python 3.9 and 3.10
πŸ”’ chore(requirements.txt): update colorama to version 0.4.6 for compatibility with Python 3.9, 3.10, and Windows
πŸ”’ chore(requirements.txt): update cffi to version 1.16.0 for compatibility with Python 3.9 and 3.10
πŸ”’ chore(requirements.txt): update charset-normalizer to version 3.3.0 for compatibility with Python 3.9 and 3.10
πŸ”’ chore(requirements.txt): update clickhouse-connect to version 0.6.14 for compatibility with Python 3.9 and 3.10
πŸ”’ chore(requirements.txt): update cohere to version 4.27 for compatibility with Python 3.9 and 3.10
πŸ”’ chore(requirements.txt): update colorama to version 0.4.6 for compatibility with Python 3.9, 3.10, and Windows
πŸ”’ chore(requirements.txt): update cryptography to version 41.0.4 for compatibility with Python 3.9 and 3.10
πŸ”’ chore(requirements.txt): update dataclasses-json to version 0.6.1 for compatibility with Python 3.9 and 3.10

πŸ“¦ chore(requirements.txt): update dependencies versions

- Update `httpcore` from `0.16.3` to `0.17.3` to fix potential issues and improve compatibility.
- Update `httpx` from `0.23.3` to `0.24.1` to fix potential issues and improve compatibility.
- Update `importlib-resources` from `6.0.1` to `6.1.0` to fix potential issues and improve compatibility.
- Update `jsonpatch` from `1.33` to `1.33` to fix potential issues and improve compatibility.
- Update `jsonpointer` from `2.4` to `2.4` to fix potential issues and improve compatibility.
- Update `langchain` from `0.0.256` to `0.0.308` to fix potential issues and improve compatibility.
- Update `langdetect` from `1.0.9` to `1.0.9` to fix potential issues and improve compatibility.
- Update `langfuse` from `1.0.33` to `1.0.33` to fix potential issues and improve compatibility.
- Update `langsmith` from `0.0.26` to `0.0.43` to fix potential issues and improve compatibility.
- Update `loguru` from `0.7.0` to `0.7.2` to fix potential issues and improve compatibility.
- Update `importlib-resources` from `6.0.1` to `6.1.0` to fix potential issues and improve compatibility.
- Update `numpy` from `1.25.2` to `1.26.0` to fix potential issues and improve compatibility.
- Update `onnxruntime` from `1.15.1` to `1.16.0` to fix potential issues and improve compatibility.
- Update `openai` from `0.27.9` to `0.27.10` to fix potential issues and improve compatibility.
- Update `opentelemetry-api` from `1.19.0` to `1.20.0` to fix potential issues and improve compatibility.
- Update `opentelemetry-exporter-otlp-proto-common` from `1.19.0` to `1.20.0` to fix potential issues and improve compatibility.
- Update `

⬆️ chore(dependencies): update various Python packages to their latest versions

This commit updates several Python packages to their latest versions. Here are the changes:

- psycopg-binary: updated from 3.1.10 to 3.1.12
- psycopg2-binary: updated from 2.9.7 to 2.9.9
- psycopg: updated from 3.1.10 to 3.1.12
- pulsar-client: updated from 3.2.0 to 3.3.0
- pydantic: updated from 1.10.12 to 1.10.13
- pytz: updated from 2023.3 to 2023.3.post1
- pywin32: updated from 306 to 306 (only for Windows platform)
- qdrant-client: updated from 1.4.0 to 1.5.4
- regex: updated from 2023.8.8 to 2023.10.3
- rich: updated from 13.5.2 to 13.6.0
- setuptools: updated from 68.1.2 to 68.2.2
- soupsieve: updated from 2.4.1 to 2.5
- storage3: updated from 0.5.3 to 0.6.1
- supabase: updated from 1.0.3 to 1.2.0
- supafunc: updated from 0.2.2 to 0.2.3
- tiktoken: updated from 0.4.0 to 0.5.1
- tokenizers: updated from 0.13.3 to 0.14.1
- twine: updated from 3.8.0 to 3.8.0
- typing-extensions: updated from 4.7.1 to 4.8.0
- unstructured: updated from 0.10.5 to 0.10.19
- urllib3: updated from 1.26.16 to 1.26.17
- uvicorn: updated from 0.22.0 to 0.23.2
- validators: updated from 0.21.0 to 0.22.0
- weaviate-client
  • Loading branch information
ogabrielluiz committed Oct 15, 2023
1 parent de8c672 commit cd170d9
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 113 deletions.
4 changes: 2 additions & 2 deletions railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "python -m langflow --host 0.0.0.0 --port $PORT --log-level ${LOGLEVEL:-debug}",
"startCommand": "python -m langflow run --host 0.0.0.0 --port $PORT --log-level ${LOGLEVEL:-debug}",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}
}

0 comments on commit cd170d9

Please sign in to comment.