Commit graph

19 commits

Author SHA1 Message Date
Hugues Chocart
9369129bf0 feat: allow to pass custom parent run id (#7651) 2025-01-10 17:04:46 -08:00
Krish Dholakia
f7e896bdc5 Add pyright to ci/cd + Fix remaining type-checking errors (#6082)
* fix: fix type-checking errors

* fix: fix additional type-checking errors

* fix: additional type-checking error fixes

* fix: fix additional type-checking errors

* fix: additional type-check fixes

* fix: fix all type-checking errors + add pyright to ci/cd

* fix: fix incorrect import

* ci(config.yml): use mypy on ci/cd

* fix: fix type-checking errors in utils.py

* fix: fix all type-checking errors on main.py

* fix: fix mypy linting errors

* fix(anthropic/cost_calculator.py): fix linting errors

* fix: fix mypy linting errors

* fix: fix linting errors
2024-10-05 17:04:00 -04:00
Krish Dholakia
94a05ca5d0 Litellm ruff linting enforcement (#5992)
* ci(config.yml): add a 'check_code_quality' step

Addresses https://github.com/BerriAI/litellm/issues/5991

* ci(config.yml): check why circle ci doesn't pick up this test

* ci(config.yml): fix to run 'check_code_quality' tests

* fix(__init__.py): fix unprotected import

* fix(__init__.py): don't remove unused imports

* build(ruff.toml): update ruff.toml to ignore unused imports

* fix: fix: ruff + pyright - fix linting + type-checking errors

* fix: fix linting errors

* fix(lago.py): fix module init error

* fix: fix linting errors

* ci(config.yml): cd into correct dir for checks

* fix(proxy_server.py): fix linting error

* fix(utils.py): fix bare except

causes ruff linting errors

* fix: ruff - fix remaining linting errors

* fix(clickhouse.py): use standard logging object

* fix(__init__.py): fix unprotected import

* fix: ruff - fix linting errors

* fix: fix linting errors

* ci(config.yml): cleanup code qa step (formatting handled in local_testing)

* fix(_health_endpoints.py): fix ruff linting errors

* ci(config.yml): just use ruff in check_code_quality pipeline for now

* build(custom_guardrail.py): include missing file

* style(embedding_handler.py): fix ruff check
2024-10-01 19:44:20 -04:00
7HR4IZ3
15fc99a3ff fix: Lunary integration
Fixes the bug of litellm not logging system messages to lunary
2024-06-24 14:09:40 +01:00
hughcrt
89cee153eb add tests 2024-06-13 15:10:24 -03:00
Hugues Chocart
d94f1db5d4 fix last commit 2024-06-12 09:55:23 -03:00
hughcrt
93cb18c633 fix: lunary callback tags 2024-06-11 21:30:11 -03:00
Krrish Dholakia
e391e30285 refactor: replace 'traceback.print_exc()' with logging library
allows error logs to be in json format for otel logging
2024-06-06 13:47:43 -07:00
Krish Dholakia
784ae85ba0 Merge branch 'main' into litellm_bedrock_command_r_support 2024-05-11 21:24:42 -07:00
Krrish Dholakia
926b86af87 feat(bedrock_httpx.py): moves to using httpx client for bedrock cohere calls 2024-05-11 13:43:08 -07:00
Vince Loewe
11f02db55b Lunary: Fix tool calling 2024-05-03 17:42:50 +01:00
Nicolas van Kempen
4ac3bfef62 Use packaging over deprecated pkg_resources
Fix #2818
2024-04-04 14:08:15 -04:00
Krrish Dholakia
126c0cca81 fix(lunary.py): move parse_version to inside lunarylogger 2024-04-03 13:52:42 -07:00
Vince Loewe
8f7adc9d20 remove useless logging 2024-03-02 11:15:21 -08:00
Vince Loewe
95f748ce91 remove auto install 2024-02-29 12:33:07 -08:00
Vince Loewe
18561c11fe fix template tracking 2024-02-28 23:10:06 -08:00
Vince Loewe
499fa36aa3 support templates 2024-02-28 22:18:39 -08:00
Vince Loewe
91f77fa7a6 fix timestamps and user 2024-02-27 22:30:32 -08:00
Vince Loewe
c8a0a38c2a feat: LLMonitor is now Lunary 2024-02-27 22:07:13 -08:00