infisical-python icon indicating copy to clipboard operation
infisical-python copied to clipboard

♾ Official Infisical SDK for Python

Results 10 infisical-python issues
Sort by recently updated
recently updated
newest added

- Updated all dependencies and code accordingly (resolving #56) - Dropped support for EOL python 3.7 (resolving #47) - Fixed overall typing issues - Pass mypy/black/ruff checks and unit tests,...

dependencies
python

- Ran bump-pydantic at repo root

If you run ``` from infisical import InfisicalClient client = InfisicalClient(token="servicetokengoeshere") client.get_all_secrets() ``` Only secrets at the root seem to show up. Even using `client.get_all_secrets(path='/myfolder)` still seems to only show...

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.261 to 0.0.285. Release notes Sourced from ruff's releases. v0.0.285 What's Changed New rules [flake8-pytest-style] Implement pytest-unittest-raises-assertion (PT027) by @​harupy in astral-sh/ruff#6554 [flake8-pytest-style] Implement pytest-duplicate-parametrize-test-cases (PT014) by...

dependencies
python

Bumps [mypy](https://github.com/python/mypy) from 1.1.1 to 1.5.1. Commits de4f2ad [Release 1.5] Bump version to 1.5.1 to pick up last 2 CPs 2ff7c0d [release 1.5] stubtest: Fix __mypy-replace false positives (#15689) (#15751)...

dependencies
python

Py3.7 entered EOL status last month. Source: https://devguide.python.org/versions/

Bumps [types-requests](https://github.com/python/typeshed) from 2.28.11.17 to 2.31.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-requests&package-manager=pip&previous-version=2.28.11.17&new-version=2.31.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
python

Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.7.0. Release notes Sourced from black's releases. 23.7.0 Highlights Runtime support for Python 3.7 has been removed. Formatting 3.7 code will still be supported until...

dependencies
python

Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. Release notes Sourced from pydantic's releases. v2.0 2023-06-30 What's Changed 📝 Don't recomend to use TypeError on validators by @​Kludex...

dependencies
python

Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.26.0 to 2.27.0. Commits 246dbf4 Add regexp filter for artifact name (#237) 021af15 Merge pull request #236 from EnricoMi/runid-from-workflow_run-example 56b4299 Add expression needed to download from workflow_run...

dependencies
github_actions