Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pydantic2 #66

Merged
merged 124 commits into from
Jan 18, 2024
Merged

Pydantic2 #66

merged 124 commits into from
Jan 18, 2024

Commits on Oct 4, 2022

  1. Merge aqt internal changes (#1)

    Merge AQT internal changes #1
    wilfried-huss authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    4fd9c34 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Pylint upgrade (#2)

    Upgrade to Pylint version 2.14.5
    wilfried-huss authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    6659b8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e86187 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    449d9c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. add readme change for testing ci (#6)

    use tox 3
    wilfried-huss authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    078406a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. set default url to arnica mvp (#5)

    * set default url to arnica mvp
    
    * print workspace data as a table
    wilfried-huss authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    83fc23d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. fix installation on windows (#8)

    fix installation on windows
    wilfried-huss authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    14e41eb View commit details
    Browse the repository at this point in the history
  2. publish package to AQT package registry (#9)

    * add package upload CI action
    wilfried-huss authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    463128a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    dfde9cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c7a141 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e8bcd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4da1289 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Automatic code formatting (#12)

    * Apply black & isort globally. Move pylint config to pyproject.toml
    
    * Remove coding headers.
    
    * test/test_job: nicer formatting
    airwoodix authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    609da7a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    d7bf118 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Allow ZXZ decomposition, rewrite arbitrary-angle Rxx rotations. (#13)

    
    ---------
    
    Co-authored-by: Max Hettrich <[email protected]>
    airwoodix and ma5x authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    b9d1d99 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Add offline simulator and simple execution tests on it (#16)

    * resource: pass circuit to submit()
    
    * resource: add offline_simulator
    
    * provider/workspaces: add HTML representation for IPython
    
    * Relax production dependencies constraints
    
    * test: use offline simulator, register pytest plugin
    
    * Fix Iterable import
    
    * test: add simple circuit execution tests
    
    * example: use offline simulator and qiskit.execute
    
    * provider: don't connect to Arnica on CI
    
    * Fix linter errors.
    
    * fixtures/offline_simulator: mock access to submit()
    
    * changelog: add entry for #16
    
    * pyproject: cleanup
    airwoodix authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    49227b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Support MEASURE and Rxx (#19)

    * Support MEASURE and arbitrary-angle RXX operations.
    
    * transpiler: wrap Rxx angles
    
    * test: add period-finding example
    
    * test/execution: add test for empty circuit
    
    * test: use np.lcm instead of math.lcm (backwards compatibility)
    
    * changelog: add entries for #19
    
    * test_execution/period_finding: fix types
    airwoodix authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    97e5817 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Remove unused files. (#17)

    airwoodix authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    ac4747e View commit details
    Browse the repository at this point in the history
  2. Use qiskit circuit equivalence check (#20)

    * test: use Qiskit Operator for circuit equivalence assertions
    
    * Remove unused explicit scipy dependency.
    airwoodix authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    fce237f View commit details
    Browse the repository at this point in the history
  3. Add test coverage (#18)

    * pyproject: add basic pyright configuration
    
    * workflows: add coverage report comment in PRs
    
    * Update read-target-coverage.py
    
    Co-authored-by: Wilfried Huss <[email protected]>
    
    * Fix wrap_rxx_angle and associated plugin.
    
    The plugin was not registered. Error in test was hiding an error in
    the implementation of wrap_rxx_angle.
    
    ---------
    
    Co-authored-by: Wilfried Huss <[email protected]>
    airwoodix and wilfried-huss authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    1102dd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3ff0e1 View commit details
    Browse the repository at this point in the history
  5. Prepare release v0.8.0 (#22)

    * Prepare release v0.8.0
    
    * Bump coverage target.
    airwoodix authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    703c5e0 View commit details
    Browse the repository at this point in the history
  6. Relax required python version (#23)

    * Relax require Python version.
    
    * Relax Python version requirement, prepare for 0.8.1
    airwoodix authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    c9c7cc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. job: improve error handling (#24)

    * job: improve error handling
    
    * Fix linter error, bump coverage target.
    
    * job: add missing handler for cancelled status
    airwoodix authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    9e3e4d7 View commit details
    Browse the repository at this point in the history
  2. Update pyproject.toml (#25)

    * Update pyproject.toml
    
    * updated poetry.lock
    ma5x authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    6a9db23 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    eb09aeb View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    aa27799 View commit details
    Browse the repository at this point in the history
  2. Run example scripts on CI pipeline (#26)

    * Run examples with main dependencies. Include in coverage.
    airwoodix authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    7eafc96 View commit details
    Browse the repository at this point in the history
  3. GitHub release (#28)

    * read-target-coverage: move to scripts
    
    * workflows: automatic github release
    airwoodix authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    8927a20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11622d3 View commit details
    Browse the repository at this point in the history
  5. changelog: fix typo (#32)

    airwoodix authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2afaaf5 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. provider: use internal Arnica on port 80 by default (#33)

    * provider: use internal Arnica on port 80 by default
    
    * changelog: add entry for #33
    airwoodix authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    4d75371 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78f404a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf3302b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dce1b8e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    99cde9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3385f7d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Remove legacy provider (#40)

    * Remove provider for legacy API
    
    * docs: adapt to Arnica provider
    ---------
    
    Co-authored-by: Albert Frisch <[email protected]>
    airwoodix and alfrisch authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    b087ee5 View commit details
    Browse the repository at this point in the history
  2. Autoload environment from file (#42)

    * init: auto-load environment from .env file
    
    * deps/dev: add ipykernel (needed for docs)
    
    * docs: remove references to Arnica
    
    ---------
    
    Co-authored-by: Wilfried Huss <[email protected]>
    airwoodix and wilfried-huss authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    11c6e8f View commit details
    Browse the repository at this point in the history
  3. workflows/release: publish packages to AQT-Partners packages registry. (

    #41)
    
    * workflows/release: publish packages to AQT-Partners packages registry.
    
    Co-authored-by: Albert Frisch <[email protected]>
    airwoodix and alfrisch authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    c72cdff View commit details
    Browse the repository at this point in the history
  4. transpiler: wrap Rx angles to [0, π] (#39)

    * transpiler: wrap Rx angles to [0, π], fuzzing test
    airwoodix authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    31913d2 View commit details
    Browse the repository at this point in the history
  5. Rewrite negative angles in Rxx gates (#37)

    * transpiler: wrap Rxx angles to [0, π/2]
    
    * test/transpiler: fuzz Rxx rewrite test
    airwoodix authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    b4a8f4e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    5419186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99cd9ec View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    d5c3ce5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Expose polling interval (#46)

    * resource: expose the result polling parameters as backend options
    
    * mypy: enable disallow_untyped_defs
    airwoodix authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    1321c76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da95e3d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    e931b1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15793c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. tests: cover abnormal execution paths (#50)

    * test/resources: unify testing resources
    
    * test/job: test more job lifecycle transitions
    airwoodix authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    6afb73f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0e5cfc View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    751feab View commit details
    Browse the repository at this point in the history
  2. mypy: use stricter settings (#52)

    * mypy: use stricter settings
    
    ---------
    
    Co-authored-by: Wilfried Huss <[email protected]>
    airwoodix and wilfried-huss authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    1b117d5 View commit details
    Browse the repository at this point in the history
  3. Add simple HTTP requests tests (#54)

    * http: use httpx instead of requests
    
    * test_resource: add simple http requests tests
    airwoodix authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    6dd60bb View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Publish packages to PyPI (#55)

    * Fix/enhance project metadata and readme links.
    
    * workflows/release: publish to PyPI instead of private registries
    airwoodix authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    45a6ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef42453 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Update dependencies (#58)

    airwoodix authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    1a64517 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    965a491 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    d3512da View commit details
    Browse the repository at this point in the history
  2. Add specialized Sampler primitive (#60)

    * primitives: add specialized Sampler implementation for AQT resources
    
    * test/fixtures: add test for MockSimulator JSON convertion check
    airwoodix authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    221b90b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    57ce320 View commit details
    Browse the repository at this point in the history
  2. Use Pydantic models from OpenAPI spec for API requests (#62)

    * scripts: generate API models from OpenAPI spec.
    
    * Use auto-generated API models.
    
    ---------
    
    Co-authored-by: Wilfried Huss <[email protected]>
    airwoodix and wilfried-huss authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    a613a86 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Support server-side multi-circuits jobs API (#63)

    * Upgrade to AQT API with native multi-circuit jobs support.
    
    * job: add optional progress bar when waiting for completion.
    airwoodix authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    69df5ee View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Implement the ProviderV1 interface for AQTProvider (#65)

    * provider: implement the ProviderV1 ABC
    
    * resource: add user-agent to HTTP headers
    airwoodix authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    a17cc8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5253ec5 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    38cc01e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Rename package to qiskit-aqt-provider-rc. (#67)

    * Rename package to qiskit-aqt-provider-rc.
    
    * changelog: prepare for release 0.13.0
    airwoodix authored May 3, 2023
    Configuration menu
    Copy the full SHA
    cad691e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    2a5b538 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    d68fc89 View commit details
    Browse the repository at this point in the history
  2. Add specialized Estimator primitive and VQE example (#71)

    * primitives: add specialized Estimator
    
    * examples: add simple estimator-based VQE minimizer example
    airwoodix authored May 15, 2023
    Configuration menu
    Copy the full SHA
    41f99a2 View commit details
    Browse the repository at this point in the history
  3. Dependency update (#72)

    * pyproject: update pinned dependencies
    
    * poe: fix tasks definition that swallowed exit codes
    
    * sphinx: restrict to <7
    airwoodix authored May 15, 2023
    Configuration menu
    Copy the full SHA
    b546ee7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Update dependencies (#74)

    * Update dependencies
    
    * deps: restrict typing-extensions <4.6.0
    airwoodix authored May 23, 2023
    Configuration menu
    Copy the full SHA
    2ed3f87 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    5a4f437 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. backends: add noisy offline simulator (#73)

    * resources: add noisy offline simulator
    airwoodix authored May 30, 2023
    Configuration menu
    Copy the full SHA
    efb16e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc43a8c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Dependencies updates (#78)

    * dependencies: update, in particular qiskit-terra
    
    * workflows: add python3.11, upgrade to poetry 1.5.1
    
    * examples: skip grover-3-sat if tweedledum can't be installed
    airwoodix authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    175599f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Update default portal url, prepare to v0.15.0 (#79)

    * provider: update default portal url
    
    * Bump version to 0.15.0
    airwoodix authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a68ca5b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    213d14b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Add QAOA examples (#81)

    * primitives: expose AQTEstimator at the sub-package level
    
    * examples: add trivial QAOA example
    
    * examples: add number partition problem
    airwoodix authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ce41616 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. update to pydantic v2

    wilfried-huss committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b2fde20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d13ead View commit details
    Browse the repository at this point in the history
  3. port root models

    wilfried-huss committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    5e01128 View commit details
    Browse the repository at this point in the history
  4. fix tests

    wilfried-huss committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    119ff01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0217a1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2390135 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Fix test runner configuration (#83)

    * poe/tasks: make sure 'test' fails if the pytest run fails.
    
    * tests/hypothesis: really increase the example deadline.
    airwoodix authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    426bd9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f45bd4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78986f9 View commit details
    Browse the repository at this point in the history
  4. Update dependencies. (#84)

    airwoodix authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b29ef91 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    22caaac View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    336b2d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Dependencies update (#87)

    * dependencies: pin qiskit-terra to < 0.25.0
    airwoodix authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b4178d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    954ecc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    2f66cf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15341e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. update to pydantic 2.3

    wilfried-huss committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e436d9d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    b534369 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    6d97aaa View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    35ea5a5 View commit details
    Browse the repository at this point in the history
  2. fix root models

    wilfried-huss committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    3f219f0 View commit details
    Browse the repository at this point in the history
  3. regenerate API models

    wilfried-huss committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    df8e5dc View commit details
    Browse the repository at this point in the history
  4. remove unused import

    wilfried-huss committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    dccc8b1 View commit details
    Browse the repository at this point in the history
  5. fix tests

    wilfried-huss committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    efd3cf6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02ef0a2 View commit details
    Browse the repository at this point in the history
  7. fix deprecations

    wilfried-huss committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    42dfaaf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d1fcce View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    6edbba5 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. trigger pipeline

    wilfried-huss committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ce6e622 View commit details
    Browse the repository at this point in the history
  2. add changelog entry

    wilfried-huss committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    c1b5049 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3eb488d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67adcfd View commit details
    Browse the repository at this point in the history
  5. workflows: apply #118

    airwoodix committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    9d62a2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71964b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b94ab0 View commit details
    Browse the repository at this point in the history
  8. Fix pyproject version

    airwoodix committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    40836fa View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    2dbb8af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90457dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6662a3c View commit details
    Browse the repository at this point in the history
  4. pyproject: cleanup

    airwoodix committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    d686d11 View commit details
    Browse the repository at this point in the history
  5. Bump all dependencies

    airwoodix committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    18642ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6db0b4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49bbbf7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    389f99c View commit details
    Browse the repository at this point in the history
  9. api: update spec

    airwoodix committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c29ba68 View commit details
    Browse the repository at this point in the history