Yak-server

Latest version: v0.44.0

Safety actively analyzes 627056 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

0.44.0

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/yak-toto/yak-server/pull/415
* Bump the dependencies group with 1 update by dependabot in https://github.com/yak-toto/yak-server/pull/414
* Bump the github-actions group with 1 update by dependabot in https://github.com/yak-toto/yak-server/pull/413
* Typos hook by guillaumeLepape in https://github.com/yak-toto/yak-server/pull/416
* Bump the dependencies group with 5 updates by dependabot in https://github.com/yak-toto/yak-server/pull/417
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/yak-toto/yak-server/pull/418
* Add new just recipe to setup repo by guillaumeLepape in https://github.com/yak-toto/yak-server/pull/419
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/yak-toto/yak-server/pull/421
* Bump the dependencies group with 2 updates by dependabot in https://github.com/yak-toto/yak-server/pull/420
* Put signup_user function into global helpers by guillaumeLepape in https://github.com/yak-toto/yak-server/pull/423
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/yak-toto/yak-server/pull/426
* Bump the dependencies group with 3 updates by dependabot in https://github.com/yak-toto/yak-server/pull/425
* Test correction for new version of pydantic by guillaumeLepape in https://github.com/yak-toto/yak-server/pull/427
* Bump the dependencies group with 3 updates by dependabot in https://github.com/yak-toto/yak-server/pull/428
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/yak-toto/yak-server/pull/429


**Full Changelog**: https://github.com/yak-toto/yak-server/compare/0.43.1...0.44.0

0.43.1

What's Changed
* Bump the github-actions group with 1 update by dependabot in https://github.com/yak-toto/yak-server/pull/410
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/yak-toto/yak-server/pull/412
* Bump the dependencies group with 3 updates by dependabot in https://github.com/yak-toto/yak-server/pull/411


**Full Changelog**: https://github.com/yak-toto/yak-server/compare/0.43.0...0.43.1

0.43.0

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/yak-toto/yak-server/pull/401
* Bump the dependencies group with 2 updates by dependabot in https://github.com/yak-toto/yak-server/pull/400
* rename tests to comply with name-tests-test precommit hook by guillaumeLepape in https://github.com/yak-toto/yak-server/pull/402
* Make mysql host configurable by guillaumeLepape in https://github.com/yak-toto/yak-server/pull/403
* Bump the dependencies group with 3 updates by dependabot in https://github.com/yak-toto/yak-server/pull/404
* Update ruff by yak-toto in https://github.com/yak-toto/yak-server/pull/406
* Bump the github-actions group with 1 update by dependabot in https://github.com/yak-toto/yak-server/pull/407
* Add missing_ok in finalize build hook by yak-toto in https://github.com/yak-toto/yak-server/pull/408


**Full Changelog**: https://github.com/yak-toto/yak-server/compare/0.42.0...0.43.0

0.42.0

What's Changed
* Improve build hook and include alembic.ini in yak_server module inste… by guillaumeLepape in https://github.com/yak-toto/yak-server/pull/398
* httpx is missing in sync extra deps by guillaumeLepape in https://github.com/yak-toto/yak-server/pull/399


**Full Changelog**: https://github.com/yak-toto/yak-server/compare/0.41.0...0.42.0

0.41.0

What's Changed
* Correct ruff pyproject.toml warning by guillaumeLepape in https://github.com/yak-toto/yak-server/pull/387
* Bump the dependencies group with 2 updates by dependabot in https://github.com/yak-toto/yak-server/pull/389
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/yak-toto/yak-server/pull/390
* Bump the github-actions group with 2 updates by dependabot in https://github.com/yak-toto/yak-server/pull/388
* Implement password requirements check by guillaumeLepape in https://github.com/yak-toto/yak-server/pull/391
* Add password requirements endpoint by guillaumeLepape in https://github.com/yak-toto/yak-server/pull/392
* Link user to match instead of score_bet and binary_bet by guillaumeLepape in https://github.com/yak-toto/yak-server/pull/393
* Put exact dependencies in pyproject.toml by yak-toto in https://github.com/yak-toto/yak-server/pull/396
* Improve release workflow by restricting branches by guillaumeLepape in https://github.com/yak-toto/yak-server/pull/397


**Full Changelog**: https://github.com/yak-toto/yak-server/compare/0.40.0...0.41.0

0.40.0

What's Changed
* Bump the dependencies group with 1 update by dependabot in https://github.com/yak-toto/yak-server/pull/375
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/yak-toto/yak-server/pull/376
* Bump the dependencies group with 1 update by dependabot in https://github.com/yak-toto/yak-server/pull/377
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/yak-toto/yak-server/pull/378
* Avoid deadlock during need_recomputation update by yak-toto in https://github.com/yak-toto/yak-server/pull/379
* Separate optional dependencies by yak-toto in https://github.com/yak-toto/yak-server/pull/380
* Set recomputation flag in a separate function by guillaumeLepape in https://github.com/yak-toto/yak-server/pull/381
* Make score bet teams reference nullable by yak-toto in https://github.com/yak-toto/yak-server/pull/313
* Add justfile to have handy commands by guillaumeLepape in https://github.com/yak-toto/yak-server/pull/382
* Bump the dependencies group with 1 update by dependabot in https://github.com/yak-toto/yak-server/pull/384
* Bump the github-actions group with 2 updates by dependabot in https://github.com/yak-toto/yak-server/pull/383
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/yak-toto/yak-server/pull/385
* Add justfile to have handy commands by yak-toto in https://github.com/yak-toto/yak-server/pull/386


**Full Changelog**: https://github.com/yak-toto/yak-server/compare/0.39.0...0.40.0

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.