Skip to content

build(deps-dev): update python-dotenv requirement from <1.0.0,>=0.19.0 to >=0.19.0,<2.0.0#403

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-dotenv-gte-0.19.0-and-lt-2.0.0
Open

build(deps-dev): update python-dotenv requirement from <1.0.0,>=0.19.0 to >=0.19.0,<2.0.0#403
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-dotenv-gte-0.19.0-and-lt-2.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 31, 2026

Updates the requirements on python-dotenv to permit the latest version.

Release notes

Sourced from python-dotenv's releases.

v1.2.1

What's Changed

New Contributors

Full Changelog: theskumar/python-dotenv@v1.2.0...v1.2.1

Changelog

Sourced from python-dotenv's changelog.

[1.2.1] - 2025-10-26

  • Move more config to pyproject.toml, removed setup.cfg
  • Add support for reading .env from FIFOs (Unix) by [@​sidharth-sudhir] in #586

[1.2.0] - 2025-10-26

[1.1.1] - 2025-06-24

Fixed

[1.1.0] - 2025-03-25

Added

  • Add support for python 3.13
  • Enhance dotenv run, switch to execvpe for better resource management and signal handling (#523) by [@​eekstunt]

Fixed

  • find_dotenv and load_dotenv now correctly looks up at the current directory when running in debugger or pdb (#553 by [@​randomseed42])

Misc

  • Drop support for Python 3.8

[1.0.1] - 2024-01-23

Fixed

  • Gracefully handle code which has been imported from a zipfile (#456 by [@​samwyma])
  • Allow modules using load_dotenv to be reloaded when launched in a separate thread (#497 by [@​freddyaboulton])
  • Fix file not closed after deletion, handle error in the rewrite function (#469 by [@​Qwerty-133])

Misc

[1.0.0] - 2023-02-24

Fixed

... (truncated)

Commits
  • eaf2a91 Do not remove .coverage file
  • 8716196 Bump version: 1.2.0 → 1.2.1
  • b87807f Update changelog
  • 3af77d3 Support reading .env from FIFOs (Unix) (#586)
  • 467ee22 Fix test failures after moving config to pyproject.toml
  • 76999e7 Move more config pyproject.toml
  • 222ce2c Update to use trusted publisher on pypi
  • 8ed4f79 Update docs requirements
  • 5bf8822 Bump version: 1.1.1 → 1.2.0
  • 1fe11cc upadate changelog
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v0.19.0...v1.2.1)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-version: 1.2.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Mar 31, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link
Copy Markdown

Code Hygiene

The following items are defined but not yet in active use. Routine cleanup — no impact on functionality.

  • laiser/llm_methods.py:87 — unused variable 'args' (100% confidence)
  • laiser/llm_models/llama_cpp_handler.py:31 — unused variable 'chat_format' (100% confidence)
  • laiser/llm_models/llama_cpp_handler.py:70 — unused variable 'exc' (100% confidence)
  • laiser/llm_models/llama_cpp_handler.py:70 — unused variable 'exc_type' (100% confidence)
  • laiser/llm_models/llama_cpp_handler.py:70 — unused variable 'tb' (100% confidence)
  • laiser/llm_models/llm_router.py:70 — unused variable 'args' (100% confidence)
  • laiser/llm_models/llm_router.py:85 — unused variable 'args' (100% confidence)
  • laiser/services.py:95 — unused variable 'raw_description' (100% confidence)

@github-actions
Copy link
Copy Markdown

📦 Preview package published!

Install and test this PR:

pip install --index-url https://test.pypi.org/simple/ laiser-preview==0.4.0.1.dev20260331015700

@github-actions
Copy link
Copy Markdown

Complexity Analysis

Average: C — Moderate (15.0)

Hotspots tracked below. These are functional, well-exercised components — listed for visibility as the codebase scales.

Grade Name Type Score
F FAISSIndexManager.initialize_index Method 51
E FAISSIndexManager.search_similar_skills Method 32
D ResponseParser._parse_skills_from_response Method 24
D FAISSIndexManager Class 22
C ResponseParser Class 17
C ResponseParser.parse_ksa_extraction_response Method 16
C ResponseParser.parse_skill_extraction_response Method 15
C LLMRouter._initialize_components Method 14
C openai_generate Function 14
C parse_output_vllm Function 13
C SkillExtractionService.extract_and_align_core Method 12
C SkillAlignmentService.align_skills_to_taxonomy Method 11
B load_model_from_vllm Function 10
B anthropic_generate Function 9
B ResponseParser.parse_ksa_details_response Method 8
B SkillAlignmentService Class 7
B get_completion_vllm Function 7
B SkillExtractionService Class 6
B fetch_model_output Function 6
B LlamaCppBackend.__init__ Method 6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants